Hello,
I have a BLE peripheral device that becomes the server once a connection is established. The BLE services and characteristics are all custom, I will include the defines...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hello, I am developing a custom board based on nRF52832 that should spend most of it's time in SystemOFF mode. Eventually, it will wake up on an GPIO event caused by the external...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
Im building a wireless sensor network for farming applications and the issue I face is that when I supply the nrf52840dk from the external supply pins (P21) I get like 25μA...
We have a device that works correctly on iOS, Android, mac, but disconnects on some Windows machines. We use nRF5 SDK 17.1.0 and s132 7.2.0. The disconnect occurs after the...
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...