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...
Hi,
We are facing some issues between our ble devices (ble version 5) and android mobiles using nrfsdk ("Android-BLE-Library") library. (Version 2.2)
We are able to connect...
I have used two sample applications light / light_switch from bluetooth mesh to get a device with 2 elements:
- generic on/off clent
- generic on/off server
I want to...
Dear Sir,
The target has a non-secure bootloader on it, I'm trying for DFU which has a secure bootloader pkg only. After initiating the DFU, nrf connect app sends successfully...
Dear sir,
Thanks for your help.
In the working state, the input voltage of the battery may drop from 3.0V to 0.4v or even 0.0V. After charging, the voltage will quickly...
Hi,
I am using the Power Profiler Kit (Rev. 1.1.1.) with Power Profiler app (v2.3.1) to measure power consumption on an external DUT. The issue I am facing is negative current...
Hi all,
We have designed a PCB where we use BMD-350 ( which is based on nrf52832 ) , HX711 and the accelerometer ( MMA8452Q ) as primary components. The device is supposed...
I am in the process of integrating the latest SAADC driver into my project and have noticed an issue after adding the errata 122 workaround to my saadc event handler per the...
Thanks in advanced. On sdk17.0.2 examples\ble_central\ble_app_uart_c, I connect a button's one end to nrf52832 pin 24, the other end is connected to VDD. So I have to #define...
Hi,
There is an option CONFIG_LTE_NETWORK_TIMEOUT for the LTE Link Control. The default is 600 seconds (10 minutes) but I couldn't find any suggestions for the timeout and...
Hello ,
Now I am sending the data per 7.5ms in the interval of time over ble .I am loosing the packets , to avoid this I am planning to send the data in the structure .How...
Hi,
I got a unit based on NRF52 (No matter what SDK) which is connected via 1-wire (dallas protocol which is very time accurate) to other unit.
The other unit is the master...
Hi! I wanted to ask someone who knows more than I, if this setup makes sense, and how I could test my design.
A bit of background: We're developing a custom board which...
Hello, I am using nrf51822 / SDK 12.3 / SD 130-2.0.1.
When a normal timer is set and softdevice off, the timer interrupt does not occur.
In SDK 10 / SD 110-8.0.0, timer...
Hello,
I am trying to use the flash API of fstorage in my code. I have called below function at the start of my code. I want to save some integer values every 1 min interval...