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...
I'm seeing inconsistency in reading the ICCID from the nRF9160 modem with modem _info _string _get (MODEM _INFO _ICCID , mystr ,strlen (mystr ) ) ;. All other modem_info calls...
Hello Nordic DevZone Support,
I hope this message finds you well.
I am currently working on a project using the SEGGER Embedded Studio with Nordic products and I am trying...
This information is printed all the time while the debug is running at full speed What is the reason for this?
If it is not debug, the program runs normally
I want to develop some applications on top of Google Fast Pair. Created the fast pair input device application with the SDK version 2.7.0 rc1 and built with prj.config
...
Hi,
I have working with Bootloader development on nrf52840 controller, for that i followed devacedemy course for firmware update using Uart and able to update firmware using...
Hi,
I get a Mcu Mgr Error: 10 Group: 1, when I
start OTA on Android smart phone
interrupt during upload by disabling BLE on the phone
enable BLE again
retry OTA...
Hello,
I was using VS Code earlier today creating different build configurations for our hardware (nrf52840 and nrf9160 based) and everything was fine. I restarted the application...
I am currently using two nRF52840s to create a transmitter, one that acquires data and transmits it as advertisement data, and a receiver that receives data from the advertisement...
We are using nRF52833 with Softdevice S113 for BLE.
in the OS_Idle function, nrf_pwr_mgmt_run is called.
But never comes out of sleep.
Is there a need to call nrf_drv_power_sleepevt_init...
Good morning,
I am developing a RAK4631 (Nordic nRF52840 + Semtech LoRa SX1262) and now I need to manage the power consumption. My environment today is a VSCode/PlatformIO...
i am working with nrf52840 with nrf5-sdk 17.1.0 and with segger embedded studio 5.42a i am having trouble build a project and it is giving below warnings: Building 'main_app...
Hi,
I am trying to test the ICM42670 sensor using nRF9160 with Zephyr V2.6.0 and I am getting an errors when I init the sensor:
unexpected RESET_DONE_INT value, 0
ICM42670...
I’m using the nRF52832 with SDK 14.2.0 and would like to implement AES-128 CCM. Could you provide relevant documentation or instructions on how to achieve this?
I was developing my development kit with onboard sensors and other ICs. So, I was looking into NRF52 DK schematics and documentation. the problem is that the interface/debugger...