Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
Hi,
I'm creating a custom Android app using the nRF Mesh Library.
I have a server in which I'm looking to upload the mesh network information so that I can download...
I have successfully added buttonless DFU services and NUS services in my code. Both services are working.
But I have observed an issue in the NUS service. I am using the...
I have done this in the past with no problems using Chrome or Firefox.
But for last couple of posts, I have not been able to add attachments. It allows me to select my...
Description of setup/problem.
1 PCA10056 is defined as Central
1 PCA10056 defined as Peripheral.
I have used the “ble_app_uart_c” and “ble_app_uart” examples as starting...
Hi,
I am using SAADC with multiple channels in my application and I discovered data order does change after a debug-break.
To reproduce I used the saadc example from the...
We have an nRF52840 setup as a slave to communicate with a motor controller. I connected a logic analyzer to the lines to confirm the data being sent across. There are 18...
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...