I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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 all,
I am trying to send a command to the sensor so that the sensor will response with sending something back for acknowledgement, via UART.
Let say, I want to send...
Does anyone have experience about range, robustness, link stability etc. for Bluetooth 4.0/5.0 (using nRF52832) compared to the old Bluetooth 3.0 standard? For some applications...
Hello guys, I am the newbie with this development board. I want to know that how I can write a simple led program or can upload any example into nrf52840 using window operating...
I'm trying to print received data on my com port but when I set the "NRF_LOG_ENABLED" as 1 the error below shows up.
What does it mean?? How would I know what files to...
Hi There,
I'm just getting started with ARM and the NRF52832. I've done a lot of work with 8-bit micros and I'm interested in learning 32-bit and in porting some old AVR...
I would like to use printf using ITM for debugging my application using a BL652 module (nRf52832).
I have followed the instructions in the Keil paper APNT_308. Printf is...
hi,
i am doing a project where i have to merge nrf mesh light switch server with mesh dfu example. i am using nrf mesh sdk v1.0.0 and nrf52832 mcu.
i have merged two programs...
I want to disable logging (which is working OK). In my app.config.h I have set the following:
#undef NRF_LOG_ENABLED
#define NRF_LOG_BACKEND_SERIAL_USES_UART 0
#define...
Desired behavior:
After a long press of the button, my desired behavior is to erase bonds and advertise and let another central pair and bond to the device.
After a normal...
Simultaneously, as a way of a parallel bus, using an extra one as a input clock, and save the byte in easydma, without CPU intervention?
Either in the nRF52832 or nRF52840...
Are there any options today that include Sub GHz, Bluetooth, and LTE for Mesh Networks??
I am thinking of a Gateway with multiple sensors communicating through Sub 1Ghz...
Hello,
We are trying to evaluate the HomeKit SDK with our nRF52832 BLE modules. The "Lock(static)" sample application doesn't work with Apple 'Home' App on iPhone 8+. The...
I'm currently evaluating different platforms, that run on the nrf52832 soc, like Nordic Semiconductors own firmware, as well as Zephyr, myNewt and mBed. As you guys from ...
Dear sirs
Good evening !
I´m using the RF24.h library in order to develop a system that comunicates in peer-to-peer mode.
When I transmit 3 bytes towards a receiver...
I'm hoping someone can tell me if I'm on the right track. Do I understand correctly that on an nrf51, the LPCOMP can be configured to wake the processor on an analog input...