Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
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...
Hi --
We are in the process of setting up to flash a few hundred devices for our internal testing. We can currently flash to our board using nrfjprog either directly from...
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...