I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I've been working on firmware updating devices from Microsoft Azure, and when pushing new firmware update to devices (NRF9160), some of the devices has failed downloading...
Hi to all, I'm developing a new device that should be a multiprotocol: Zigbee (as coordinator) and BLE peripheral (nus).
I use the nrf5_sdk_for_thread_and_zigbee_V4...
Hi Everyone,
I'm working on "Thread_Zigbee_v4.1.0\examples\zigbee\light_control".
I need configuration as above title.
But I relize that "zb_set_pan_id(0x1234)", "nrf_802154_short_address_set...
I am trying to use the DK Dashboard with the Serial LTE Modem Software.
The connection to the Cloud works in principle but I only can see the terminal card when connected...
Hello,
Currently I am experiencing some problem getting the NUS to send a TX notification of more than 20 bytes to the central (which is an old custom android application...
Hello,
I am offloading sockets in config. I instantiate a socket, set the send/recv timeouts, and then call connect(). It's returning a 95 which is EOPNOTSUPP. I was able...
Hi,
I'm investigating firmware image signing on the nrf9160 using MCUBoot and the nRF Connect SDK v17. I have configured
and it seems to work via `west build -b nrf9160dk_nrf9160ns...
Due to parts shortages, we are having to scramble to find compatible hardware for our project. I have sourced some nRF5340 modules but need to know if Gazell is supported...
Hi!!
I am facing an issue wherein more than one device is acquiring the leader role in a same thread network.
In my setup, I have a total of 4 devices. Three of them are...
Dear Team,
I have to use many number of pages to store data in flash memory in nrf52840 , but I am confuse that what will be start address and end address in flash_fstorage...
Hello Team,
I am facing segmentation fault while reading the OTP memory using pointer in my code. To write the OTP value I have used below command which was successful and...
Hi,
I received the nRF9160DK yesterday, and used the AT Client to get talking to the modem and connecting to a network. In VS Code I built an application from sample ...
Hi there,
I'm using the product specification of the nRF52840 to program the SAADC in continuous mode using its internal timer. I'm not able to use your SDK. Unfortunately...