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 met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I'd like to use SPI and I2C simultaneously on nRF52832. But I came across this post which says "if you use SPI0, TWI0 is not available". Does this prevent me from...
I took the I2S example from SDK15 and while compiling I am getting the following errors. I tried but I am not able to solve it. The same happen when I have taken twi example...
Hello,
SDK : 16.0.0 Controller : NRF52840
I have 2 app_timer instance, one is used for longer sleep like 24 hours, and other is used to blink led when device is performing...
If you are broadcasting in normal mode, this code will not report an error. But if you are broadcasting in long range mode, this code will cause a FATAL ERR. If you are broadcasting...
I am wondering if it's possible to conduct a serial UART loop back test on nRF. For example, if I use a wire to connect the TX and RX pins together, and send something out...
My understanding is that Thingy:91 HW doesn’t support FOTA update of nRF52 from nRF91 since the reset control line isn’t connected from nRF91 towards nRF52. My understanding...
I am working with the udp example in nrfConnect for the nRF9160
I see that CONFIG_UDP_DATA_UPLOAD_SIZE_BYTES has the value of 10 (bytes of payload). However, I do not see...
Hi
I have my custom board with nRF9160 module running Serial Lte Modem application, and an external MCU talks to nRF9160 over UART and access using AT commands. The custom...
We are using nrf9160 and Modem firmware 1.2.3. This might be a regression of this bug .
Our concept is to switch the modem on via lte_lc_connect_async(), exchange some MQTT...
Hi,
I have a requirement, using the latest mesh sdk ' nrf5_SDK_for_Mesh_v5.0.0_src ' on nRF52 Development kit(PCA10040), I want to generate the temperature data from DK...
Hi,
this is my first time trying to use nrf connectivity tools, and my setup is a bit strage (and I have no clean DK setup to compare with:-(
I have to update firmware...
I am developing an IEEE 802.15.4 Application on the nRF52840 using the Radio Driver (v1.8.0) . I have a problem with the transmit call function. Very often in nrf_802154_transmitted_timestamp_raw...
I wrote a program for nRF51822 and compiled it with keil. The app, boot, and sdk are combined and written to the chip. However, if I write using nRF Connect Programmer, it...