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...
I am trying to print out a string debugging information. But got below error.
No problem change to printf or cast char array name to uint32_t. See first 2 sentence.
char...
I have python 2 and 3 on my Macbook. I can't run nrfutil which I believe is due to the python installation. I need to keep python 3 for other utilities. I would like to run...
Hello!
We're building radio modules with the nRF52840, one with the a frontend amplifier and one without. Both are exhibiting excessive 2nd and 3rd harmonic emissions. ...
Currently, we are testing that 「buttonless DFU + Bonding valid」 in our App.
But After performing F / W Update with DFU, other BLE Service became invisible.(※2)
So, as...
Hi,
I am currently in an attempt of revising an old board, it uses an ANT+ module which is soon going to be out of production. With the nRF52840, if I were to use the ANT...
Dear Sir,
I had a project is lighting the LED matrix, we choose the LED IC is TLC5958 and MCU is using nRF52832.
Now, we have a question is how to change the GPIO output...
Hello all,
I used SDK15 and nRF52840 DK made a long range advertising and long range connected.
I modified the ble_app_uart_c and ble_app_uart example, the long range...
Hi
i am using the sdk 14.0
i am working with sph0645 i2s microphone , i have tested the microphone and it is working fine with the nrf 52 on 912600 baud rate. Now i wan...
Next week, we have a meeting with our customer to give them an overview on all our BLE solutions (they are interested in module) but I also want to give them an overview on...
nrf52832, SDK 15.0.0
I develop the project based on the example 'ble_app_buttonless_dfu'
But when I want to add some peripherals, such as SAADC, SPI and PPI, and some...
I'm seeing strange corruption in the nrf52840 virtual COM/UART (the one that goes through USB and the JLink interface MCU).
The nrf52840 is running the UART serialization...
I had setup nRF sniffer with below software and hardware, but the Wireshark seen unable capture BLE data.
nRF Sniffer software nrf_sniffer_2.0.0-beta-1_51296aa.zip ...
I would like to use the time library to manage multiple times with different timezones in my embedded system.
I have already seen the ble_app_cts_c example and the nrf5...