Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
After days of struggle with the yunjia board it seems that I cannot download any program to it.
I tried falsely to download program for the PCA 10028 but...
Hi,
I would like to set up simple bootloader that initializes COMP module and waits for proper voltage on analog pin to show up, then launch BLE application.
Is there...
Hi,
I know that there is documentation, and that there are some answered questions abaut this, but still i dont think i understood how macro APP_TIMER_TICKS works. I need...
Hi,
I'm looking at adding IPv6 connectivity to my nRF52-equipped product. When I last looked a year ago, things seemed to be moving along very quickly. However, looking...
Hi,
I’m using nRF52840 with softdevice s140 and nRF5 SDK v13.0.0 and I’m having some issues regarding the optimization set up for the IAR Compiler (IAR Embedded Workbench...
Hi,
I'm using the "ble_app_multilink_central" example on my nRF52, what is the setting to advertise from my Android phone (using the nRF connect app) ?
Thank you
Hi!
I have some questions about the programing.
I want to do nRF24LU1 programing. I know I can do the programing by using USB port for the first time.
Do I have...
Hello,
I want to combine ble_app_gls and bootloader_secure project. Can you suggest me how to add dfu functionality to ble_app_gls project?
Thanks,
Shailav
image- publickey...
Hello,
What I want to do is to store custom data to flash using FDS in "disconnected" event.
When I try to write the data in "disconnected" event, the write_flag is...
Hi,
I have 52832(ble_app_multilink_central 12.2) which is connected to 5 51822 (experimental_ble_app_blinky) modules.
How to make 51822 not discoverable or not connectable...
Hi, I'm interested in the nRF5 SDK for AirFuel .
I have received a task to replace parts in a product which formerly used wireless charging and the CSR BLE chip.
I think...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hello everyone,
Lately I have been struggling while trying to run "BLE Advertising, a beginner's tutorial". My hardware consists of NRF51822 and PCA1000 dongle. I use SDK_11...
I am working through the TWIS Slave and TWI Master mode drivers Example using SDK 12 with the nRF52832 PCA10040 board and having issues. I am using Minicom through the terminal...