Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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...
Hi,
We are using sdk12.3.0 sd130 v2 on nRF51822(32KRAM version). We want one central to connect to at least 3 peripherals. We are starting with ble_app_hrs example at the...