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...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
I would like to maintain an isolated sdk and toolchain for a specific project. I used toolchain manager to install the sdk and toolchain into a new installation directory...
Hello, We have a custom board with nRF52832 in production, nRF5 SDK, s132, using BLE. We recently have faced some issues regarding connection from some of our clients.
The...
Hello, the nRF5340's SAADC has a temperature dependent offset according to the product specification. The offset can be measured (I suppose it is automatically applied within...
Hi,
I'm working on a custom board with nrf52832 and I'm running into an issue where the firmware will only run on the custom board in debug. But it works fine in nrf52DK...
I am trying to communicate with an I2C device using an nRF52840. I want to remove the external I2C pullup, so I want to reduce the communication speed to 10kHz. However, the...
This is the normal kconfig menu.
But it often happens that the following picture does not recognize anything in kconfig
and there is no devicetree option in the action...
Hello Nordic,
We developed our product using MCU NRF52840-QFAA-F-R. Our client is based in the EU. We plan to launch our product in 1-2 months.
I have a few questions...
Hello,
I am working on a prototype Bluetooth Low Energy module using the MDBT50Q-512K (by Raytac).
To measure the frequency of this prototype with test equipment, I am...
has been helping me connect to a device and I am finally able to do that, but as soon as I do, Zephyr crashes.
This is with a lightly modified central_uart project [00:00...
While creating a new board in step 2 of the exercise, there are a couple of problems with the sub-steps 1-5:
First, sub-step 1 says to name the board "DevAcademy nRF52833...
Hello,
I've been using the libuarte module in my project, and I done a power consumption reading. With libuarte switched on I'm consuming 0.78ma, and with it switched off...
We have been seeing a bootloop issue on some of our nRF52840 boards running NCS v2.6.1 using CR2032 coin cell batteries. The batteries are all around 3V.
This is an intermittent...
ON NCS SDK 2.7.0 version, how to calibrate SAADC?
I checked below code, I see that "Perform calibration before the reading is taken if requested.", it will trigger calibration...