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...
Hi Dev team,
I am working on a nrf9160DK and transmitting my sensor data to a MQTT Client. I tested this through an application : MQTT.fx (Using mqtt.eclipse.org as open...
To the kind attention of Nordic support team,
I ve been testing your sdk peripheral/usbd example in my S3 system and it is able to wake up the entire system when pushing...
Hallo,
Today I joined the seminar about "Using the nRF9160 as a Serial LTE Modem". It might be an interesting option for us to switch over to Nordic, we are currently using...
Hello,
I would like to synchronize 2 hardware PWMs between them (nrf52).
I mean with NRF_PWM0 and NRF_PWM1.
I tried to do this:
But it doesn't work, my 2...
I am using NRF52840 custom board and SEGGER RTT log for debugging.
I set the NRF_LOG_BACKEND_RTT_ENABLED 1 and NRF_LOG_ENABLED 1
The following is a screenshot of my...
Is there a way to trigger a work item on a nrfxlib socket event without a dedicated thread? Right now there is three polling mechanism in the SDK:
Zephyr k_poll(), which...
The Nordic 52810 that I'm using now for my development project has to do with the pairing of Android and iPhone. Android is available through Bond and Delete Bond in nRF Connect...
Hi,
I would like to know how can I implement the following i.e., 1. I want to print a line in cli for example,"Input a number"
2. Then i want to store this number and...
I'm trying to erase and/or flash the nrf52 dev kit and it's always failed with following logs
[ 2020 -Nov- 26 01:20:21 ] [ info] -------------------------------------...
Hi, I'm working on nRF52832 based device with s112 and SDK15 based bootloader and app built with gcc. I have modified default Nordic bootloader to start DFU transport on hardfault...
Hello
I want to send saadc data over BLE as 100KSPS
#define SAADC_SAMPLES_IN_BUFFER 120 #define SAADC_SAMPLE_RATE 1200 /**< SAADC sample rate in us. */
If, I set this...
I'm currently searching for a solution to test the communication between a smartphone application and a bluetooth beacon without the use of external devices (nrfConnect App...
Hello, nrf community I want to do OTA using thread with nrf52840dk-PCA110056.
I already ask a question on GitHub https://github.com/zephyrproject-rtos/zephyr/issues/29740...
I'm trying to disable the log for the module NRF_BLE_GQ, but it seems that the nrf_ble_gq.c doesn't have the piece of code that disable the log for that module,
in other...
Hi,
I am trying to make a USB to BLE (central) device with nRF52840. I have removed the end character check from the "usbd_ble_uart" example and used a 50ms timeout instead...