Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
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...