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...
I'm currently building a device that has the following functionality:
1.) wake from sleep mode and wait 5 seconds for a potential button press
2.) if the button is pressed...
Hello,
I'm trying to debug an issue where a function I wrote that should only be called under a specific condition is calling in an infinite loop whenever the program runs...
Hi, I'm using nRF52805 S112 for my BLE project. I'm using an internal RC ocillator. I would like to ask something about the clock.
1) NRF_SDH_CLOCK_LF_RC_CTIV =16 and NRF_SDH_CLOCK_LF_RC_TEMP_CTIV...
Hello,
I am working on using the open_bootloader with our application and running into a problem.
We are using the GP_REG to jump from our application back to the bootloader...
Hello,
I'm using the following code to loop through the flash memory sequentially and send records created by the flash_fds example:
The data stored in the records...
Hi,
How does numeric comparison works? Shouldn't both devices share parameters in order to display the same number? How can we be protected from MITM?
Thanks!
Ive added another endpoint to the OTA zigbee client example, when I run
ZB_ZCL_SET_ATTRIBUTE (ep, ZB_ZCL_CLUSTER_ID_ON_OFF, ZB_ZCL_CLUSTER_SERVER_ROLE, ZB_ZCL_ATTR_ON_OFF_ON_OFF_ID...
I'm using the nRF52 DK and attempting to use I2S to send data to a DAC. I'm using the nRF5 SDK, version 17.0.2. The last sample in the data I'm sending is always replaced...
Hi,
I have a question regarding diffie-hellman.
What exactly are we doing with diffie-hellman key? Do we use it to create another key? Or is it the key itself?
Thanks...
Hello,
I am new to development with Nordic board. I have evaluation board from u-blox which is EVK NINA-B406 and I have installed Segger Embedded Studio IDE for development...
Hello,
I have been trying for days to program my nrf51422 project without much success. I am using a Jlink programmer. I have connected VTREF, GND, SWCLK and SWDIO from...
Hi,
I know that this question has been asked before but I was wondering if someone can help me understand if the problem is from the connections on my board or my chip...
I am developing a fairly complex app which involved having a lot of logging using the NRF_LOG macros with the UART backend. I am using the nRF52 DK as my platform with nRF...
My app is based on ble_app_hrs_rscs_relay, i.e. the nRF52 DK is acting as central and peripheral at the same time.
SDK 17.0.2, SD S132 v7.
I have a service running there...