I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
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...