i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
Hi,
I'm using zephyr RTOS.
I'd like to put the cpu System ON Sleep Mode to conserve power.
Then, I'd like to restart the CPU with an interrupt or event from the comparator...
I'm attempting to use the Settings API save and retrieve data from nRF52832 FLASH memory. I can build and run the example application provided in the Settings documentation...
I want to use the UART to receive data, but that doesn't look possible if I use the Logging Module. I don't see where the logger module will interrupt my code to tell me I...
The NORDIC tutorials are great for demonstrating how to use GPIOs to drive LEDs and read buttons.
However, I need an 8-bit bus to exchange bytes with an external display...
We are using the nrf mesh sniffer android app to record logs of our mesh network to try and track down some weird behaviors possibly related to the messages being sent. The...
Each time I attempt to use a Zephyr API on my NORDIC device, I face the mystery of what CONFIG setting are required to go with it. For example:
To make the Async UART API...
I'm using the Async UART API and the Enhanced ShockBurst API and my code seems unstable. The RF Connect Debugger frequently crashes.
The ShockBurst User Guide specifies...
I'm using the ESB API and I've noticed some peculiar operation when debugging with nRF Connect. I have made the following observations:
1) Giving a semaphore in the ESB...
Hi,
I'm trying to get the debugger to work on my target board. I created the attached simple program to eliminate complexity.
The debugger starts, but it starts running...
Hi
I measure a constant current flow from the battery of 103uA while the nPM is connected to USB and the battery is fully charged.
According to the datasheet 6.2.10: ...
I encountered the error MPSL ASSERT: 1, 1310 when establishing a BLE connection on my custom board, only happens when using an external 32 kHZ crystal oscillator (
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL...
Hello everybody,
I have very bad problem for me. I am developing application on nrf7002-DK based on STA (station) example. I add own AT command analyzer and SCAN, so I...
Hello
Im trying to send data[3000] using USB, problem is I need to finish transfer within 13ms because after that period new data is ready to be sent. In this Interrupt...
Hi,
We have been working on our nRF5340 custom board with ncs V2.0.2.
Our application runs for 10 minutes to collect some sensor data and transfer it over BLE, then it...