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 am currently working on SDK 15.2.0 on my NRF52840 DK to program a bootloader that can do DFUs over SPI. I have been following the protocol found in this link . I have...
I've made a handmade external Bluetooth FPCB with nrf52832.
I uploaded code with NRF DK board and checked that it is uploaded. So the circuit does not have any problem....
Hi,
After long time(around 5 years) Im try developing ble things on my nrf52840 DK Preview board and found some issues with NRF_LOG functions...
I use latest SEGGER Studio...
Hi , i am trying to program the ecg2 click sensor to test heartbeat values
I tried to test the sensor using the arduino and it works very well but I want to program it on...
To configure ANR in the Smart Remote 3 for nRF52 PCA63519 sample firmware, CONFIG_AUDIO_ANR_DELAY_LENGTH must be assigned a value in sr3_config.nrf52832_pca63519.h.
CONFIG_AUDIO_ANR_DELAY_LENGTH...
I'm making keypad using nRF52840. SDK version is 17.0.2.
It's 4*4 keypad and I want to wake up device when any key is pressed from sleep and let it do any action.
So it...
Hi,
I am developing an application using the NRF5 SDK, version 15.2.0.
I am experiencing issues with the NFC while using an iPhone 11 or 12. No field events are generated...
Would you please help to double check the connection between FEM and nRF52840 is correct or not?
FEM issky66112_11. which has two antennas.
phenomina is TX is normal.but...
It doesn't look like there's a way to do an incremental modem FOTA with the Azure IOT hub implementation. I have app fota working great with the 1.4.0 tag, and am quite pleased...
We are using nRF5340 Engineering D and are having issues with the SPIM peripheral.
In some transactions, the MOSI line is not correctly driven.
The following capture shows...
Hello Guys
Is it Possible to Add:
add support for PPP over already existing BT SPP functionality; or
add support for IP tethering (BT PAN) ?
The softdevice...
I am testing HCI UART and HCI USB to use nRF5340DK as a Bluetooth Controller for RPI400 . While HCI USB is working well as expected, I have trouble bringing up HCI UART. ...