Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
I am testing several phones with a specific App that I connect to my nRF52832. Some phones pair nicely but others do not pair as expected. They display two pairing requests...
I am looking for some sample code, showing how to send cloud -to- device messages to a device from an Azure IoT hub using topic direct method requests $iothub/methods/POST...
Hi,
I am working with the nordic thingy91 on a windows PC, and am noticing unstability regarding the USB serial port. That is:
- After a while, there is no data coming...
I refer to this guide to add dfu to peripheral_uart. The program runs on nRF52840DK.
1、prj.conf
I added the following macros.
CONFIG_MCUMGR=y CONFIG_MCUMGR_CMD_OS_MGMT...
For reading ecg data must synchronize GPIOE interrupt every 4ms,i want to creat a hardware timer with period 4ms, in this timer cb, take semophere gived by GPIOE interrupt...
Hi team,
I want to make simple communication between NRF52840 dongle and mcp2517 CAN FD contoller using SPI. I do not understand, how to send and read values to and from...
The initialized struct "nrf_fstorage_t" for use in nrf_fstorage_init( ) temporarily includes the application and bootloader (just for this test)
start address is 0x2'600...
Hi,
I have setup a provisionner with the sdk example that can provision devices. For that the provisioner scan unprovisioned devices and can start a provisioning process...
Hello,
I am trying to see how the signal strength for Zigbee and BLE changes when the distance between two nR5340 DK increases.
I used central_uart and peripheral_uart...
Although my Googling skills are not the best I have, so far, been unable to find any examples or driver documentation for the comparator peripheral of the nRF52840 for the...
I'm using the asset_tracker app on a custom board and have built 50 of the custom boards. All but one of them start the modem and listen to the LTE receiver for a full minute...
Hello, I followed getting starting guide, and got SDK and tools installed for nRF52-DK, I'm trying to open, build and run some examples. But when trying to open any example...
Hi.
I am using nRF52840 dongle and running saadc example on it.
To print the ADC data buffer "p_event->data.done.p_buffer" in PC, I am using USB_CDC. The size of SAMPLES_IN_BUFFER...