Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130.
Does anyone tried...
Hi,
I'm now going to combine the proximity program with the ancs program, but I don't know how to make it.
When I try to add the proximity program to the ancs (I add tps...
Hi all,
I want to upgrade current SD from 7.0 to 8.0 by DFU, and try it as followed:
1.Use the nRF Toolbox 1.12 in Android;
2.Select 'Soft Device' as the file type...
I have nrf51822 with latest sd130.
I need to implement central what connects to smartphone. Phone has two characteristics with HVX. First char is sending one byte after...
I want to Communicate with two Nrf51822 device
The slave (S110 SDK6.1) will do a echo function .
For example Get uart data and will send out same data but over BLE.
And...
iOS's auto connect introduces a number of unpleasant corner cases that can be difficult to deal with.
One annoying error path is if you delete the bond data on the peripheral...
Hello ,
I am initialising application timer with prescale of 327 for 10 ms interrupt delay. I created a timer slot using app_timer_create(&ulTestTimer, APP_TIMER_MODE_REPEATED...
Hello,
We are unable to get the softdevice to work on nrf52 DK(PCA10040) . It ends up at app_error_handler each time. We have followed previous recommendations about LFCLK...
Hey guys,
Trying to use TWI in the lowest power way possible, non-blocking. Is this the right way to do it? When I run this, I get the callback event handler to execute...
Hello,
I'm looking to disable the Bluetooth in the ledButtonDemo,.
In the led_write_handler, I've replaced the code by :
if(led_state == 0)
{
sd_ble_gap_disconnect...
Hi
I tried to check nRF51 SDK on IAR Embedded Workbench for ARM 6.70.2.6310. But he said that the project is broken.
It looks like there are no setting files for all...
hi,
i'm working on change 'example project file using softdevice s110' to 'using s130'.
but, i don't know where exactly need to change.
just downloading softdevice s130...