Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
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...