Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
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...
Hi
I need to develop PC software to Discover, Connect, Get and Set data to the nrf device that we developed.
I am using the MCP and nrf connect but my client want to...
Hi,
I'm actually working on BLE product, with NRF52832, where security is really important. As I know BLE 4.0, 4.1 versions are not really secure with the key pairing ...
I see that Nordic was a Bluetooth SIG contributor to the Continuous Glucose Monitoring Service (CGMS) and that it was adopted on Nov 18, 2014. We have an immediate need for...
I have to store some data in the flash. Because I need to keep data when I power off and power on the device. Now I found on the SDK 11.0/peripheral a falshwrite example....
Consider a situation where a BLE peripheral (nRF51822, S110) and an Android device are being used. Assume the buffers of the BLE stacks are empty.
Is it possible that the...
I have a BLE device that listens for a connection - upon opening a connection with a smartphone and switching advertising status to non-connectible - it receives some data...
I use nRF51 DK and soft device s130.
I nedd to add a file ("app_uart_fifo.c") in the example of multilink central, after i add the file i build the proyect but the files...
To confirm this link text .
I want to know how to run raspbian-kernel v3.17.4 .
Is there rasbian image including kernel v3.17.4 in rasbian images site ?
Hello,
There have been some questions on the forum regarding the DFU and it's zero value for the application CRC. However, none of them seem to address this question so...
Regarding the radio peripheral, I stumbled upon these 2 properties and have no idea what they are for.
What's access address? And what is a channel? Shouldn't there be...
I am runing ble_connectivity example with simple_uart instead of app_uart was not working unable to scan not getting advertisement reports.
Its been working with PCA10001...
Hi,
I have a pretty simple problem but I can't get it right. This is what I want to do:
T=000, PIN_x = 0
T=004, PIN_x = 1
T=100, call a routine
T=543, Start over...
Hi,
In the BLE_UART example code posted here , I noticed a discrepancy with the SD 3.0 migration document, SDK12, and the example code.
In stock SDK 12.1.0, ble_stack_handler_types...
Hello everyone, i need some help and suggestions in understanding what is exactly happening. I have read a lot about bugs and workarounds in pstorage and now i actually don...
Hi, when reading radio transmitter peripheral example, I got stuck a bit on radio_configure(). I got stuck because I can only get some brief from the corresponding .h file...