Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
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...
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...