Nordic published a great blog in 2022: "Comparing range with Bluetooth Low Energy of the nRF21540 DK and the nRF52840 DK." It clearly explains the range capabilities of the...
We are developing a device that uses BLE, 4 contacts (buttons), a piezo connected via PWM and a realtime clock (RV3028). It also stores event data on an external flash using...
Hi,Team,
I am developing Pawr using nrf54l15-dk.
I want to realize the connection and communication between the broadcaster and the upper computer software nRF Connect...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
For conventional Bluetooth, if two devices are connected, we can send and receive text/bytes to and from each other. It is generic since the two devices can be from different...
Hi,
I will just reiterate that question again.
I really need to get 32K RAM beacons, but Digi-key apparently has only 16K RAM or v.1.1.0 modules. Could advise where...
I read this post with great interest!
devzone.nordicsemi.com/.../
I'm having a similar problem with my Nordic Beacon application. I followed the advice to switch my...
I am using a nRF51822 to send data to an iOS device.
Because latency is critical to my application, i 've set up a test program that sends a packet every second , using notifications...
I have some questions about the scan response packet.
Can a scan response be sent with a peripheral that is configured to be connectable? IE not a beacon.
I read...
Dear Nordic Team,
Thanks for support.
I am using nRF5_SDK_11.0.0. How can i initialize the softdevice with internal RC oscillator in my source code. I am using the below...
Hello;
I'm trying to get data over the TX pin to be sent to the RX pin on a Raspberry Pi.
I have it working on several boards: The nrf51822 Development Board, the Redbear...
The radio notification tutorial ( devzone.nordicsemi.com/.../) says:
"The distance is the time window before/after the radio goes active. The radio events are radio_on...
I'm slightly bamboozled by the LFCLKCSRC options in the NRF52 datasheet / product specification.
Bit field SRC makes sense. Set to 0 for the internal RC oscillator, 1 for...
Hi
I am currently using the boot loader from SDK7.2.0, compiled using Keil.
However, for all the other software I am using GCC. But GCC support for the boot loader was...
Hi, i am trying to send my notify characteristic every 100 msec, i am using timer for this and when i am connecting to the nrf app, my nordic device is sending the data but...
Hello,
Thanks for your reading.
I tried to read the CHIP_ID value(0xD1) of BMI160 in MetaWearCPro firmware using SPI.
But I could not get the correct value(0xD1). The read...
Hi, I use the following.
Raspberry Pi 3 (RPi3 with Raspbian Jessie 4.4) as a router,
RPi3 is connected to a Wi-Fi router to access the Internet by using the built...
My development Kit is official PCA10040, and SDK is SDK 11.
when i opened the keil project of ble_app_multirole_lesc int the examples of SDK with Keil MDK5.14 and compile...