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...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi,
I am developing an application that needs to activate a relay on a central device when an event occurs on the peripheral device. The peripheral will always connect to...
Hey, Brand new to this but long time programmer and I sware I have been trying tons of stuff for 4 days straight now and only posting because I am out of options. My goal...
Hello!
I am new to the Nordic chips and for my project .My question is when i apply for the free SES license from license.segger.com/Nordic.cgi ,the The error is shown in...
Hello,
We have a GATT based product. It's using SDK16 and softdevice v7.0.1. It's using secure DFU to upgrade. Now we are developing new firmware based on Mesh 4.0.
We...
Hello, I designed custom board using nRF52832 and SHT20 ambient temperature sensor. Temperature sensor not detected using example sdk TWI scanner. SCL and SDA pins correctly...
Hello,
For our product, we wish to store a custom post-production name (essentially a serial number) in the UICR registers of the nRF52840. We understand that this can...
I am using a code similar to App_uart_C from SDK17.02 - central sending data over uart to another peripheral.
After 30-60 sec, the operation stops probably due to an error...
Dear Fellow developers
I am developing an application where I need several nrf51 USB dongles (S120) attached to a PC, and I need a way to distinguish one dongle from another...
I am integrating PWM into my project which uses SDK_15.2.0.
My config.sh contains:
and I have included nrfx_pwm.c.
Compiling the project I get this error:
Trying...
The project I'm working on is running off of a CR2032 battery. I want to measure the battery voltage while the radio is transmitting to determine when the battery dips down...
Hello,
I am using "pdm sensor" with "NRF 52832". we have PDM Drivers provided by the NRF . I just want to understand how we can connect the data and clock pin with nrf ...
Dear Members,
I create a loop inside main.c using code example ant_shared channel,
it's merged with ant_plus hrm_rx, but on forever loop, it stopped on 6 loops, it's...
Hello!
A frequent question in the forum is how to enable logging messages.
My question is exactly the opposite: I experience many NRF_LOG_INFO messages from Nordic library...