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 measuring current at the Vbmd jumper for the BMD-350 Eval Board. I'm able to measure 0.9uA running this code:
in the boot immediately after programming...
nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run. It has run on its own before with this configuration:
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC...
nRF52810 will not enter deep sleep (system level power management). The method used is through pm_policy_next_state, sleep entry function , sleep exit function, and PM notifier...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
I'm using nRF connect SDK2.9.0. I don't create my threads. Instead, I have a GPIO interrupt and a k_timer interrupt, each doing their own job.
In my timer expiry function...
Hi everyone,
I’m using a custom board (a tracker) that can travel at speeds up to 65 km/h and transmits data regularly every 200 ms. I expect, therefore, that the inactivity...
hello to all.
i been strugling the last couple of days to make a simple PPP connection from a debian12 laptop to the internet passing trough the nrf9151. I followed the...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
I get an error and the flashing fails when I attempt to flash the nRF52840 DK via an external J-Link Plus connected to the Debug In connector (P18).
Programming of the nRF52840...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
Hi,
I recently wanted to compile this example https://github.com/NordicPlayground/nrf5-ble-tutorial-characteristic?tab=readme-ov-file on another dk to learn about ble development...
1. Can we use SIM other than iBasis to use nrf cloud?
2. My SIM does not have a PUK. How to proceed without entering it.
3. We need SIM too kit document for nrf9161. ...
NCS 2.9.1 - NRF5340 DK
I've developed the gppi one_to_one example to try and create an asymmetric pulse that I can control with the Timer compare registers. It boggles my...