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,Therd:
I used the mesh sdk 5.0.0(BLE SDK 17.0.2), and run the example light_switch_server_nrf52832_xxAA_s132_7_2_0.emProject. when i use the nRF Mesh app on the phone...
Hi,
I am evaluating nRF53 for ZigBee in a Linux application that implements a MQTT-SN Gateway. I am interested in learning about Linux board can connect to the nRF53 (USB...
using nRF5 SDK 17.1.0
Segger
I need some understanding of the QDEC. if I connect a motor that has a A/B output at a 5KHZ rate.
what is the maximum rate at which the...
Hi,
We are trying to change the name of our BLE device of our solution with being always different for each device. The device name would be like a serial number that is...
SDK: 7.0.2
CHIP: nRF52840
I'm faced with strange dfu behavior.
The dfu SD+BL+APP (softdevice 6.1.1 -> 7.2.0) is working fine which was flashed by j-link.
However...
Hi,my project is going on with nrf5340dk,i use the codec tlv320aic3109 to record audio data.i have the linux driver about this IC,but i haven't familar linux driver.could...
Hi,
I am trying to utilize the nRF Thread Topology Monitor with the CLI example from nRF Connect SDK, but it does not seem to work. " Error - No response from Thread CLI...
Hi,
Want to know more about NV memory interface
Do we have implementation in Nordic SDK for to keep the data stored into the memory
Please share the code path if we...
Hi,
Yesterday I received the nRF5340-DK. I started following the 'Get started' procedure on the product page. The LEDs start pulsating and pressing the buttons lights up...
Hi,
I have some issue in developing APP for devices based on NRF51822. They have been developed in 2016 with an old bootloader, when there was no use of zip pack. We usually...
My project uses nRF52832 and I'm at the point of the project where I'm trying to minimize power consumption.
To assist in this, I created a very small main() that goes through...
Dear Support,
I have tried to find the correct info to integrate the DFU functionality of the nRFConnect app on the phone into our own mobile app. We want to be able to...
Hello
I am using the NRF9160 and I can see that modem RF transmitions cause some EMI issues
I would like, for a period of few seconds each time to stop modem transmitions...
Hi, dear Nordic team,
We've already purchased a few thousands of BC805M BLE modules (nRF52805) for our upcoming mass production. During R&D, according to datasheet, we...
I need to use Delay of few Micro/ Milli / Seconds without pushing the MCU in sleep i.e. without using k_msleep() etc. Is there any library for this purpose in Zephyr ?