Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
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...
Hello, everyone.
I am using sdk v17 and I am looking into timer. I used the app_timer simply, but I don't know the nrf_drv_timer because I've never seen it before. Can...
I am a beginner who just bought nrf52832 dk and started !!
I am trying to control the pressure sensor, gyro/ accelerationsensor and motor,
but i ts not easy because...
I'm trying to build a quick application to scan for all devices in the vicinity and print out their details (device name, manf data, RSSI, and BLE address). I am parsing the...
According to BLE 5.1 Core Specification Coded PHY and CTE are mutually exclusive. But losing 4xRange to implement Direction Finding is a big loss if, for instance, you need...
Hello,
I used the examples\peripheral\libuarte example to implement a driver for NBIoT DCE. I embedded the sample in my project and started debugging. Although the transmitter...
I got an error at pc = 0x104F0 (id = 1, pc = 66800, info = 0). My code is advertising and doing nothing else except a timer for the LED flashing, so I'm not sure what could...
HI
I am using the customized nRF52832 board with a temperature sensor connected via i2c .Firmware i merged the ble_app_uart and twi_sensor xample code. Here the RX AND SDA...
Hi everyone,
I've written a custom BLE service with two characteristics. I want to write more that one bytes to one of the characteristics and then to store the written...
Hello,
I'm working with nRF52840 and SDK v15.2.
I implemented an USB layer with CDC and MSC classes based on nRF examples. All seems to work fine. The USB Serial port...
Hi,
I am using TPS61021DSG in my design which is a data acquisition system using nRF52832 BLE module. I am using 1.4V Zinc-air battery to power up my circuit to generate...
Hi Nordic Team
I want to run the example project[802_15_4] on the soc chip 52820.So for the SDK17.0,it run and work well on soc chip 52840.
In order to run on the chip...
Hi,
I am using an Adafruit nrf52840 Feather board and have been having a problem with SPIM instance # 3.
I have the board connected to a display module and have been successful...
Hi,
This is not a ticket!
This is a project that I built. It uses the nRF52 to control a neopixel (ws2812b) via I2S over BLE using a custom mobile app built using the...
On SDK16.0.0 + Mesh SDK 4.1.0
I know that oversampling when using the SADDC in scan mode on multiple channels does not work because the buffer gets all out of order.
But...