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...
Good morning,
I first made a prototype based on nRF51 series, and now I'm migrating to nRF52 by using the nRF52840.
I would like to set the device up to work in long-range...
Hi,
We recently received our 30 prototype boards with nrf52840 chip on it. 28 boards are working fine but in other 2 boards softdevice is not working. Any ble_peripheral...
Hi,
We have one client/provisioner and multiple servers/provisionees (light switch style) in our mesh network.
Now we plan to have a LPN-sensor node (server as above)...
Hi,
Right now I try to migrate a BLE application from a none Nordic bluetooth chip to a nRF52810.
Therefore I followed this tutorials:
https://devzone.nordicsemi.com...
I'm using a modified at_client program running on an nRF9160. It runs ok as a nonsecure application, under spm. The program can flashed, breakpoints set, single stepped etc...
It is a fantastic tutorial, Thanks.
And I can get it to compile with SDK15.0.0 pca10040 s132. But how can I get it to work with 52840 DK?
Copied pca10056 and s140 into...
Hi all,
To keep compatible with previous devices, I need to use Enhanced ShockBurst on 52832. Now I need to add PA / LNA control to Enhanced ShockBurst, but I can't find...
Hello,
Now i want to implement Scanning and Advertising at the time using s132 on nrf52832 with SDK15.0.
I use a app_timer of 10ms to realize a dvertising every 10ms....
I have an nRF52810 on a custom board and can't get it to wake from System Off mode. The code:
trying it with a different way to turn the system off also didn't work: ...
Dear Nordic Support,
Processor: nRF52840 / S140 soft device / SDK 15.3.0
I have a question about the use of the HFCLK in relation to the soft device. Our board has both...
Take a look at a following code
void fmc_serial_rx_cb(const uint8_t* p_data, uint32_t length)
{ __LOG(LOG_SRC_APP, LOG_LEVEL_INFO,"\n-------------SERIAL RECIEVED : %s...
I am new to softdevices so please bear with me for long list of questions.
I am evaluating SDK15.2.0 examples one-by-one. I came across eddystone example (ble_app_eddystone...
Hi!
In older SDK (15.0) has been present NRF_ESB_BUGFIX_TIMER and it initialization. Now (SDK 15.2/15.3) defines this macro but not use it. Is it bug or obsolete code?