I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
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...
I've made a circuit using the NRF8001 but slightly deviating away from the original PCB example. I'm getting the device to go into "Advertising Started" but I can't pick up...
hello Nordic
i have s SOM which i want to use nrfutil in it for FDU via UART of an application i have on nrf52832, s132 v7.0.1
i have the bootloader flashed with the...
Up until now I have been the sole firmware developer and the keeper of the keys for our product.
Our scrappy little startup has expanded and is now bringing on additional...
Hi,
Problems I am having with PWM:
1. Using app_PWM and GPIOTE to start and stop the PWM: When button is pressed, GPIOTE handler sets a flag that is polled to start the...
I am using Timer0 and Timer with GPIOTE and PPI to output 2 clocks on 2 pins.
Both timer settings are identical (for troubleshooting). Only timer-0 can be generated at the...
I am working with nRF Connect SDK using an nRF52840 DK. And I want to realise both BLE mesh and FOTA upgrade. FOTA upgrade example SMP Server Sample works properly for Bluetooth...
To parse information from strings I want to use sscanf().
Currently I have this small test program:
And in the prj.conf I have CONFIG_NEWLIB_LIBC=y defined.
This program...
Hi, At power on lots of MUCBoot prints pop out of the UART:
*** Booting Zephyr OS build v2.3.0-rc1-ncs1 *** <inf> mcuboot: Starting bootloader <inf> mcuboot: Primary image...
Hello -
We are developing an application for nRF52840, using the v17.0.0 SDK. The application is running on FreeRTOS. We need to power off all the RAM and use the RTC...
Hi, I am trying to get bootloader to jump to either application 1 or 2 base on button states when booting. I am not sure how do it properly. One of the applications is using...
I created an Azure IOT Hub and simulated a X.509 device using C and device SDK for Azure .
No problems here.
Then I run sample nRF9160: Azure Iot Hub and receive the...
I am using 2 counters, one to produce the 4MHz, and the other for the 62.5KHz, to drive I2S module.
I need to find a way to stop the first counter (4MHz) after it produces...
Hi All,
Currently I am using SDK_17.0.0 for nRF52832 with Softdevice S132_V7.0.1. I come to know about release of SDK_17.0.2 with highly recommendation to migrate from SDK_17...
Hi. I have the following code, I am attempting to read AIN0 on pin 4 (P0.02).
I am watching the result whilst debugging the application on DK52, and it is a random value...
I'm currently facing a problem while using FreeRTOS. I've created a task, but that tasks freezes the board at this line :
without FreeRTOS this piece of code works...