Hi,
I working with NRF52840 DK board, I need to read some potentiometer values or any sensor values and also send me the example code ADC with Bluetooth. I need to transfer...
1) Our device uses NRF52832 to connect with Android 7 system,use wireshark to monitoring,find not hop,is OK? and wireshark delta time is Connection Interval ?
2) nrf52832...
I have controlled an LED with a push button connected to GPIO pins P0.03, P0.04 respectively.Now I want to use those pins as CLK and DIO pins of TM1637 Display.I wrote a basic...
Hello,
I am now developing firmware for nRF52840 DK and nRF52840 dongle. My target is to develop a firmware that my DK/dongle be central and can send command to peripheral...
In SES, it is possible to clean when project is opened , Rebuild ALL, clean solution, clean zephyr and as well from Project -> Reload project, it is possible to update. How...
Hello,
I am working on BLE+Thread multiprotocol and took ble_thread_swi_template as a base code. I am using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8. My development...
Is there any available binary firmware for nRF5340 Audio DK to evaluate and demo the LE audio case?
I tried to use the nRF5340 Audio DK for LE audio, but found the LC3 codec...
I have a system that consists of a sensor (nRF52840), hub (nRF5340), and gateway (nRF9160). The high level end goal is to be able to publish a MQTT message from the sensor...
Hi,
I'm looking for AES encryption aes_ctr, nrf_crypto example to try on NRF52811 but, I don't see any example for pca10056e.
Does that mean nrf_crypto is not supported...
I tried to deep dive through the macros, api abstractions and other layers but couldn't figure it out. The closest I got is this:
void debug_uart_print(const char * s) ...
Hi,
I have been evaluating the nRF5340dk for our application purposes and I am currently investigating on how the bluetooth directional finding works.
I happened to...
Hello Devzone Community,
I am continuing my long trek toward single-microamp operation of an nRF9160 based, custom board. On the LTE modem front I am making `AT+CPSMS=`...
Good afternoon.
We have an issue which we'd like to prevent, but suspect it may entail changing the out-of-the-box MCU Boot / SMP BLE code / process.
If we flash our...
Hello, I developed a custom PCB that uses the nRF52810 microchip, and I wrote a firmware that needs to use three RTCs.
The program is supposed to wake up the CPU by an RTC...
Hi there, i have a thingy91 for the electromaker contest. I've flashed the nrf51 bridge firmware using MCUboot. All went well. However, when i try to put in DFU mode the nrf9160...
Rookie question.
Finally I put my ble working passing a number thanks to the support from this forum. But now my problem is how to send a string with around 100 characters...
Hello nordic team, Question 1 How can I customize the Asset Tracker v1 to send Asset Orientation "FLIP" in the same frequency as the temperature and the rest of the values...
When communication fails on NRF connectivity dongle (In Python via pc_ble_driver) and Error code: NRF_ERROR_BUSY is received on attempts to write and one restarts python script...
Hi,
I am following below link for DFU over BLE. Link ( https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu ) currently it is working fine...
Hello ,
I'm using the libuarte library so i can send data and receive it , i'm enabling RTC2,TIMER1,TIMER0 and TIMER2 .
this is the main definition of my libuarte NRF_LIBUARTE_ASYNC_DEFINE...
I use App timer V2 in the nRF5 SDK and sometimes (not sure of the circumstances) it will insert a timer into the internal m_app_timer_sortlist that is already present in the...
I'm running into an odd problem with the PWM driver. We're using SDK 17.0.2 and the S113 softdevice on an nRF52833. We're using the PWM module to drive some LEDs.
The nRF52833...