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 see there is a differenece between v1.0.0 and v1.1.0 in the asset tracrker's main loop.
i.e. poll function vs the sleep function.
does this result in a change...
Hi,
I'm working on a custom bootloader which does DFU over I2C. As a fail safe mechanism I want to have a timer running that gets reset between each Image data block, so...
When using SDK v13's I2S driver, the data to send is filled via data_handler callback. How do I fill last block data?
Assume i2s buffer size is 2000, then every 1000 words...
I have been going through the steps in this blog post: https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/getting-started-with-nrf9160...
Hello everybody,
I'll try to modify the ble uart example. The target is, to get data from two different nus Services (different characterisitv uuids). They are both initilised...
I basically need to use two UART instances with the BLE Buttonless DFU Template App.
I started using the Serial library but apparently it's no longer supported.
The methods...
Hello,
I am working on nRF52832 SDK 15.3.0 in segger studio.
In my project I have 2 ADC input pin.
ADC initialization is as shown below,
And every 0.5 second I read...
I have a custom BLE characteristic that I want to use to allow an app to send commands to my device. I use an on-write() function that is called whenever a BLE_GATTS_EVT_WRITE...
The Device's name UUID for Thingy52 in according to this site https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/firmware_architecture.html is: EF68xxxx...
Hi I am using nrf52840 on a custom board with segger embedded studio as development IDE. I would like to flash the hex file generated without using segger embedded studio...
do you have a user gide for Serial DFU just like buttonless DFU ,like this link https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics...
Hi,
I have flashed lte_ble_gateway on nRf9160 DK (PCA10090) and hci_uart on nRF52840 SoC.
After flashing, I am getting some random RSSI values and MAC Address , instead...
Hello,
I have two micro-controllers communicating over SPI.
The STM32F746 is SPI master. The nRF52840 is SPI slave. I use SDK v15.3.
I am sending two bytes over SPI...
Hi.
I had to unpair from the Android Bluetooth list by doing pm_peers_delete () when bonding. It's ok. I know why it should. But sometimes I can't find my paired device...