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...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
Hi,
I am working on SDK 15.2, s132 on NRF52832-based board.
I would like to use the automated tests like here to connect to my devices and do some tests.
My device is...
Hi everyone,
we are using nRF52832 with SDK 15.0.0.
Our device uses one central and one peripheral simultaneously that are running independently. Recently, I've faced...
Hello
I am trying the UDP example, but I can't find the IP address and port number of transmission, also I would like know how to view the code of functions and libraries...
hi.
As the manual says,It waits for an application event. and is called in the main while loop.
Does it mean that if I put some other routines carrying out polling function...
Hello, I am interested on nordic devices that support: 1) 802.15.4 (eg. Openthread) 2) secure storage for storing keys (e.g LWM2M credentials) 3) zephyr - rtos
I have seen...
Hi, we have a nRF9160 DK where we have uploaded the AT_CLIENT example on. Have tested the board and it works fine, able to send AT Commands and join to the network etc......
Hi,
I want to store scene when long press one button and recall scene when short press. I have done some changes but not able to achieve it, i am not sure if i should...
I was looking at this compatibility matrix, for SD and SDK.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf52832%2FCOMP%2Fnrf52832%2Fic_rev_sdk_sd_comp_matrix...
Greetings!
we are using nrf5340dk to communicate with a Nucleo shield that has LIS2DW12 accelerometer on it (shield is X-nucleo-IKS01A3). We have a problem communicating...
Hello, I'm beginner for nRF52.
I saw examples about entering DFU by button and buttonless.
Is it also possible that changing the boot mode by a gpio pin which controlled...
Hello all, I'm working on ADC and data transmission.
Device do ADC first, and send those values.
Sampling frequency of ADC is ~80 kHz (sampling per 13 microseconds), and...
Hello,
We are using nrf52805 for our project. Facing some errors like "GATT ERROR" and GATT INSUF AUTHORIZATION and GATT CONN TIMEOUT ERROR" when I want to upgrade my application...
Hi,
We are developing our product based on nrf52382. In the scope of the certification testing of our end product, the test laboratory asks me if the Bluetooth low energy...
I am currently building a dynamic multiprotocol application (Thread+Bluetooth LE) with the nRF Connect SDK. For tweaking coexistence I would like to limit the length (=duration...
Hi,
In nwp-036 page 7,here is the AOD sketch map as below :
As fat as I am concerned, the Transmitter and Receiver should be reverse ?
Or there is something I misinterpreting...