After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
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...
I need to implement a PWM analyzer. I looked at the example in SDK 6 and it's fairly easy to follow. When I tried it, it doesn't look like GPIOTE handler gets called frequently...
I'm trying to backport the code form SDK 9.0 to SDK 7.2,
but i need to make sure that can be supported.
I found the "ATT-51", and there is a table about that,but the last...
ble_dtm.c has some bugs related to signed integer representation which prevent negative power (less than 0 dBm) from being requested in the vendor specific message.
...
Hi, all.
I'm using "SEGGER_RTT_printf" for debugging. Because have no uart port on my development board.
I want print double type variable like below.
double pi...
I am currently trying to communicate with a GPS module using the UART on an nRF51422 (using the Dynastream N548M5CB module). I am using SDK v9.0.0 and the FIFO version of...
Hi,
I want to send a continuous stream of data very quickly into the nRF51 through SPI and then dispatching it to a smartphone via BLE.
However I keep getting BLE no...
Hello
When i am in keil uvision 5.18 and use the pack installer all the examples using Softdevice S110 are gone in Keil. Is this a known issue and is there any way to solve...
I followed the instructions and comments in devzone.nordicsemi.com/.../ . I built a project around the ble_app_gls example (with a couple of minor changes such as using -DNRF_LOG_USES_RTT...
Hi, I would like to program nRF51822 flash over SWD interface. I have another micro LPC1100 series that has the flash image for RF51822 and connected to nRF51822 over SWDIO...
Hi,
It is written in the nf_drv_uart.h file for nrf_drv_uart_rx_abort() that
If Easy DMA is not used event will be
called from the function context. If
Easy DMA...
Dear All,
We work on the NRF52 CSP revB. We have a board with two external crystals (32MhZ and 32kHz).
When we use the example program with BLE and UART, it works great...
Hi,
How can i get time stamp from RTC1 timer? While i am using app_timer + Softdevice?
Or any other way
Thanks and Regards,just to get timestamps from timer?
Faizan...
Hi,
I added DFU function to the example of ble_app_hids_keyboard according to ble_app_hrs_dfu.uvproj.
Test environment: nrf51822_xxAA, SDK_v6_1_0 and S110_v7_1, before...