Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
i am using nrf52833 development kit here i am using peripheral template as for coding purpose when i merge temperature sensor(SSTS751) code and W25Qxx code in it then the...
I am trying to build the connectivity hex files on an ubuntu build machine for an nrf52840 dongle so I can communicate with another nrf52840 dev board, I followed the instructions...
Hello, my project has 3 different devices (2 sensor and flash memory) on the same SPI bus all with their own CS. I ran across the following question , which has a response...
Hi ,
My environment :
nrf connect sdk
nrf5340 dk
segger studio IDE
verified method 1:
As per nrf5340 product specification document , we can protect the...
Hello,
I was recently trying out some samples with the nRF9160 DK and I had run into some issues when trying to run the nRF Cloud Client Application .
I had flashed...
Hi,
I'm developing on the nRF52 DK which has the nRF52832 chip.
I have a small vibration motor which I'd like to control on/off through one of the boards GPIO pins. At...
Hi,
I'm trying to modify the light bulb example and turn it into a light switch (not a light switch that controls another bulb in the network), but I'm quite new on the...
Hi,
I've noticed that there was an issue with ble_nus in SDK 15.3 - detailed in this post .
I'm using SDK 17, and in my application, I don't check data_handler != NULL...
Hi. I am using nrf52840 with Softdevice 16.0.0.
I set the maximum size to 247 bytes. But I probably only need 68 bytes per packet.
Should I reduce my MTU size to 71 or...
Hi everybody!
I'm currently working on some firmware updates for a motion sensor. The code was originally developed with SDK15.0. The setup is as following:
NRF52840...
Hi,
I was trying with the aws_fota sample, I follow the instruction here and download the app_update.bin with no problem. After it shows completed in 100%, device reboot...
Hi,
I am measuring the time taken between an ANT application sending a message, and a receiving ANT application generating an EVENT_RX. This time is being measured using...
Hi,
my environment:
nrf5340 dk
nrf connect sdk - 1.5.0 version
segger studio IDE
we need a provisioner to add node into the BLE mesh. As per my knowledge, we...