Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi everyone,
thanks for this discussion - this question addresses almost exactly a potential use case I've been looking into.
I'd like to try and implement something this...
This is from the documentation:
[in,out]
p_length
Pointer Length of the string. Amount of sent bytes.
I'd translate it to a pointer to the requested length...
Hello all, I already did some research finding similar questions and answers in this board, unfortunately I still do not have answer, maybe some can can help pls?
I have...
Hi,
I'm trying to test the BLE Mesh example. I want to prove that whether the feature of Relay is able to work or not. So, I use the functionality of heartbeat publishing...
I am running SDK 14.2.0 and trying to update only the bootloader. Very minor changes were made, resulting in no size increase.
I ran nrfutil (V3.4.0) using the following...
Hi, Everyone
My development environment is PCA10028, SoftDevice 130, SDK12.3.0
I am testing the input and output of the uart using nRF5_SDK_12.3.0_d7731ad\examples\peripheral...
Hello!
I am using nrf52832 with SDK14.0 and SD 5.0.0
I have issue with Flash data storage. I am using code from example (fds_test from github)
Writting works good...
Hi,
nRF52832 uses which type of modulation technique?
Whether nRF52832 is Adatpive euipment or Non adaptive equipment . Please clarify?
Wireless module certified individually...
Hi all,
I am merging my code from Mesh 1.0 to 2.0.
I am trying to put both Provisioner and Simple On/Off Client into one board,
and then the other board is simple...
Hi,
May I ask what's the minimum reference circuitry for running nrf52810 without RF? Thanks.
Our need is as follows.
1) RF, eg, Antenna is not needed 2) GPIOTE 1 channel...
So I have my dongle sniffing for BLE packets and I can see all the advertising packets coming from the device, even the SCAN_REQ and SCAN_RSP.
But as soon as I paired the...
Hi Sir
The product is nrf52840 and SDK15, If I'd want to do following SPI operation ( CS to L ---> MOSI data {0x60, 0x00, 0x00, 0x11} ---> CS to H )
1. How to setup nrf_drv_spi_transfer...