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 am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Dear Nordic representative,
I would like to run qualification BLE tests on nrf52832 chip: - https://docs.zephyrproject.org/latest/guides/bluetooth/bluetooth-qual.html
...
Dear All,
In my application I need to switch on and off the modem using AT+CFUN=0 and AT+CFUN=4 respectivelly. My question is the following. Let's assume that the device...
SDK:V15
chip:52832
development kit:window+keil
In stm32,inder to use uart rx with DMA, we could easily use:uart Idle interrupt+dma.but how in 52832 while how many...
I’m looking at this example:
https://github.com/NordicPlayground/nrf5-calendar-example
which uses standard C function localtime(), but can not find neither in the example...
Hi devzone,
I learnt DFU through USB by performing the following steps:
1. build and run "secure bootloader usb" project with segger through J-link port J2.
2. flash...
I'm setting up a new project (solution?) for the nRF52-DK, using SEGGER, based on one of the examples in the SDK, and would like to put it under version control (Github, etc...
Hello , I m working on project to commande sim868 by serial (send AT Commands), so for the fisrt i would like to test the serial connection with an arduino to see what it...
We have developed our application on a custom prototype board with a nrf52832 (laird BL652) and it works great. We got in our production boards and all the IOs on the processor...
I have a problem while provisioning the dongles in a mesh network, which is faced by most of the people around. Right now I'm using the latest mesh sdk. Can you help me with...
I'm having trouble reading value from ADC. What I want is to read a sample and not set any timer, since I want to run it inside a timer itself and have the refreshed value...
I have designed a custom board using nRF52832. As per my understanding, we can configure any GPIO pin for UART communication. However, I am not able to configure the board...
Hello,
I am running into an issue attempting to add certificates to the device in order to facilitate HTTPS calls to our backend directly from the device.
Before the LTE...
Hi all,
I am trying make some temperature sensor with Segger and nRF52 based on Mesh BLE v4.0.
Currently I am researching documentation and examples to pick best solution...
I'm trying to use the information from this devpost: https://devzone.nordicsemi.com/f/nordic-q-a/39629/how-to-send-data-to-all-node-over-mesh
However, my remaining questions...
I would like to see an example or documentation about how to set my nRF52 DK into various sleep modes. I know that calling "sd_power_system_off()" will turn the device into...