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...
Hello,
I want to increase the number of peers stored in flash. Right now I have FDS_VIRTUAL_PAGES as 3. If I increase this, would I be able what I need? I just need 10 pages...
Hi guys,
I have a problem opening CMSIS Configuration Wizard, but only in Mesh SDK. Because I am working in this SDK, do you maybe know how can I fix this issue. I checked...
Hi, I was testing NCS v1.5.0 and Azure FOTA application and found a bug in the is_update() function
If the current firmware version is shorter than the new one, it may...
Hello, In our current project we are using NRF9160 with NRF52811 as BT device over HCI. Firmware on NRF52811 is just Bluetooth: HCI UART example with pinmux changed to match...
Hi Nordic team, I'm having a custom board and custom application made for that board. Application is based on the zephyr v2.3.0. I decided to move to the NCS because i want...
Hi guys:
a. I use a uart dfu bootloader(loacation: SDK-location\nRF5_SDK_15.0.0_a53641a\nRF5_SDK_15.0.0_a53641a\examples\dfu\secure_bootloader\pca10056_uart) in 52840 soc...
I'm thinking of replacing the software that was running on "nRF52810 QFN48, S112" with "nRF52810 WLCSP, S112". In WLCSP, the pin assignments of XL1, XL2, nRESET, SWDCLK, SWDIO...
I recently downloaded Keil uVision5 and am trying to run some of the examples that are found in nRF5_SDK_12.3.0 available from on Nordics website on my Nordic51 development...
Hello,
I want to control 2 PWM with different frequencies and hence I am using two separate instances. I want to use only the hardware and not the PWM library. Initializing...
Hi
I am using nRF5_SDK_17.0.2_d674dde with softdevice S140 have sample example as ble_app_cts_c but when i run the code first central disconnected but when i going to pair...
Hi, I'm in search of any document listing in a simple readable way the main differences between nRF5340-PDK (preview) and nRF5340-DK. More specifically, I wish to be reassured...
Hi there,
for the first step we simply want to send characters from ATMEGA 16 to a Raspberry Pi / and receive them from Raspberry pi
with teh NRF52480 (itsyBitsy - Adafruit...
Hi guys:
I encoutered a issue:
A: I flashed a APP from SDK(SDK-location\nRF5_SDK_15.0.0_a53641a\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart.)
B: I found...
Hello,
I am using nRF52833, nRF Connect SDK v1.5.0.
I followed this link Zigbee: Light switch — nRF Connect SDK 1.5.0 documentation (nordicsemi.com) and successfully tested...