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
We want to run the AT command as the following, the response is always ERROR.
signal generator: CW, freq=param1-120KHz=1804.88MHz, power: -100dbm
AT%XRFTEST=4,1,3...
Hello
I need more flash and ram so I change the sdk to 13.1, but when I enabled the softdevice the log advice me use more ram.
How can I use little ram as s132_nrf52_4...
Hi,
Using the "mqtt_simple" example I found that the data_publish () function does not work for a timer handler.
In the case of the example below, when the data_publish...
Hello I know that C++ is not officially supported but I wonder whether somebody else had the same problem. I can compile an example project with gcc (mingw32-make) and compilation...
Hi,
I want to drive an RGB via PWM and need to increase the brightness. Is it possible to configure the pins to high drive mode? Is there a specific sequence that needs...
I need to be able to remove old bindings from a Zigbee end device using a commissioning button.
Probably these are in the UICR, but I cannot see anywhere how to delete them...
Hello! I am trying to run the "Light switch" example on a custom board.
My environment: - nRF5 SDK v17.0.2 - nRF5 SDK for Mesh v5.0.0 - SoftDevice S132 v7.2.0 - NRF52832_xxAA...
hello Nordic
i am working with nrf52840 with ncs 1.7 (moving to 1.8 soon)
i am trying to clean my code from assertions before production
for some reasong when i change...
Hello, I'm looking to hire a software engineer that can help developing the firmware for a PC gaming controller (nRF52840 based). The controller includes an analog stick and...
Hello everyone,
I have a nrf52832 device and want to fire a feedback (led and vibration) in case of low battery voltage. I am measuring the battery voltage over a ADC channel...
Hey All,
I am working on optimizing a manufacturing script for a product that uses the nRF9160, this script is written in python and uses the pynrfjprog library to interface...
Hi Nordic,
We have design a evaluate board based on nRF9160. There is another MCU on the board, we want to control the Enable mode of nRF9160, so we connect the Enable...
Hi
There is not NRF_LOG_BACKEND_UART_ENABLED in the sdk_config.h which in the ble_app_uart sample(nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10040e...