Hi Nordic team,
We’ve implemented a custom firmware update flow for our nRF5340-based device , which supports a robust single-image FOTA process using external NAND flash...
Hi everyone,
I use the ble-app-buttonless-dfu example to develop my application.
I make a mutual authentication to be sure the device is connected to the right mobile...
To read the MAC addresses defined I use the following code (with CONFIG_BT_ID_MAX =2 in prj.conf):: :
bt_addr_le_t addr [ CONFIG_BT_ID_MAX ]; //space for random address...
Hi ,
I want to use nRF connect sdk for visual studio for windows os.
I installed the required tool chains 1.nrf-command-line-tools-10.24.2-x64 2.JLink_Windows_V832_x86_64...
I have implemented DFU functionality in my Bluetooth mesh project and used device A as the distributor and device B as the node to be updated. I have already configured both...
Hello,
I've received a strange error when attempting to send the %BANDLOCK, any idea what it could mean? I don't believe 65536 maps to any of the error codes here , but...
Dear Nordic Engineers
The following documents are our hardware designs. When we conducted the test, we found that we couldn't obtain the GPS satellite signal and the 4G...
How to enable the notifications or indications? In APP? can I enable it in ble peripheral?
I meet a chip of "Quintic" can do this. When I connect it to MCP and I get this...
I made Pwm program with 3 channels without using softdevice and without using interrupts at that time it is working perfectly. But when i am trying to use softdevice with...
Sometimes I receive pipe error 0x92 when I try to send a message from nordic to Android. What could be the causes for a pipe error 0x92?
I saw this: "Pipe Error Event ...
Hi,
I purchased nRF24Lu+ modules on ebay. I am trying to talk to them over USB from a linux machine.
Nordic datasheet states:
VID = 0x1915 and
PID = 0x0101
When...
Am I right in thinking that these security parameters are contradictory in that for the peripheral (nRF51822) to provide MITM protection, there must be either IO capabilities...
I just received my nrf51822 and am using an-36 as a starting point to build my first "Hello World" application for BLE.
All I would like to test is to have the status of...
I am trying to only perform calculations for connected ble services.
I am implementing a state machine that monitors the ble evt.
I use this for example when to perform...
hi guys,
I add a temperature service with one characteristic to notify the IC temperature in hrs example. But when enable hrs notify, SoftDevice crashed every time. That...
Hello,
We are using SDS 6.0.0, SDK 5.2.0 on an nRF51822. Our application is a data logger that can collect up to 128Kbytes of data. Users can connect to the data logger...
We did set the perform bonding option in the proximity example in the v6.0.0 sdk to 0.
And it did work. No bonding information is stored. Android devices are fully capable...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
I want to read the RSSI in an nRF51822 even though I'm not expecting to receive any packets… In short, I want to scan through every channel and read the RSSI on that channel...
HI
In the case the keyboard miss the LTK(or bonding info), how can I start a reconnect or re-authenticating to let the host and device to generat a new one?
When I replies...