Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hi, I'm using nrf51822 and ble_app_uart(SDK 12.3.0)
What I want to do is connect my board with nrf51822 and send data over UART
and send data to smartphone over BLE...
When I used keil, I set breakpoints to debug ble project used softdevice. And it was useful..
And now I'm using eclipse and gcc. It works well at first, but when step debugging...
Im using nRF 52 DK. I need to use BLE and ANT simultaneously, but the problem is most of the SDK v12,v13 examples use softdevice s212 for ANT,which does not support BLE examples...
Hello , i'm trying to implement the OTA DFU function in my custom designed board. I'm using NRF52 series. I started by flashing the flash I uploaded the softdevice132 v2 via...
I have a few nrf51822 modules powered up but why do they all have a uuid of 0x1234?
They are programmed for UART services (they just spit the data from an android app when...
Hi All,
I've got a nRF51-DK development kit, and I just compiled and downloaded my first example to it through Keil uVision. Problem is that nothing happens when the program...
what does the LG-MEB 300 mouse use for data streaming? Classic Bluetooth or BLE?
Can BLE support mouse data streaming rate? What data rate does BLE support?
Just curiou...
Hello everyone,
I'm usually on the cutting edge with Ubuntu Linux. I upgrade my development box frequently, because I like the precompiled binaries in the Ubuntu repository...
Hi all,
I have some questions regarding the use of FDS. I understand that every record is assigned a key and file ID. I manage to get basic delete, read and write functions...
Hello,
I'm starting to work with a new ADC that I need to drive with an external 4MHz clock that I will need to drive with my MCU. Is there a way to set up a pin to passively...
Hello ,I wrote a program that allows to control the LIS2DE12 accelerometer but I am reviewing a fixed result which is always X = 72, Y = 33, Z = 32, I find out where the problem...
In my nRF52832 base-board, I don't have any leds and buttons.
I use Keil v5 and I used ble_app_uart_pca10040_s132.
I copied pca10040.h as custom_board.h and replaced BOARD_PCA10040...
I Cant clear the RTC2 after a Compare Match. First Compare is Triggered. After that no more Interrupt is generated. Code:
static const nrf_drv_rtc_t rtc = NRF_DRV_RTC_INSTANCE...
I debugged with pca10028, but J-Link can not recognize manufacturer.
If selected cortex-M0, it works but is very inconvenient.
How can I solve this problem?
Hello,
i am meeting problem to program the SoftDevice using an example project in Keil for nrf52832.
i have tested the development kit setup use Blinky Example . it is...