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...
HI Nordic Team,
I am developing a firmware to interface CH101 sensor, which has a firmware loading of 2048 bytes of data over I2C.
I declared buffer size as below in device...
Hi,
As i understand from the docs, the max throughput for BLE in nrf5340 is 1.4mbps. Ideally, we would like to achieve this, however anything near to 1mbps would be great...
hello,
I would like to know which operations were performed on all chips by the `nrfjprog --recover` command.
"The nrf52833-B chip is by default enabled for read protection...
Hello everyone,
I’m new to the Nordic development ecosystem and currently working on a project to implement a temperature and humidity monitoring system using the nRF9160...
I'm currently working on a project using the nRF52840 board with the MAX30001 ECG sensor. I'm using nRF Connect SDK with VS Code version 2.6.1 to develop the project on Zephyr...
I am using nRF9160 to develop a mobile measuring device.
For this purpose I need LTE and GPS, I know it is shared so I had to implement PSM/eDRX to make it work together...
Hi
I am working with a sample project (Bluetooth: Peripheral UART) for nRF5340DK in VSCode.
So I have installed the nRF Connect extension.
When I view the currently...
\nRF5_SDK_17.1.0_ddde560\examples\peripheral\pwm_driver\pca10040 In Demo1,i assigned the same pin to the 4 channels. I expect every cycle LED0 has the same behavior. But,...
Hi Networks,
I have tried to build the nRF5340 DK as a gateway.
Enabled
1. CONFIG_BT_GATEWAY=y
2. CONFIG_BT_GATEWAY_ADV=y
3. CONFIG_BT_GATEWAY_GATT=y
But not acting...
Hello,
I will be designing a board using with nRF52833 with the NRF21540 for the added gain. Would it be possible to add adaptive frequency hopping?
Thank you,
Shah...
The central device has the below settings
One central device A and two peripheral devices B and C, B and C have the exact same firmware. A can establish the connection...
Hello
I have implemented the stereo function to the nrf5340 audio application on SDK V2.6.0. i can send stereo audio signal to both of the two headset at the same time or...
Hi, I recently got nRF5340 Audio DK for my work. I have been try to use the onboard mic for collecting audio and transmit it via BLE, since I'm a newbie I couldn't do it....
Hi
I have successfully added the nrf_crypto files to the UART project. It compiles without any issue. Now I was trying to run the ECDSA example code in the UART project...
I used nrf52840 board with SDK 17_1_0
I used segger embedded studio IDE
i want to Implement two VL53L5CX TOF sensor with nrf52840 so i used two TWI,
but when i init...