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...
Can a provisioner work as a client connect to a server
how do I set on the phone app(iPhone 10s)
in example/light_switch I did not do any change on the example
...
Hi,
I'm in the process of integrating nrf52840 module in HCI over UART to a linux host.
So far I have been able to build the hci_uart in from the samples and bring it...
Dear Members,
How can I share GPIO pin between SPI and I2C peripheral ?
I see SCK_PIN and MISO_PIN for SPI are the same with SCK and SDK on I2C
#define SER_APP_SPIM0_SCK_PIN...
For reference I am using the nRF5 SDK version 17.0.2. I have been comparing the flash_placement.xml files in the <SDK>/config directory and in some of the examples. I have...
Hi. I am looking for simple example of using QDEC for nrf5340. I want to use the Segger Embedded Studio.
Where can I find the example of some guide for HW driver for nrf5340pdk...
i am using nrf52833 development kit here i am using peripheral template as for coding purpose when i merge temperature sensor(SSTS751) code and W25Qxx code in it then the...
I am trying to build the connectivity hex files on an ubuntu build machine for an nrf52840 dongle so I can communicate with another nrf52840 dev board, I followed the instructions...
Hello, my project has 3 different devices (2 sensor and flash memory) on the same SPI bus all with their own CS. I ran across the following question , which has a response...
Hi ,
My environment :
nrf connect sdk
nrf5340 dk
segger studio IDE
verified method 1:
As per nrf5340 product specification document , we can protect the...
Hello,
I was recently trying out some samples with the nRF9160 DK and I had run into some issues when trying to run the nRF Cloud Client Application .
I had flashed...
Hi,
I'm developing on the nRF52 DK which has the nRF52832 chip.
I have a small vibration motor which I'd like to control on/off through one of the boards GPIO pins. At...
Hi,
I'm trying to modify the light bulb example and turn it into a light switch (not a light switch that controls another bulb in the network), but I'm quite new on the...
Hi,
I've noticed that there was an issue with ble_nus in SDK 15.3 - detailed in this post .
I'm using SDK 17, and in my application, I don't check data_handler != NULL...