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 there,
Please see the video for a full run down: https://www.youtube.com/watch?v=nIeIUMutBlU
Basically, I have a perfect and verified design that's been in the...
I'm using python code based on the heart_rate_collector.py example in pc-ble-driver-py to scan for devices and connect to a peripheral device.
This all works fine, except...
I have an existing Firmware (build on Crossworks) that has correct "floor" power consumption (< 10 uA during sd_app_evt_wait() on my setup).
I migrate my code to rune with...
I am stuck with strange behavior of s140 softdevice version 6.1.0 and later for ble_app_template example on nrf52840 preview dk(pca10056).
As I am planning to remove LF...
Hello,
We need to produce a driver for the ST25R3911B NFC chip working with NRF52840.
We just need to read NFCA tags so we thought that the example nfc/tag_reader included...
Hi i am using SDK15.2, nrf52832 board.
Which function is necessary to achieve multilink in example code. I dont understand how the central is connecting multiple peripherals...
I just purchased this unit and followed the setup instructions. I did not perform any flashing. When I plug the usb into the computer the jlink drive doesn't show up in Windows...
Hello, I am not sure if this was noted before. I didn't find anything about it. This is more of a suggestion. I was looking to use Thread CLI Example to use with the pca10059...
Hi,
I am using a custom board with the nrf52810 and trying to interface with the SHTW2 sensor. The sensor has an I2C interface and hence I use the TWI peripheral for this...
Hello,
I have a question regarding BLE_GAP_EVT_CONN_PARAM_UPDATE (nrf52840, SDK 15.2).
I'm evaluating the BLE_UART example using multiple peripherals. The goal is to scan...
I have an nrf52840 that the fds_init function is returning an error 11 (NRF_ERRO_INVALID_DATA).
What would be the most likely cause of this?
The code is based on the THREAD...
Hi,
According to the NRF52840 product specification document the default value for REGOUT0 is 0xFFFFFFFF.
When powering the VDDH this implies that the VDD power is 1.8V...
Hello,
I am using nRF52840 Dongle and I want to use AIN0 pin for reading a sensor data. I was using PIC for this kind of project(C Programming) before nRF52840. Here my...