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'm investigating the current consumption of a new product that we are developing and have found
current spikes of 40mA every 24ms. The spikes occurs in unconnected...
HI,
I get confused using the ble terms hence i'll try to articulate my query as much as possible. I'm using the nRF52832 board and all i have one service with one characteristic...
Hello,
I want know what is the difference between the three kind of low power mode?
System ON, Full 24 kB RAM retention, Wake on GPIOTE input (Event mode) System ON...
Hello
I am trying to get the angle of the sensor using the value of mpu6050.
I used a formula to obtain an angle using sensor values. However, if I calculate this expression...
Hi,
I´m using SDK v16 on a custom board and try to implement the wake up functionality of the low power comparator. In order to describe the system as clearly as possible...
Hello.
I am programming the NRF52810 breakout board.
Before I am testing the prototype, I am using NRF52832 breakout board, and it works well now.
However, the same...
Hi Dev Team,
I was working with the nRF9160 and started off with the basic UART sample found here : https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples...
Dear every body,
some days before, i raise an issue relate my fault at here: https://devzone.nordicsemi.com/f/nordic-q-a/68010/nrf52810-issue-with-32mhz-external-clock ...
Hello
I'd like to reset using the firmware instead of the reset button on the board, is it possible? I'd like to reset the entire Bluetooth connection when it's disconnected...
HI,ALL:
Now, I am study frequency hopping.I found something might be different. It is more hard from highest frequency to lowest frequency(the same as lowest frequency to...
Hello
I use nrf52832 and SDK v17. I am programming BLE using UART service. So far, there has been no problem with testing with one phone, but if I disconnect the Bluetooth...
Hi, all
I'm using nRF52832 pca10040, s132.
Like 'ble_app_hrs' example, I changed the 'ble_app_uart' example to send data using app_timer.
In the example of 'hrs...