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...
dear all:
I want to know how many beacons can be scanned by a gateway in the application of beacons.
At present, we have only actually tested more than 100 tags that scan...
Hi, Nordic Team. I'm using BC805M EK (nRF52805). In my code, I'm using SAADC (PPI interruption), TWI, BLE and System ON/OFF button .
Q1) I don't need RTS, CTS on the UART...
Hi
How to control two channels separately with one PWM instance?
I want to turn on/off the PWM output of each channel with any interrupt process.
app_pwm_disable() and...
Hi,
I am using nRF52840 , SDK 17.0.2/ble_peripheral. I am integrating Mesh SDK 5.0.0 libraries with ble_peripheral libraries in the nRF SDK 17.0.2 as per the documentation...
I created my first nRF52832 custom PCB board and I am having issues with poor RF performance. My project uses RSSI to estimate the distance between a peripheral and a central...
1.For example ,i have provisioned a few ble devices and added to the network by using an android phone .
Is it possible to do the provisioning with other android mobile...
Hi
I am using fds to store log in flash, after reading all data from flash, I am deleting record from flash.
But I found that Record ID incrementing from previous Record...
Hello,
I am creating my first bluetooth application and am having difficulties figuring out the interrupts. The application is working and is very simple - please see pseudo...
Hi everyone,
I have a fairly simple use for ADC: sample 4 channels (scan mode) every 10ms and store in RAM.
Every now and then (asynchronously) there will be a function...
Hello,
I am currently having issues with storing structure data in nRF52840 DK external flash. The default QSPI example present in peripheral sections work fine. But in...
Hi,
We are developing an IoT product using the nrf9160 controller. In the schematic of nrf9160 DK, they connected Ferrite Bead FB2 ( BLM15AX121SZ1D) to pin 101. please check...
Developing a peripheral which supports multiple connections.
It's a pain to have to use loads of devices as centrals - is it possible for nRF Connect (Android) to make multiple...
I'm using bsdlib (v0.7.7) on nrf9160 without Zephyr. Our products are working fine in the field, but so far you need to specify the host by IP address. I'm trying to implement...
Hi,
Is it possible to join an existing mesh network with a provisioner made on Nrf52840 (s140) ?
I have used the provisioner example to make a provisioner which actually...