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...
On the nRF5340 P0.00 and P0.01 are used for the 32.768 kHz crystal by default and are not available as GPIO on the connectors.
how to remap this pins to gpio?
I need to develop a pair of BLE-capable devices that talk to each other. The communication between them will be very simple - the central needs to tell the peripheral the...
Hi,
When the NRF9160 boots the GPIO level of a given pin, such as P12, is set to high (3.3V) before the main application gets a chance to call gpio_pin_configure and gpio_pin_set...
I am now using the DFU functionality to upgrade the code combined with the CoProcessor and radio_test samples and find that the code takes up too much space to upgrade. I...
I recently bought Thingy:91 (nrf 9160) there was a SIM card included but it didn't work! I have written to support twice at the recommended address [email protected]. it was...
Hello,
I am using PCA10040 DK for the programming with ble_app_beacon_pca10040_s132 example code. I want to broadcast my 20 bytes of data with my 0xFFE0 UUID.
In this...
Hello,
I am using the nrf52840dk_nrf52840 with NCS v1.7.0. I am trying to use the external memory (MX25R64) to host the mcuboot_secondary slot. Then, the primary slot...
Hi, I have recently acquire an nrf52840 development board to prototype a usbd msc. With the example provided in sdk17.02-USBD_MSC, for saving every 1000 frames of data, 100...
Hi
I want to konw what will softdevice or ble do after the chip enters system on mode.How do I know which components are working during advertise and connection intervals...
I am using the MDBT50Q-1MV2 which has the nRF52840, and have burned the Adafruit Feather Express bootloader using a J-link and the Arduino IDE. The issue is that I have not...
Dear, I need to upload data to w website using nRF5340DK. I decided to use NodeMCU V3, which has ESP8266. The related queires are:
1. How to include and use esp8266 shiled...
Hello !
I'm using USB CDC ACM serial port in interrupt driven mode.
I can see driver operate by 64 bytes chunks.
Linux PC is used as data source and I can see 450KB...
Hello, I am fairly new to programing with nRF52832, Segger Embedded Studio and SDK52 V17.0.2.
I am an EE student, and the majorly of my experience comes from Arduino.
...
Hello,
My setup:
nRF5833 DK, OpenOCD-0.11.0 on Windows 10
I installed the xpac OpenOCD package and attepmted to connect to server using the command
and I get the...
I am using the GNSS Sample in SDK 1.8.99 to test sleep/wake cycles.
The GNSS example is correctly operating in single shot mode by setting the interval to 0. After getting...