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...
There're 2 things annoying me:
1.What's the right way to use VS code, does every time I need to open VSCode in ToolChain Manager?
I just want to open VSCode directly,...
Hello i am working with the example ble_app_uart and i have created one new service and two characteristics. The firmware was working fine with no errors. However my computer...
Hi,
This is the follow up on this question , I'm not sure how it was closed.
I'm getting different execution times (not transmission time, like mentioned in the answer...
Hi,
I want to debug my nrf5340 custom board with logger method. I have tried to follow the Nordic's nrf connect SDK course. And I have written the code and just flashed...
The problem i having seems to be tricky and i spent hours trying to figure out whats happening. So, i will try to put all details possible. Im two days with this issue and...
Hi there,
I faced this issue while I was setting up a test through two UART0 & UART1 ports on NRF5340 chip, using baudrate 1000,000.
Here is the setup:
UART0 &...
I currently use nrfConnect on android to download firmware to nrf52832s. I am just getting started with nRFUtil and the dongle.
If I understand correctly, I should be able...
I have a nRF52 DK from DigiKey that I've been evaluating and I ran into an issue: I had a custom app that was talking through Bluetooth and sharing some custom characteristics...
Hi, I'm using NXP LM75B temprature sensor based on nRF SDK's example code.
I would like to save power on this sensor.
I have prepared the code as follows:
Following...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
I'm developing for nRF52832, SDK 17.0.2 and softdevice S312 7.0.1.
After I upgraded from Segger Embedded Studio 6.22a to 6.30 I found that turning on any compiler optimisation...
HI DevTeam,
I'm using the nRF52840 as co-processor due to the semiconductor shortage and I don't need to use the RF section. What should be done with the antenna pin in...
This is the implemenatation spec for GATT server database (reader) firmware i am working on.
I have implemented advertisement packet using nRF Connect SDK latest.
Not...
Hello,
I am customizing the BLE DFU bootloader for nrf52820. Integrated an LCD to it.
Now I need to display the percentage of firmware download on the LCD. It will take...