I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
Hello,
We are using nrf52832 in our development, we recently got the otii arc to measure the power consumption of our device.
During sleep mode we notice a huge spikes...
This should not be very hard (beginners question), I want to convert an array of characters to an integer, I added string.h but it is not working with the function strtoi...
Hello
Now we are testing the third version of nRF52832 nrf52833 nrf52840 ic
I learned that there is a feature to lock and unlock the debug port of the device, but I use...
Hi Nordic,
I am using nrf Connected SDK 1.7 on windows 10, coding with nrf connect extension for vscode.
I created a custom board from nrf5340 SoC and added a node as...
Hi,
I have made a manual installation of the nRF Connect SDK in order to develop nRF5340 applications on my Ubuntu PC. I have tried, to the best of my ability, to follow...
I've tried sending ASCII "Hello world" over SPI with various data rates. Somehow clock signal given by SPI is not continuous. This discontinuouty differs with clock frequency...
Hi everyone,
I want to integrate the Queue module into my firmware. I found three functions for writting elements in the queue
1. nrf_queue_push
2. nrf_queue_in
3...
Hello,
I am migrating my project from GPS driver to GNSS interface. I am facing a few problems when I am using GNSS interface.
1. GPS driver can generate simulation data...
Hello,
I am new to the NRF World and try to explore some Ble examples. Unfortunately I can't get the BLE_Blinky Example working. The Flashing works without problems, and...
Hello,
I developed a script which has a 40Hz timer which repeatedly starts the NRF52840's SAADC in continuous mode (with a 40kHz rate) which is supposed to fill a revolving...
Our codebase is configured to use West to manage our code repository as well as the NCS repositories. We use the 'name-whitelist' option in our `west.yml` to only import the...
Hi
I am writing the firmware of a wearable device, based on nRF52832, which must support OTA DFU. I am using the peer_manager to manage paring and bonding, and the FDS library...
I'm trying to use the lpuart sample for a project, but everytime I try to flash I get a zephyr fatal error 4. I dont know what I doing wrong can anyone help me?
error: ...
Hello,
OS: Windows 10
SW Version: nRF Connect 3.9.0, Programmer v2.0.0
Nothing has changed hardware-wise. Still using a Segger J-Link to try to complete this task. I...