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...
Sir,
I am using a U-BLOX NINA B302 (nrf52840) connected to a SEGGER J-LINK to program it!
Using the J-LINK flash i can program the NINA B302
But, on VISUAL STUDIO +...
Hello!
I am having 3 nrf5340 devices; 2 Gateways and 1 Headset. I am trying to achieve the scenario where I can allow the Headset connects to selectively one of the 2 Gateways...
I recently got the nrf52840dk board and I am trying to use it with the Nuttx embedded OS. However, I am having some issues flashing the nuttx binary on my board.
this is...
I'm trying to accurately measure our 3.0 volt coin battery (CR2450).
Our product consume low power (<50 uA) and we measure the battery voltage every minute.
We must...
Hello,
I've been trying to get through SUPL client library license signup process but I my request get denied every time.
I think I've done everything that is required...
I wrote a firmware on my dk52 and am advertising some data to the nRF Connect for Mobile App.
Is there any way on how I can copy or send the received data (service data...
Hi,
I have the following ouput using the throughput example:
Altered output format a bit to give me the same for local and peer.
But I was wondering why there is a...
Hi All,
I am running nrfConnect SDK v1.8.0 ad started a new sample LBS project. I ultimately want to have 3 devices, 1 being a Central and 2 Peripherals both running LBS...
Hi
Nordic Team
I used nRF5_SDK_17.1.0. I have a very difficult problem:
I now only want to configure an RX pin and no TX pin. Can the serial port receive data function...
After programming the a chip (52832) with hex files (including boot code, main app code, and softdevice), the chip jumped to the boot code so we need to do the DFU to let...
Hi again Nordic. I'm using the sparkfun level shifter: https://www.amazon.com/SparkFun-Level-Shifting-microSD-Breakout/dp/B01CF569VQ together with Sandisk 32gb formatted to...
I'm running into some rather strange things lately.
In debug mode, let's say I have two lines:
a[0] = 0;
a[1] = 1;
If I place a breakpoint at the 2nd line, and...
Hello,
I am trying to do my own i2c read/write from a sensor, and I followed the twim example available with the SDK.
When I build the project, I get errors wherever...
I am using Visual Studio Code to create applications based off samples, which I then build and flash to a nrf52840 DK which works great!
However, when using the nrf52840...
Hello,
I was working with the SDK 17.0.2 development kit and combined a few examples. When adding dependencies from other examples the path is entirely contained within...