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...
I am using NRF52840dk boards to make an openThread mesh network with CoAP. There is an example in NRF-SDK for coap client and another example for coap server. I used them...
I know there is an ongoing global semiconductor crisis. In the products, we decided to switch to NRF52/53 family products as core MCU. However, we're having hard time getting...
Hi,
Currently our system is using printf() to print some debug messages to the Segger debug terminal. Now we would like to reroute these messages to a UART port.
We are...
Hi there,
My nrf52840 DK seems dead. I want to recover it.
What I did:
Put the nrf52840 DK into Bootloader mode by pressing the "IF BOOT/RESET" button while powering...
Hi,
I'm working with pc-ble-driver and a PCA10040 devkit.
First, the central sends a data length update:
This returns no error (0), and on the BLE_GAP_EVT_DATA_LENGTH_UPDATE...
Hello,
we have a question about the usage of FDS. The data to save has a length of 1200 words. So the virtual page size is set to:
#define FDS_VIRTUAL_PAGE_SIZE 2048...
Hello,
I am using "pheripheral heartrate" example on SES, but I can not integrate SPI or ADC. How can I add "nrf_spi.h" and "nrf_adc.h" and relative C files on that project...
I'm using an NRF52811 and trying to configure the UARTE for Tx & Rx at 57600 baud but I'm having trouble with the Rx. I think I am dropping bytes and so want to try and exploit...
Hi,
please find attached some patches to improve the code quality of the SDK
1. Make ble_db_discovery_evt_t a const ptr
2. make p_string in ble_nus_c_string_send...
Hello,
i just loaded compilled peripheral_uart project without modification from nrfConnect sdk v1.5.1 to nrf52840 of the nrf9160 dk
and here is the output on uart output...
Hi, I successfully implemented a custom BLE service using this tutorial from Nordic. Also, thanks to a Nordic engineer, I have the QSPI example merged with the ble_app_template...
Hi,
When I open an example project in the Segger Embedded Studios I can first build without a problem. When I change the target
device under Debugger in the project options...
Hi,
I'm struggling to adjust the BLE_blinky example in the Segger Embedded Studio from the NRF52810 to the NRF52811.
I tried to follow the documentation from here (...
Shalom!
In my central nrf52840 board we connect to a TI BLE sensor that has a customer UUID base service and the TI OAD base service both with 128 UUIDs. I succeeded in...
Hi all,
In my project am sending ecg values over ble to android app. During first connection, the values are received and seems to be no problem, but when i disconnect and...