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...
Hi Nordic,
I want to send JumpToBootloader() command to nrf52832 module to make it enter dfu mode and update.
But I got the following error, can you tell me what is the...
Hi, I have been doing my development on the 9160DK and now its time to move the code over to the thingy 91. I managed to get the 9160 flashed by following ( https://devzone...
I modified the ble_app_gls example using the whitelist paring mode. The code is from ble_app_hids_keyboard.
1. The code goes fine when using whitelist paring mode.
2....
Hi I am using the ble nus with throughput from this github project. I can send like half of the total packets before encountering the not able to allocate uart send data buffer...
Hardware: nrf52840 DK.
Software: ncs version v1.7.0 and default SEGGER IDE for Nordic.
When I first build the machine learning application in nrf, there is no any problems...
Hi DevZone !
I am using the nRF52840 for development and after some tests one of the chips could not access its memory flash in the function fds_init() in the library fds...
What is the difference between NRF5340DK and NRF5340PDK? If so, is there any way to make nrF5340PDK into NRF5340DK board? Why I use NCS version 1.7.0, to compile nrF5340DK...
Hi,
I'm trying to implement eddystone in my application, using the example.
The problem is the I can't build my project, as I have an error regarding DRV_RTC_RTC1_INST_IDX...
Hello,
With me is two SES projects that are in need of both the softdevice and an application.
One of these projects involves combination of an application and a softdevice...
Currently am working on a project that has strict size constraints. My interest is to have the SoftDevice run without the MBR if that can be made possible. The project is...
I have been reading the nRF52840 product specification guide and find the PPI an interesting feature potential to use in my application. I'm would like if possible to connect...
Hi Nordic,
I don’t know if the question I asked is stupid, but it does bother me for a long time.
Q1 - Can I use uart(serial) interface to update Firmware (including...
Hello everyone! I am developing a prototype custom board with an nrf52840 dongle and some sensors. The first sensor is a bme280 over I2C and there is an example in the sdk...