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...
Hello,
I'm a beginner on BLE protocol and i would like to send data during approximately 4us,stop it during the same time and transmit signal again during 4us and so on...
Hi
I’ve downloaded nRF5_SDK_11.0.0_89a8197 and starting with examples from \examples\ble_peripheral\???\pca10040\s132\arm5_no_packs\
I'm writing an application to be running...
Hi
I am new to ARM and Nordic programming.
I want to send one HEX byte via SPI.
It works with some HEX numbers and with some numbers it wont.
0x13 / 0x15 work
0x14...
I wonder if it is OK to change the lpcomp ref input on the fly, without any other stop task or disable/enable. Just like this:
//--------------------
static void lpcomp_set_ref...
i want to print the data to the uart to see the values in the uart..i am unable to initialize the uartt..
what are the things to be added for the initialization of the uart...
Hello I need to increase the maximum number of servers for clients to 100. I saw that in the light_switch_example_common.h file, the definition #define SERVER_NODE_COUNT ...
I am developing on a nrf52 board and trying to use sd_power_reset_reason_get(&uint32). This function should only be able to return succes, but I always get back 1. I saw a...
Hello,
I have a strange issue, when I set the name of the bootloader dfu peripheral name, inside of sdk_config.h
#define NRF_DFU_BLE_ADV_NAME "DfuTarg"
When I scan...
Even immediately after issuing a gc (garbage collect) command, "freeable words" is still 1022:
Why?
What does this number actually mean?
The documentation just says...
I'm hitting a couple of different logging issues with the latest SDK15. In the most recent case it appears std_n is hanging while calling nrf_log_frontend_dequeue.
Attached...
Hello,
We have an application made with SDK 11 on nrf52832 but we want to add mesh SDK. Is it possible to make coexistence with SDK 11 ( we don't want to do the migration...
I have to send packages continuously; How can I get feedback on the success of transmission before sending the next package? Which event should I use? and in what callback...
Hello! I occasionally have a crash during the development of nrf52832 (SDK14.2), but this phenomenon is not very reproducible. All the information about the error that I want...
i am able to read data from the i2c device ,,,but i dont know how to send the data through the bluetooth to a central device. i am using the nrf52832 and sdk 15.0.0..someone...
I am just getting started developing a Mesh network around the nRF52840 .
I am confused about which SDK to use for mesh development. v15.0 or SDK for Mesh 2.1.0?
Thanks...