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 am working on a case for this project and cannot locate the nRF5340-PDK dimensions. Is there a dimensioned drawing or DXF file? I need to know overall board size and mounting...
Hi!
I've been developing software for nRF52832 devices for a while now, and it's been pretty easy to get into low power modes.
However using the exact same software, but...
Hi, I am working on a project that utilizes the periodic advertisement feature. I have an nrf9160DK as a gateway to synchronize to multiple advertisers. I use the nrf9160...
Dear Members,
How can i keep the data no being cut ?
before using call back function ,
after using call back function :
function :
call back from main :
...
I didn't change nrf5340_cpuapp_common.dts, and I saw the macro definition of "i2c1" in "devicetree_unfixed.h," but I called device_get_binding (DT_LABEL (DT_NODELABEL (i2c1...
Hi,
I found that the startup of the modem (init and connect) is much faster after it has stored some initial information ( I think band-data and so on). This only happens...
Hi,
I have two nRF52 DK boards which i bought one is 2 years old and another 1 year old.. Past week both DK boards are failed to connect with the computers but the power...
We have the following setup:
- nRF52832 XXAA
- SDK 6.0
- S132
I have attempted to add a memory guard into the location preceding the application RAM data block start...
Despite following the procedure listed below, no text appears on the OLED display, despite the driver being able to communicate with the device.
I am using nRF Connect SDK...
I am looking to get some clarification on the QFN94 footprint of the nRF5340. There are four corner pads and they do not appear in the mechanical specifiications section 9...
Hi,
When looking at the reference schematics and reference layout of nRF5340 I notice that pins A25, B12, B26, G1, H2 and J31 are grounded:
Figure 1. Circuit configuration...
Hi, with my nrf9160 I need to send a gps location every 3 sec to azure, so I combined the agps and the azure iot hub sample. It's working pretty good but 10 sec as a periodic...