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...
We use the nrf52832 in twi-master mode. The connected slave sometimes needs longer to respond than the default configured TWI timeout.
The timeout is defined inside the...
Is it possible to generate a zip package containing both firmware and softdevice in such way that the soft device will be updated only if the current device softdevice version...
I have some module chip connected to the nRF9160 DK providing the sensor data over I2C line. In some state transition of the module the short reset pulse needs to be generated...
Hello, I am using BLE secure bootloader example on nRF52840 with SDK 15.3 and softdevice 61.1. I can see the bootloader protects the MBR page and Bootloader space using ACL...
When I run "AT+COPS=?" WITHOUT a SIM the modem always responds properly.
When I run "AT+COPS=?" WITH a SIM the modem does not respond as expected. I get error after approx...
Hello everybody.
I have been working on nRF52840 for a time. I am trying to flash the chip with ble_app_uart_c (SDK 15.3.0). I have applied everything essential, but my...
Good morning everyone,
I am facing an apparently common problem (reported with some variations Here , Here or here ) which is driving me crazy. In the linked discussions...
I am using function "modem_info_json_object_encode" to encode modem info into JSON to send upstream.
I get the very strange format where you encode dictionary as string...
I am curious to know do we have any practical BLE based products such as Fitbit or heart rate monitor, in which there are different type of messages are sent from one end...
nrf_crypto_svc.c throws a bunch of errors during compilation. The errors have to do with SVC_REGISTER_FUNCTION. Example error message: function 'SVC_REGISTER_FUNCTION' is...
Dear ,
I just want to know about thingy 91 - pca20035 status
1. asset_tracker :nrf9160 SIP works
2. usb / usb_uart_bridge / : nrf52 ?? confusing !
and how about...
Hello Support Team,
Currently NRF52832 is being used for wearable product ,
For NFC Card Emulation Mode whether NFC Front END IC is required ?
or Can go ahead directly...
I designed a prototype using nRF52832 controller. On this prototype I was using the same Flash Controller ATSAM3U2 used on the nRF52DK.
I am bringing up the prototype and...
Hi,
From time to time, we need to send data directly to certain node. There is AF_DataRequest() API in CC2530 to do that. Is there any similar way to implement that kind...