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 would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
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...
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...
I need to use the 8.0.0 version of S110 with my beacon which contains 7.1.
Since the Android DFU utility supports updating the Bootloader and softdevice with a zip distribution...
hi,guys
For testing the comunication between BLE+timeslot device and radio device, I change the code as below:
void start_timer(void)
{
NRF_TIMER0->TASKS_STOP = 1;...
Dear Nordic,
Whats wrong with the below code. It works well in RFduino but when I try to port the same code in Keil environment.Its not working throwing error as
1.identifier...
I just got a new target board back from fab/assembly and I'm trying to use the debug out connector on the PCA10028 to program the new target.
My target is the NRF51822...
Is there a beginners guide on how to get a console output working for the following setup?
keil v5 & SDK 6.1
nrf51-dk connected with the
TC2030-MCP-NL to a
nrf51822...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
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 to...
Hello,
I am new to working with nrf52 and was looking for a way to make printf work in a blank project that I have created. I followed the uart example for the peripheral...
Hi
Now I'm using the pstorage module to save some data.But I meet some problem,I hope I can get your help,thanks a lot.
It seems that the block has been created successfully...