Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
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...