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...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I'm trying to figure out why my Xbee3 module can't connect to my nRF52480 app. I built the app using SDK 7.2.0 and Segger and it runs great. I can connect to it from nRF tools...
Hi,
I am using app_timer and SoftDevice in NRF52810.
I am storing app_timer_cnt_get() value after releasing button and after completing BLE Advertisment.
as I am starting...
Hey all,
I have started working with this board around a month ago, and start to understand it little by little. I have a program that communicates with a display over UART...
Attempting to program an nRF52840 dongle with sniffer_nrf52840dongle_nrf52840_7cc811f.hex, using nRF Connect Programmer v1.4.8, on Windows 7
Upon clicking "Write", the red...
HI,
I am trying to use STTS751-1DP3F temp. sensor with nr52832. The drivers for sensors are given on:
https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree...
I have some old production code that uses s110 v 5/6 and SDK 8.0.0 (perhaps - no one seems to know). The production device has never been able to do a bonded reconnect correctly...
Hi,
Your online power estimator only concerns nRF52840/832/810.
How to get a value when using nRF5233 with CTE activated for AoA ?
In other words, what is the additional...
I'm trying to create application for working with nRF52 device. I have completed provisioning mesh success, and receive notification message about success operation (work...
I know that SoftDevice 110 is old but I am stuck with it as it is on a production device with nRF51822. For some reason when I call sd_ble_gap_adv_data_set() with a non NULL...
I am developing software with the following features.
Communicates between two boards with nRF52840, nRF5 SDK 15.3.0, and its S140
Activate both extended advertising...
When I use this setup, when the specified duration expires, should I get a BLE_ADV_EVT_IDLE event? I don't seem to get one, even though I'm testing for it. SDK 17.0.2 / S...
Hi,
I have 4 sensors on my custom board and I'm planning to use BLE. I want to read data from all 4 sensors every 200ms. I'm planning to use app_timer for that and read...
Hi
Using demo usbd_cdc_acm and found a very strange bug!
Even I disabled the flow control of uart , the 52840 device still need to control the DTR signal to ensure UART...