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,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
Hi all,
As I've been researching, the mesh sdk is not supported on the nRF52810 SoC, although being compatible. Is there any development or plan in changing this? I'm planning...
Hi,
Is there any way to add conditional compilation in linker file?
I have two versions of a code, one with DFU and one without, i want to combine the versions. is there...
Hi everyone,
I used SPI interface to access a external flash with page size 256 bytes.
I found I can't access full page, because the maximum of one SPI transaction is...
hello all ,
controller nrf51822
i am trying to development for EPD 7.5 spi interfacing through external flash image send so how to set spi latch reset turn on parameter...
Hi, there
I try to use the nrf_atfifo in my program, but I found the atfifo cause hard fault in my program,below is how I use the at_fifo in my program.
and I also found...
Hello, I have a problem with my nrf52832 customised board
It has loaded the ble_app_uart example of the 15.2_SDK and It have the correct pinout from my board, These are...
1. I try DFU bootloader with OTA, it success.
2. But the Application was gone.
3. If item 2 is real, is that I have to porting the force enter to bootloader mode by botton...
Hi!
I am working on NRF 52840 Controller and Soft Device Version 6.0.0. Coding using Keil IDE in C.
Also developing using Free RTOS.
According to the requirement I need...
Hi,
My development environment is sdk12.3 s132_3.0 pca10040 I want to increase the MTU size to 64 bytes in nus. I programmed as below, but there is no MTU size change. It...
I have been trying to configure a single shot timer as a low power alternative to nrf_delay_ms().
I have my timeout handler configured to do nothing and the timer is created...
Hello all,
I have an ESRPB switch from EnOcean which uses the PTM215B transmitter internally.
I've factory reset the switch to its default state and have confirmed that...
After a few notifications in short succession this code will reliably get stuck in an infinite loop (15.2.0). Can sd_ble_gatts_hvx not be used in this way? Do you have to...
Hi
Struggling getting Directed Advertising to work - I have been through all the examples and have been using the ble_app_hids_keyboard_nfc_pairing example.
My NRF52832...