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...
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 try to add NUS service in example ble_app_hrs_rscs_relay.
I have fail on send data from "Relay" to smart phone iOS nRF Toolbox.
1. I have modify the MTU size . #define...
I am using a ultra-miniature (BMD-350) series module from Rigdo which has the nRF52832 BLE SoC. The pins from the nrf52 SoC are all brought out on a female headers on a custom...
Hello.
Currently, we are developing based on "multirole_lesc", a BLE multi-role project. The project contains the BLE service “hrm”, but I want to add the “RSCS” service...
Dear Nordic fellows,
I have a Rigado BMD-350 that can transmit correctly bytes to another device via UARTE, but who cannot receive data correctly.
I'm using SDK15.3...
Thank you Nordic team for your precious help. Is by any chance the project sdk_15_gzp_dynamic_pairing_ses_device.zip also available to download? Is there any particular reason...
Hi,
I already read all the forum posts about this buffer order swap problem of the SAADC. Especially this one: https://devzone.nordicsemi.com/f/nordic-q-a/20291/offset-in...
I'm upgrading a big project from SDK 6.0 to SDK 12.3, everything's going well, but I had to comment out a library because in SDK 6.0 the previous developer uses the input...
Hello there
I am trying to program the BL651 wich makes use of nRF52810 chip, however i haven't been able to program it.
The tool im using for the task is the J-Link...
from SDK 3.1 for thread and zigbee in simple coap server
after any time it go to disabled mode and no response
what means the flags? why is it disabled and do not...
Hi,
I want to create my own bootloader for the nrf52810. If i don't want to update my softdevice i just put my bootloader code just after my softdevice.
But it is not...
Hi everyone, I am wondering if there exist any list of Known Issues for SoftDevice S130 v2.0.1. I looked into the release notes published in PDF along with the hex files,...
Hi
I have a question about the new chip nRF52811, it supports AoA direction finding, but it doesn't support Bluetooth mesh?
There's no chip can support both AoA and mesh...
Hello,
I am using the nRF24L01 + circuit on a PCB made according to reference design.
Can I use a 0.5 or 0.6 mm thick PCB? Reference design is made on 1.6mm PCB thick.
I'd like to sniff the BT packets between a remote control and a bed (which is controlled through BT4.2), in order to control the bed through an android application.
Can...
I am using uart to transfer data in a while loop, and it works fine. Now I want CPU to go to sleep mode with sd_app_evt_wait(), and CPU to be waken up via Button then receive...