When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> 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...
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...
I'm working on a product that is somehow related to geolocation. As part of it, RSSI measurement is sent back at high frequency to the central. Currently based on nRF51822...
Newbie here hoping to get some direction on how to properly setup a timer to have a timestamp displayed for DEBUG messages. I am working on a PCA10040 board. I tried looking...
Hi,
I have some basic doubts in installing the power profile on nrf52Dk(nrf52840). I'm trying to use it on my central device which has its application FW running. I have...
what is the sending data rate of the sd_ble_gatts_hvx() ,why i use sd_ble_gatts_hvx() send data 600Byte per second, it lost data again . it can be use yes or no ?????????...
I can copy a Hex file from a Mac to the mbed USB drive and the code executes correctly. However, if I upload the hex file from any windows PC in our office (Windows 10) the...
Hello, I am trying to generate pulses with the nRF52832 chip.I created a basic setup for test purposes; I simply connected a LED to the PWM output, but even though I put 0...
Hi,
I have designed the Circuit using NRF52832 BLE and AT8010-E2R9HAA RF ANTENNA and tuned the circuit accordingly. Since the antenna was not available so I placed other...
I'm relatively new to development on the nRF52832 and I'm trying to find information on how to use the sleep mode with the SAADC.
Goal: The micro should be in sleep mode...
Hi,
I am trying to create a BLE node which can perform dual role(advertising/scanning) to create mesh of multiple nodes. I am planning to do it with the help of timer....
the project has a problem with DMA,the detail is:
on the board,NRF52832 and extern chip communication with i2c bus,the chip through a pulse wake up nrf52832,NRF52832 start...
I have NRF51822 Controller(custom board,S110) used to send some sensor data. i can able to receive data in android and ios. now i want to communicate to Laptop which has internal...
Hello Everyone,
I am new to nrf51822 (using S130). I made some custom service that accepts float numbers.
This might be noob question: I want to send float values from...
We are developing a custom ble service and profile however having printf makes our lives that much easier so we are trying to incorporate it purely for testing purposes. ...
Hello,
I'm trying to optimize my application :
I have a central (nRF52832 s132) which communicates for a short time to a peripheral (nRF51822 s130) and then disconnect...