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 Nordic,
I am getting started writing a new application and I would like to move to the new SDK14. My app requires, between others, a custom service and a custom characteristic...
Hello.
I'm tying to learn nrf51822. I had ordered some modules from ebay and nrf52-dk from local distributor . A week ago I had receive some modules. But local distributor...
hi,
My custom board running Mesh SDK0.92 send and receive messages are normal.But after I replaced the MeshSDK in my program with Mesh SDK1.0.0, I was unable to send and...
Hello all,
I would like to establish connection between single central and two peripherals for bidirectional communication. I edited ble_multilink_central example and created...
I and new to programming the BLE devices and have just started out on the nRF52840 PDK and using Segger Embedded Studio for ARM v3.34. I have compiled and downloaded the ble_app_template...
I have to question:
1: if customer use relay node for mesh net, how much is the power consumption for one node? is there any passable to declare the power consumption to...
Hi,
I need to measure the capacitance of few capacitors for which I am currently using 3-channel CAP1203 IC from microchip.
However, I just came across the possibility of...
Hello,
I would like to establish bidirectional communication between single central and two peripherals. I referred ble multilink central example and made corresponding changes...
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
I set the WDT timeout in the application is 5s, when entering the BootLoader set the WDT time is 10s, how...
I am new to ble programming.
I am trying to find the best way to send json objects from android app to nrf52 chip.
What is the best way to send the json object to the...
Hello Sir,
I have developed small and compact product using nRF52832 Soc. Due to size limitation and device is portable. I have attached snap shot of power supply circuit...
Hello sir,
I am develop us product using nRF52832 chip on DK board use S132 soft device and its working well fine. So now we are designing hardware PCB of my product for...
Hello, I am trying to use adc with the uart so i can monitor the readings from adc. But when I include both drivers (nrf_drv_saadc , nrf_drv_uart) i got a confliction error...