I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hi all, I am working on an electronic lock using the nRF52840. Currently it works using Bluetooth Low Energy and the lock opens when a digital key has been sent. (it has measures...
Hello sir,
I am sending the data of 252 bytes through send_notification() at each interval of time but when i send through send_notification() then following error occurs...
Hi,
I am compiling micropython port for Thingy:52. I am following instructions here https://github.com/micropython/micropython/blob/master/ports/nrf/README.md
I see that...
Hi,
I have created an HSL model and it's working fine. Now, I am using a light that has both CCT and RGB control. So, I have both HSL and CTL model existing in the same...
Board :52840dk_52840
SDK: NCS1.7.1
IDE :Visual Studio Code
I remap my bootloader partition in my application .overlay file
as
& boot_partition {
reg = < 0x000000000...
Hi,
When i changed NRF_LOG_ENABLED from 0 to 1 in file sdk_config.h returns the following error
1> Linking tdoa_tag.elf 1> E:/gcc/arm-none-eabi/bin/ld: Output/Debug/Obj...
Hello, did you test the working of 100 pairs (Transmitter and Receiver) nrf52840 BLE modules together indoors? If you did, how much data is lost while working together? Can...
Hi everyone,
I use the radio example as my basis. I call the read_packet() function from receiver example. And there is no incoming data, it stucks there. How can i set...
Hey,
I have an app based on the UART central example. I successfully connect and bond to an android and am able to send data via uart over BLE.
I want to send data also...
Hi
I am converting libraries MAX30105 Arduino to nRF52840, but I have a problem,
"MAX30105 parrticleSensor;" what is it?, how can I to convert this? is it a variable?...
Hello , I am trying to build the bootloader source code provided by Adafruit for its nRF52 core. The project is based in Segger Embedded Studio.
Adafruit's nRF52 core bootloader...
Hi,
1. I removed RTT related codes in the project.
2. Will uncontrollable factors be introduced?
3. Is there any potential risk when the code runs?
Thank you for all...
Hello,
Trying to run the TWI_SCANNER example on a pca10100 hard faults. The .emProject file has been modified per the instructions at https://devzone.nordicsemi.com/f/nordic...
Hi,
I am using nCS to write applications on vscode IDE, that is I am using the "nRF Connect Extension on vscode IDE" I need to unit test the written application code,...