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...
Struggling with a similar problem that has been popping up for many users. I am already stuck on setting up ncs where installation of pygit2 is failing. I managed to alleviate...
There is an SPIM unexpected interrupt issue which I have replicated in a totally bare-bones piece of code using no Nordic library drivers. In my bare-bones SPI code I get...
hi
im trying to program my nrf9160 using nRF connect 3.3.0 (with latest programming tool).I have jlink 6.56a installed
ive been occasionally able to wipe the nrf9160...
Hi at all,
I'm developing a Zigbee router device that implement a level control client cluster (ID 0008).
This cluster should be able to generate commands to server side...
Hello,
we have working both dfu with and without bonds on SDK 15.3.
We started without bond and now we implemented with bonds and would like to update some boards we...
Hi. I would like to know is there a possibility for creating repository for nRF5_SDK_16.0.0? Just like it is done with nRF5-SDK-for-Mesh, a clone of release files. I would...
Good morning everyone,
we have developed a custom board featuring the NRF52840. The device works fine, but I am having a hard time in making the USBD work.
I took most...
Hi
I am working with a Nordic nrf52840dk using segge and sdk 16.
I am using the nordic UART example in examples/peripheral/uart.
The issue I am having is that my data...
Hi
I try the example from here for a DFU OTA: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v3.1.0%2Fmd_doc_libraries_dfu_dfu_quick_start...
Hi,
I have a nrf 52840 DK with me. I have downloaded the SDK for the mesh(v.3.2.0) and SDK (v 15.3). I am using segger embedded studio here. I have modified SDK_ROOT location...
The replies aren't showing in my original post and I can't add replies to it for some reason.
https://devzone.nordicsemi.com/f/nordic-q-a/55304/sdk15-3-0-sd6-1-1-ll_length_req...
Hi,
I developing a application with the nfr52840 board with SDK 15.2. i have started form the ble_app_cscs example for development my code. I I would like to send packet...
Segger Embedded Studio seems to use the full path of the FILE for the __FILE__ macro. During development this can skew the size of the final image if there are lots of trace...
I am working on a ZigBee coordinator device that will collect data from various sensors in the network and forward them to a gateway. I have started with the CLI example and...