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...
Hi,
If the app keeps sending data at a certain rate, the numbers will skip and the software will stop.
I tried to see how much data I could communicate and at what speed...
In my situation, I want to use ble to designed a piconet which has 1 master and up to 4 slave .( upload(Slave->Master) rate is 2.2KB/s,download(Master->Slave) rate is 500...
Hi
A few questions regarding the "saadc_pca10040" example:
If I read one analog pin then what is the meaning of this matrix of values :
"static nrf_saadc_value_t...
This page shows that MPU is not supported on nRF52840: https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrfx_drv_supp_matrix.html
On the other hand, the following...
Hello Nordic Experts,
I'd like to add the usb hid composite to one of BLE examples. I followed link below and combined the example usbd_hid_composite with ble_app_blinki_c...
Daer usually we need minutes to lock the LTE cell and connect to the network. There is a way after the connection to save the data (NVM or flash) and on restart to use them...
Hello Everyone,
I am trying to implement fds in nrf52832 with sdk 15.2. getting some issues. I am using 5 record key's and 1 file id.
Before coming to that, Can anyone...
Hello Everyone,
I am using nrf52832 and sdk 15.2 for ota over serial. I have made bootloader for OTA over UART and tested same with nrfutil using my dfu package file. firmware...
Hi. I my embedded code I read default MAC address internally and mine is read as 73:7F:..... but in reality is supposed to be F3:7F.....
I have read few tickets where people...
Hello,
We are designing a custom board, and we would like to use an external crystal for the low frequency clock source, but we are running into disconnect issues. A similar...
Hi,
I have been trying to get the BLE secure DFU example working on a custom board (nrf52840 - BC840 module). I tried it on SDK 15 and SDK 16. When I flash the BLE DFU,...
I am trying to get the current time and the current time zone. I see there is some modem commands LWM2M commands that appear to have the capability to do that. When I try...
Dear all,
I have an application that requires me to keep advertising until the button is pressed.
I use a timer to read the status of the input pin and then if input is...
All of our initial BLE project development has been done using a the Nordic nRF5_SDK_15.3.0_59ac345 SDK and 10056 eval board. Now we have a production board that is based...