Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hi devzone-team,
my application (custom board with nrf52840, sdk 16.0.098 ) uses 12 timers and it's organize in the 3 parts: uart, a pwm-bus ( proprietary) and ble-scan...
hi,
my application use boot and soft device.
Is possible with the application erase only the customer register in UICR ? (of course switch off the soft device)
This...
My company is using nrf52832 and our certification agent (we will apply for CE Red and FCC for our device) is wondering if the chip manufacturer is a SIG member, otherwise...
Hello I am new on KEİL and NRF52832,
I am trying to merge this custom service and Ble_app_gls example . I added custom services libraries to ble_app_gls example ,I added...
Hi,
I want to set a custom value to my Gatt characteristic value. I can do this by writing to the characteristic in my app or the NRF_connect application.
What I want...
Hi,
I am using sdk15.3 for a project, the uart works fine when programmed without bootloader, but just after add bootloader, the uart is not worked now, also the rtt log...
Hi all, This just works in other compilers. I'm new to Nordic/Segger and have tried all variations of parenthesise, ## macro expansion. It's got to be something simple! #define...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Dear Sirs,
We are creating a solution based on your chip, but have heard that it is / might be discontinued.
If that is the case, what would be the replacement model...
Nordic SDK 15.3.0 ble_app_gls merge with custom service
Hello I am new on KEİL and NRF52832,
I am trying to merge this custom service and Ble_app_gls example . I added...
Hello
Would someone ,please reply to the below thread,waiting for the response
https://devzone.nordicsemi.com/f/nordic-q-a/60891/unable-to-read-the-128-bit-uuid-with-base...
Hello how are you?
I'm using the mesh example Light switch example from nRF5 SDK for Mesh v4.0.0. I implemented the RSSI util model and it is working, one question I have...