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,
I found out, that in the light switch example (SDK for Mesh v.1.0.1) after adding second element with Simple OnOff model in the light_switch_server, it is not possible...
Hi! Im using a nRF51-dongle and the SDK v12.1. There are no exampels for Segger Embedded Studio but in Segger Embedded Studio im trying to use the "Import IAR EWARM/KEIL MDK...
Hi everyone!
Im using Segger embedded studio and its works well to import the keil project to SES. I dont get any errors when building or debugging but i cant se it in the...
I read that in large networks that configuring the relay nodes helps achieve low-latency communication. With the nRF Mesh, is it possible to automatically switch off the relay...
Hello,
I wanna use FDS module and started with FDS example given in SDK 11.
I have used the exactly same functions for initialization but it seems like FDS module is not...
The S120 Central after scanning, connecting, and issues a sd_ble_gap_encrypt() to secure the link. If the peripheral's bond (LTK) is corrupted or incorrect, the sniffer shows...
This: http://www2.keil.com/mdk5/editions/lite/
I guess the principal limitation is the 32K code size, but the full list is here: http://www.keil.com/demo/limits.asp
...
I have Stlink v2 programmer and I would like to use it to flash hex file into my nrf52832 I read a lot of threads about using tools like openocd but none was helpful, I think...
I'm attempting to build the ble_app_hids_keyboard example from sdk 14 using gcc and the compiler is throwing the error "No such file or directory", but the file is there and...
I have problem on SoftDevice V6.0.0(nrf52832) scan_start/stop. modified ble_app_blinky_c(ble_central) 1. app_timer add (20ms cyclic) 2. app_timer handler, run sd_ble_gap_scan_start...
Hi
The 'ble_app_multiperipheral_pca10056_s140' example for the nRF52840 has an 'LED' characteristic under which there is a "Nordic LED Button Service"
The value...
Hi,
I've defined:
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 120 (in sdk_config.h)
I get "Insufficient RAM allocated for the SoftDevice" in nrf_sdh_ble_enable
nrf_sdh_ble_enable...
Hi everyone, I'm looking to buy nRF52840 SoC for my thesis but I'm surprised that none are yet available from Farnell, Mouser or Digikey ... I found few chips on Symmetry...
Dear Engineer,
We are working on 52840 usb dfu,program softdevice s140_6.0,
and usb secure bootloader,
evaluate board is pca10056,v0.9.0
Led1,led3 turn on once load...
I am very new to ARM controllers. All of my experience is with Atmel family, which I've been using for years.
I just got the nRF52 Development board and have loaded several...