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,
Memory layout for secure dfu bootloader + main application + softdevice 332 (SDK17.1.0)
We are currently migrating from SDK 14.2.0 to SDK 17.1.0 it also affects to...
sorry I would like to install nordic on windows 10. Using windows power shell but it fails.
in pip 3 install west.
There is a newer guide that I have to follow ?
Best...
Hello,
I consider the radio collision of advertising packet, in the case there are several 10 BLE devices and the devices are powered on at same time. How does implement...
Hi,
Thanks for the great work in making VS Code a solid option for the nRF Connect SDK. It was a huge and pleasant surprise when I came across this effort. VS Code will...
Relevant configuration and device tree snippets:
Even if pm-ext-flash is defined as a SPI NOR, looks like the partition manager ignores the definition and uses on QSPI...
Hi
1 Can nrf9160 automatic select PLMN in both NBIot and Ltem mode? Is the auto select PLME default? And how to enable this auto select PLMN mode?
2 Can nrf9160 automatic...
Hi everyone,
I'm collecting some data from the adxl362 accelerometer and from the env. sensor and sending them over MQTT.
This is the main.c file:
And this is...
Hello,
I am trying to build a new project for nrf5340 PDK using the SES environmet. Some of the nrf header files I need to include, call for the sdk_config.h header file...
To the kind attention of Nordic support team,
I have got a freertos project and usb is enabled (usb enumeration is done and usb interrupts are correctly working before even...
I try to test my BLE code on Thingy91's 52840. The code was tested ok on the 9160DK board. Without changing anything, I have the error like this: bt_hci_core: No HCI driver...
USING RTC1 for app timer library.
Using windows 10 OS, and SES v5.40.
I am using nRF52833 device in my project along with nRF5_SDK_for_Thread_and Zigbee_v4.1.0_32ce5f8...
Hi,
I am trying to interface NRF5340 and NRF24L01+. I am using the default esb PRX code in the SDK and changed the receiving address to
uint8_t base_addr_0[5] = {0xE7...
Hi. We need to be able to communicate with some legacy 24L01+ devices in the field using a nRF52832. Reprogramming the legacy units is not an option.
I need to setup the...
Hello,
I would like to report a bug with the Visual Studio Code nRF Connect extensions.
When I created a new project, The Welcome tab, Applications tab, and Build...