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...
We are able to form a openthread mesh using CLI-ftd examples.At present we have server communicating to Clint in UDP portal .Is there is any UART command which is meant for...
I'm implementing APN lookup based on MCC MNC, which I try to obtain from IMSI using AT+CIMI.
However, AT+CIMI it returns valid result only after trying to connect for...
Dear Sir,
How are you doing today?
My customer would like to know the hardware revision information for the nRF52832-QFAB-R
Please let me know if you need additional...
HI
i want to build the examples in git repository " https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160 " for my nrf9160 using segger embedded...
Hi Team
I see a post https://devzone.nordicsemi.com/f/nordic-q-a/60261/nrf52-pwm-library-or-driver?ReplySortBy=CreatedDate&ReplySortOrder=Ascending
It said " It is vulnerable...
I am doing some experiments where I send use 2 nrf52840 DKs in a closed setup. Packets are advertised over channel 37, 38, 39 and I am looking at the RSSI values and some...
Hi, i am trying to add additional data to the Mesh Light Switch server example. I modify generic_onoff_common.h and generic_onoff_messages.h as follow.
...
We have a Macronix MX25R6435F flash chip on our custom LTE-M product, which uses the NRF9160. It's intended to eventually be used for full modem FOTA image storage. For now...
Hi All, I've just received an nrf9160dk, I'm starting to investigate the development of our application while the hardware guys produce a custom board.
I'm just starting...
Hi,
I have filed an issue over at cmake regarding this issue:
https://gitlab.kitware.com/cmake/cmake/-/issues/21512
As someone else has already posted on stack overflow...
Hi team,
We are asked by customer if no external 32.768kHz crystal will impact the RF performance? Customer test and if with internal crystal, that will decrease 3-5m nearer...
I am porting a nFR5340 GCC project to IAR. I can't find any startup files for IAR on the Zephyr stack as there used to be in SoftDevice.Doe anyone know where th eIAR files...
Hi everyone,
I'm working with a nRF52840 dongle. I need to add to the CDC ACM example two bulk endpoint IN. My purpose is to realize a firmware that allow real time data...