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...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi guys,
I notice that the bytes array of UUID is reversed after registerd.
For example, I define the UUID marco as follows and registe it at ble_nus_init().
#define...
I am trying to use ESB and BLE concurrently on NRF51822 SDK v11 SD130..
The BLE part is working fine but the ESB part keep causing error randomly.
I put a break-point in...
when i use C:\Users\Administrator\Desktop\nRF5_sdk14.0.0_ble_central_beacon\examples\ble_central\ble_app_multilink_central for this instance ,I debug the discover moudle callback...
The question I mentioned here
When using ble_gatts_hvx to send data, only send data pointer and length to softdevice, and softdevice did not copy these data to the softdevice...
i used pca10040_debug of bootloader_secure of nRF5_SDK_14.1.0_1dda907.
i created the key by myself.
Bootloader and zip file used the same key.
My device is in DfuTarg...
I'm using an NRF51 w/ S130 operated directly from a coin cell battery. I use the ADC with a voltage divider to successfully measure analog voltages. One of the challenges...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
NRF52832 reference design BOM did not specify the voltage rating of capacitors. What is the recommended voltage rating of capacitors?
For 32 MHz Crystal Oscillator, specified...
I'm trying to use the TWI talking to a I2C device (LED driver TLC59116). I have some working arduino code which I have converted to use on my nRF52 custom board. I'm using...
Hello,
I'm trying to measure battery voltage on nRF52832 chip using SAADC based on examples/peripheral/saadc and examples/ble_peripheral/ble_app_proximity and noticed that...
Hello Community,
I have a peripheral device which is transmitting the data through custom battery, accelerometer and temperature services.
Now I need to receive that...
Hi everybody !!
i m working in a project with NRF52 SDK 11, i need a help, i want to create a funtion that working with RTC to count a tick and to convert it into time then...
Hi ,
I want to create a periodic task which has to run every 10 seconds, how can I create such a task?should I use threads for it? And which clock source does the task...
Hi I use nrf5_SDK_for_Mesh_v0.10.0-Alpha_src\examples\light_switch for test;
if one nrf51 dk board work as client and one nrf51 dk board work as server, or one nrf52 dk...
Hi,
I'm using FDS instead of pstorage.
FDS version is SDK13.0.0.
fds_record_update sometimes always returns FDS_ERR_NO_SPACE_IN_FLASH though I call fds_gc after it gets...