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...
How we can get to know about the ADC sampling is done. On the basis of the sampling done i want to do furture opration like the stop sampling,Continues sampling. How i can...
Dear Experts,
I am planing to use 52810 to connect to a BLE speaker to play a short 'music'. I checked the BLE services provided in SDK:nRF5_SDK_17.0.2... but seems none...
Hi
I'm developing nRF52832.
I have a question about SPI communication.(\nRF5_SDK_17.0.0\examples\peripheral\spi I don't understand, so I ask questions.)
I want to read...
We plan to use nRF52840 in our new project. But the application is likely to be larger than 500 Kbytes
So we are going to use the only one Bank flash for DFU as in following...
We are thinking of making changes to the QIAA aQFN73 circuit configuration from 5 to 4 and use the REG0 DC/DC. VDDH will be connected to a single-cell Li-Ion battery (3~4...
hi, i am working with nrf52840 and need a stand alone qspi peripheral in the project. what is the straight forward way to get qspi into the code up and running without involving...
Håkon Alseth was helping me with this: https://devzone.nordicsemi.com/f/nordic-q-a/83126/hard-fault-using-twi_scanner-example I accidentally clicked "verify answer" when trying...
Hi,
I have the Power Profiler Kit PCA63511 used on top of the dev kit PCA10040. I am trying to measure the power consumption of my custom hardware implementing nrf52832...
Hello,
I am using nrf52840, SDK 17.0.2, softdevice s140 and also implemented OTA DFU in my application.
I want to save some data lets say admin code in flash. Once I burn...
Hello,
I'm having difficulty getting the GPIO set up in a way that behaves predictably on the nRF9160 DK. As far as I understand it, the nRF52840 is what controls the GPIO...
Hi All! My question is that while using coded PHY is it possible to enable the ACK? In case no ACK receives then retransmission of the same packet to the receiver. Thanks...
I am trying to measure the frequency of the square wave on the ARDUINO_6_PIN on the NRF52840 Dev Kit. It seems like it works well until the square wave goes above 2MHz. Is...
Hi,
I see that in the latest SDK 17.1.0 there seems to be no example for regular UART but only for LPUART.
That made me wonder if there is any advantage in any scenario...
I have an external flash
S25FL132K
I am able to read , write and erase the flash with nrfx_qspi_cinstr_xfer function for 9 bytes. But I want to write more than 9 bytes...