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...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
I've been using the NRF24L01 transceiver to wirelessly broadcast data back and forth among 4 devices, where each device contains the NRF24L01 chip. Everything works great...
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?