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...
Hi guys,
Does anybody know how to send the sensor data from the nrf52832 device to the terminal when it is not connected directly to the PC with USB cable. I tried with...
Hi,
I know that a peripheral device can wake up from sleep by app_timer, but can a peripheral device whose power state is System ON IDLE be woken up by a scanner nearby...
Hi, We are developing a product based on the nRF52832 and have been measuring the current consumption on our first prototypes with a Keysight N6705 power analyser. We seem...
Hi,
I'm using SDK 1.2.0 with modem fw v1.2.0
My goal is to improve the fixing time while moving (pedestrian speed). For that I implemented SUPL on my project with the...
Hi,
My Thingy 91 wouldn't connect so I tried to update the firmware. However, I seem to have a different hardware version to what is described on pages like https://devzone...
Hello,
We are considering using the Thread protocol for in an application where we have one or more central devices distributing data to several peripheral devices. However...
I'm working on TWI with nrf52832 dev board, using examples from SDK 16. Here's the code:
I see no activity on the logic analyser and the application gets stuck in the...
Hello, Im working on project that communicate with gps/gprs and it works with the example/peripheral/libuarte. but when I want to integrat it (add) it to central peripheral...
Hello Support
I have an error when I try to add a custom CLI command with the API "otCliSetUserCommands()" . I added two commands for my example. The commands work fine...
Using the following:
Rigado BMD-360 nRF52811 development board.
Softdevice S140 7.0.1
SDK 16.0
Using two development boards inches apart, one development board sends...
I flashed two nrf52832 with a black magic probe. Unfortunately after reconnecting the USB, I wasn't able to flash them anymore. So, I tried the nrfjprog command line program...
Hello,
Our application is currently based on the Nordic SDK services such as app_scheduler and app_timer. It is not possible to change this to use an RTOS do to regulatory...
Hi Devzone:
I am trying to gauge the power consumption after nrf_power_system_off() is called.
So is there a list of the hardwares that "nrf_power_system_off()" shuts...
I am using nrf52832 radios to communicate using ESB without DPL. I have selective_auto_ack=true and I set the payload.noack=true. But each time I transmit and there is not...