Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Hello
I'm testing the Release v1.6 of NRF Connect SDK in combination with our application. On Nordic NRF Connect SDK v1.5.1 we managed to get the following setup working...
The nrfconnect-setup-3.7.0-ia32.exe installer gives a malware warning from Google's VirusTotal website . There's only one warning, but it's from one of the larger malware...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as a central device and an Android device (Bluetooth 4.2, nRF Connect) as a peripheral.
I want to get Scan...
Hi ,
Need information for setting up nRF52840 on Eclipse IDE & GCC compiler . Need if any stepwise process guide available for setting up environment & debugging process...
Hi,
===========================
Chip: nRF52832
SDK: nRF5_SDK_17.0.2_d674dde
Role: Central /Peripheral
Project: BLE gateway
===========================
We currently...
Hi,
Please help me with this interrupt error
dk:PCA10095 0.11.0
sdk:ncs v1.5.0
example path:D:\ncs\v1.5.0\applications\2_hello_world_timer
example code:
test...
Hello, I have a big problem now. I set up a BLE network with 11 peripheral boards connected to 1 central board via NUS protocol. the peripheral board is based on NRF52840...
We are making a product with nRF51822;Powered by a CR2032 button battery ; Hope to achieve low power consumption;
It can be seen in the datasheet that nRF51822 has Internal...
I've been checking the nRF52805 Errata document to see which errata apply to our product and do not yet have a workaround implemented in our firmware.
Unfortunately, I'm...
Hi,
Device FW information is as follows: SoftDevice: s113_nrf52_7.0.1_softdevice.hex bootloader: mesh_bootloader_serial_gccarmemb_nrf52832_xxAA.hex device page: device_page_nrf52832_xxAA_s113_7...
I want to use our app in phone to communicate a nrf5340 board through ble. my project use sample peripheral_uart . but app ble three 128 bit UUID is different from ncs1.5...
Hi,
I'm trying to measure and log the low power coming from a peltier module. (TEG seebeck effect). In Ampere meter mode with LED for load I get nothing. Replace TEG with...
Hi,
I successful developed a application using nrf / zephyr SDK and install the applications on the nrf52840dk and dongle. Now I want to adjust the power using
CONFIG_BT_CTLR_TX_PWR_PLUS_3...
hello i am trying to interface RN8209c ic with nrf52832 using uart communication with sdk 15.2
uint8_t readbuf[50];
uint32_t err_code;
uint8_t buf[10]; buf[0]=0x7f;...