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 everyone,
I want to modify the USBD example.
In the USBD example there's a mouse but I don't have to work with a mouse.
I want to transfer data from ADC to PC. How...
Hi, I am using the Nordic nRF52832, with v15.2 of theSDK, and would like to use "nrf_sdh_freertos_init" to implement multilink. I refer to example "ble_app_multilink_central...
I have beacon (ble_app_beacon) transmitting every 40...50 ms, nRFConnect shows adv interval is ~44 ms, so it receives ~22 msg/sec. My beacon listener gets only 10...12 msg...
Hi,
I have simple test firmware that simply connects to the network and goes into PSM sleep, it works perfectly well on the nRF9160DK but the Thingy 91 is refusing to connect...
This is a really basic question, but please bear with me. This is my first time foraying beyond the world of Arduino! :)
I'm attempting to make an ANT+ bicycle power meter...
I am using nrf52832,I have Defigned "CONFIG_NFCT_PINS_AS_GPIOS"as below。P0.09 is configed as POWER_HOLD pin, P0.10 is configed as buton.
I found that when I download softdevice...
Dear Members,
For scanning GSC10 sensor,
can this example be used ?
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ant_examples_scanning.html
Thanks
Hi,
I am currently working on the project that involves Pre-certified Bluetooth Module (SG Wireless SGW1110 CE & FCC certified, based on Nordic Semiconductor nRF52480)....
I am getting an intermittent "Softdevice assert: 151994:0" error on device initialisation or after the device has run for a period of time. I am using Light Switch Client...
Is there a way to generate a square wave like the one in the picture without using any kind of interruption to change settings middle-wave?
For example, the wave can be...
Hi,
I have been able to use the NRF-9160: Cloud_Client sample for sending data to my AWS IoT MQTT broker on PSM mode from my Thingy91 with a CLOUD_MESSAGE_PUBLICATION_INTERVAL...
Hello, I am trying to implement my own custom bootloader in the nRF52811. I have the softdevice loaded, which then jumps to address 0x19000. This is where I put my bootloader...
Hi,
I'm using nrf52833, flashed by using Jlink SWD programmer. I have no probleme to re-programmed 2/3 of my board.
But the hird gave an error. The strange things...
I am using the gazell protocol of nrf52840 to achieve some functions,but I don't know how to understand the protocol code deeply,anybody has advice or flow chart or relevant...