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...
Are there any native RTOS build-in the SDK? If I need to develop a sensor device driver (i2c based) any recommendation as the safest way to do that. Choosing between freeRTOS...
Hi,
there is a broken link on https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_buttonless_dfu that refers to " Generating bootloader settings...
I'm writing a production script that uses nrfutil to do OTA DFU for both nRF51 and nRF52 radios. I'm using a PCA10059 with nrfutil version 3.5.1.
It works fine for an nRF52...
Hello,
I am trying to use IAR examples to debug some of the examples provided in the SDK.
I am only using examples that support the pca10059 dongle.
One example is the...
Dear All and @rogerclark,
From the release note of nRF5 SDK v14.1.0, Segger Embedded Studio (SES 3.30) IDE has been supported originally.
I use MacOS, and I has set...
I need a help to create a mesh where two nrf52 dk are connectred in the mesh and one node sends a message and another node recives it and sends to a url
I am currently looking at how to put the nrf52 development board to sleep (and wake up) by sending a command from an android application (with SDK v15.2).
I have been experimenting...
Hi
I am trying to establish communication between a NRF24L01+ and an NRF51822, but unable to do so. I am able to communicate between 2 NRF24L01 + and also between 2 NRF51822...
Hello, I'm quite new to both the nRF52832 and the Segger Embedded Studio. I have a college project which involves I2C communication with 2 slaves. I was finally able to set...
Hello,
I am trying to read data from a sensor through sensor TX pin connected to RX pin of nrf51822. Nrf51822 recieves this data through RX pin and sends it via bluetooth...
I am seeing a problem using the nRF52 SAADC with two analog channels enabled in scan mode.
Essentially, channel 0 is measuring an analog signal with gain ~= 15 while channel...
Hello,
I am trying to get the RX interrupt to trigger on the PCA10001 board using the segger debugger as my serial terminal.
My hardware setup consists of a PCA10001...
SDK: v15 SoftDevice: S132 Chip: nRF52832 on BL652 Module
I have a command->response type system. The Central (Android phone) sends a command, and the Peripheral (nRF52 device...
Greetings!
I am using nRF52, SDK14.2, and NUS with MTU = 64. I want to transmit 1000 byte string over BLE upon reception of any character to "nus_data_handler" I have divided...