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've used Segger Embedded Studio to compile and run a number of example projects -- nicely done!
Now I'm ready to start creating my own projects, with the ultimate goal...
hello,
i'm trying to communicate between a central device and a peripheral.so if multiple peripherals are present and all of their mac id is known.how can i select a particular...
SDK 14.2
i just added peer manager to an existing project, and peer manager seems to be working correctly. pm_peer_data_app_data_store() is successfully called to save addition...
Hi!
I'm currently in the process of evaluating the nRF9160 DK. I'm trying to measure the current of the LTE when the PSM mode it's set. I'm using the at_client application...
Hi team,
My customer found that our SDK15.3 is supporting FreeRTOS version 10, but their original codes are based on FreeRTOS version 9, do we have any guideline which version...
Dear expert
I have created a keil project according to the example of light_switch with Segger_Embedded_Studio IDE in nrf5SDKforMeshv310src, and when I build the main source...
HI All,
I wanted to configure nrf52810 as TWI Slave for one of my application. Am not able to find any example related to TWI Slave configuration
Please let me know if...
Hi,
I am using nrf52832_AA, SDK 15.0.0, s132.
I am using an ADC and it does not seem to be measured correctly. The value is shaken.
The AIN2 pin is used, and when the...
Hi:
When I recently debugged the SPI driver, I found that when I used nrf_drv_spi_transfer to read the SPI to receive the return value, the first byte was always 0xFF. Actually...
Hi,
I'm using nRF5 SDK v15.0.0, and I'm trying to use the PDM peripheral for a digital microphone. I'm modifying the driver from ThingySDK, but I can't seem to find where...
I have modified sdk_config.h (cii_sdk_config.h) to use xxx_CLOCK_CONFIG_LF_SRC 0 (RC not the default XTAL, as my design just uses the 32MHz Xtal) I have modified pca10040...
Hi,
I was able to use SPI communication to read data from ADS1220 (one channel of a 3-channel ADC) and transmit it via NUS ble service to my NRF Toolbox app and RTT logger...
Using nRF52832 w/ SDK 15.2 as peripheral connecting to an iOS 12.2 central (iPhone XS Max).
IDE: SEGGER Embedded Studio for ARM, Release 4.10a
The max data rate I can...
Hi,
I am working with a custom board based on nRF52840. I am using SDK 15.0 and softdevice 6.0.0.
I have two custom services that have user descriptions on all characteristics...