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...
I have two custom images that I flash to my chip (nRF52832, SDK v16.0.0, SEGGER Embedded Studio). Application 1 is located at 0x26000 Application 2 is located at 0x45000....
I am new to embedded f/w development. I would like to be able to debug zephyr projects. Can anyone recommend a debug probe to use with the nRF5340? and any debugger software...
Are there any other SDK options for nRF5340 than nRF Connect SDK (and Zephyr)?
The chip would be nice, hardware-wise, to a project, but the nRF Connect SDK looks like a...
I am having a similar issue to the person in this post where the wake from deep sleep on an interrupt sometimes works and sometimes doesn't. But for me, it's very consistent...
Hello,
I know this question has been asked a lot. But I haven't found one that matches exactly. I'm trying to flash a custom PCB with an nrf52832. I'm using the on board...
Hi,
I am trying to get a simple LED blinking using a timer, gpiote and the ppi. So the Idea is:
Timer compare event -- PPI --> gpio toggle. I am using the nRF connect...
HI,
I am developing an application which requires BLE connection. I am concerned about the energy consumed by the device during the connection.
I understand that once...
Hello,
I'm just starting to use Asset Tracker V2 from v1.9.1 and it appears that it is missing some device info such as version, carrier and other on the Device Information...
Hello,
I'm trying to send a custom reliable message between two nRF52840 DKs, using the nRF5 SDK for Mesh v5.0.0 and nRF5 SDK 17.1.0, by modifying the light_switch examples...
Up to now I referred to the name of the tag from the west manifest to know the zephyr release. So I assumed that the v2.7.99-ncs1-1 tag was from the zephyr 2.7 branch until...
After executing nrf_libuarte_drv_rx_stop(), nrf_libuarte_drv_rx_start() will produce an error.
In nrf_libuarte_drv_rx_start() t his line in nrf_libuarte_drv.c (Line 625...
Hi ,
i am working on nRF52833dk board. here am running sample example from sdk. i.e. peripheral_lbs example. my query is whatever the Bluetooth api it is calling inside...
Hello,
In my project i am using ble_app_template example of SDK version 17.0.2 i need to send some data to device nrf52810 from the nrf mobile application. so i have tried...
Hi all,
I'm trying to connect an ESP32 with an nRF52-DK (nRF52832) through I2C. I'm using the ESP32 I2C Slave example ( https://www.arduino.cc/reference/en/libraries/esp32...