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...
I'd like to use the nrf52832 as a mesh switch with battery powered. But I didn't find any sample code for the Low power feature in current mesh SDK v0.10.1. Does it support...
Hi,
Dear Nordic experts:
I encountered with a couple of *** issue while configuring SPI port on nRF52832 with PCA10040 demo board. Here I wrap up as below:
First...
I write NRF_UART0->ENABLE = 0x00 in my app in first line code, but now nrf51822 can connect but cannot Download and erase;
in keil it report:
**JLink Warning:...
Hi I am new to Nordic Development. I am developing a product that will use the Rigado BMD-300 module (nRF52832 but no need for FCC compliance testing). The evaluation board...
Hi to everyone!
I'm trying to use the nRF52832 board as master to use an external device (as slave) through SPI.
I take the example peripheral/SPI to start to learn how...
Hi,
How to set the length of the advertising device name? Even i set name type to BLE_ADVDATA_FULL_NAME, i can only able to set maximum of 14bytes. If i increase the name...
Hi
I have a charger IC for a lithium ion battery on a custom board with an nRF52832. It's this one, from ST Micro, an STBC08:
www.st.com/.../stbc08.html
The charger...
Hi,
I use nrf51822 + S130 platform, in my application I used ADC,UART and APP TIMER, I mens only these can cause interruptions,all these interrupt priority is 3(APP_IRQ_PRIORITY_LOWEST...
Hey guys,
First of all, I'm using the SDK 14.1 with my nRF52832-DK.
I'm trying to get the function app_timer_start() work with the app_scheduler .
But the app_timer_start...
I'd like to buy a large amount of Nordic modules with Central and peripheral function with UART interface (similar to HM10 which is based on TI). The purpose is to build a...
Hi,
I just found, fds initialization sequence is important for fds_event_handler to be called.
My scenario:
nrf52832
SDK 12.2.0
MDK
My sequence to call fds...
How to solve problem with two (or more) simultaneously working devices with nrf52. I mean I have android app to connect to device. App is connecting to random device. I use...
Alright I'm a total newbie and have gotten myself so far...
I've compiled my project on macOS using ARM-GCC. Using the PCA10028 and the nRF51422, which works great on my...