-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hi,
I have 3 nrf51822 devices. Two of them act as peripheral and one acts as central. Each peripheral is used in a wheel and they are the 2 wheels of a cart. Central is...
The latest Objective Spec nRF52840 Objective Product Specification v0.5.1 got me a little confused since I was working off of v0.5 until few weeks ago. My application is a...
I'm using SDK 12.2 with Softdevice S132 V3.0.
I try now the migration to the most resent SDK 14.2 with its Softdevice, because it seams there were several bugs fixed in between...
I am trying to use a dht sensor and arch ble device to display temperature on the console. But when I flash the program on to the board, I cant see the output on the console...
Hello Everyone,
I have developed my application using BLE for connect android mobile. I have design complete PCB using your reference design. But i have littele confused...
Hi guys,
I follow this link and do the configs on the Keil project in examples\dfu\bootloader_secure_ble\pca10040 to run on nRF52810.
But I find that the micro_ecc_lib_nrf52...
I'm trying to use a the COAP server example from SDK 14.2 running on nRF52DK. I've got a RPI3 acting as a router between my Ethernet network and the 6lowpan/BLE link.
I...
Hello,
I have a custom application and bootloader with DFU support. We have been able to download application updates using the DFU. Today I noticed that I am not calling...
I am trying to create an 80ms pulse by setting a GPIO high, starting an application timer with 80ms timeout and then setting the GPIO low in the timer ISR. I am aware that...
Monitor mode debugging seems to have crippled the CLI over RTT.
Edit: Reflecting further, ignoring the black vs white background symptom - the issue might simply be that...
There seems to be an issue when reading GPIO pins returning false readings. I am using two pins for I2C communication, 26 and 27, I am configuring them with the required configuration...
Hi Everyone,
I am developing a device that needs to record data from ADC onto a onboard NAND memory.
Following the USB MSC example for NRF52840, it seems like the device...