Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi,
I'm struggling to get a mouse wheel to work in advanced (High Res) mode.
What I learned so far is that I should create a "Resolution Multiplier" Feature report....
i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
I recently had the need to communicate with a device over I2C. I'm using the nRF52 as the master. Everything works fine, but power is a concern. I am putting the processor...
Hello,
I have the same problem as this post . The difference is my SPI is sending out junk instead of stucking. I have tried the solution in the original post but no avail...
We bought 3x nRF52833dk (pca10100). Because the nRF5SDK V16 has only a few pca10100 examples we searched this forum and followed the advice: Change the "Linker->Sections Placement...
Hello,
I'd like to look at the Zigbee network traffic to/from/between IKEA Trådfri devices, but am unable to see any traffic when using nRF Sniffer from Wireshark. Unfortunately...
Hi,
I have an nRF52840 Development Kit, and am trying to control an IKEA Trådfri bulb. I'm following the commands from the SDK documentation , but it feels like they're...
So I'm trying to write a value to a characteristic I have set up as in the code below (figure 1), using the code further below (figure 2).
The sd_ble_gatts_hvx call is coming...
Hello
I would like a suggestion on the best architecture to collect data from multiple sensors in a room. Let me explain my need.
I have a room where we place multiples...
I'm trying to understand how RSSI measurement works.
According to datasheet if I understood correctly I have to issue a " TASKS_RSSISTART " command and wait for the corresponding...
I am using an nRF52840 Dongle to try and connect to a product over Bluetooth and communicate with it. I have been able to open this dongle using nRF Connect Bluetooth Low...
This behavior only occurs when connecting to the phone using the native connection procedure, it does not disconnect when using the nRF Connect app on the phone (Android Pixel...
I am trying to flash a secure DFU bootloader (compiled using my own key), a soft device, and my application using nrfjprog with the intention being to have the application...
I have implemented a bootloader without BLE that simply transfers softdevice/application/bootloader from external flash to the internal flash, performs usual validation and...
Hi,
I want to encrypt the BLE data.
If I understand it right the cryptocell can't encrypt the data sent over BLE automatically, instead the application has to encrypt...
Hi, I am working on sample projects on the subject "proprietary_rf" which includes the nRF5_SDK_15.2.0_9412b96 sdk. I updated the codes according to my own project. Finally...