hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
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...
Hi guys,
I am using the nRF52832 board and I want to parse and read my JSON file. I don't have too much experience working with cJSON and here you will find my simple code...
Hello,
While trying to build the hello_world project on Thingy 91 using the SEGGER (connection through J-link edu). Following the Hello World project guide given at:
Hello_World...
Hi, I am using BLE as transport and NRF_BL_DFU_ENTER_METHOD_BUTTONLESS as to enter into DFU mode.
My question is:
My application is running at the start and I wanna...
Hello, I wanted to migrate from sdk16 to sdk17, So according to this topic I solve all pre compiling errors, then when I tried to download the code on my board(nRF52832) I...
In the Buttons and LEDs page, the LEDs are connected to P0.28-31 but in the connector interface page, the Figure 1 show LEDs connected to P0.13-16.
Buttons pins also looks...
Hello,
I am trying to create an application on my nRF52-DK using several custom service peripherals, each with 2+ characteristics. I have completed a few tutorials on...
Hi,
I am using USB device CDC, and the COM Port name on the PC is "nRF52 USB CDC BLE Demo (COMX), see the picture below.
How I can change it ? can I change it from...
Hi,
I followed the instructions described on https://github.com/NordicSemiconductor/pc-nrfconnect-launcher but I cannot "Start scan" within nRF Connect. It's greyed out...
Hi,
We just received prototypes of a new board with the nRF52840 and now we have a reset problem.
When the board is reconnected after a long time (no voltage remains on...
Hello,
I am testing the multilink BLE (1 central : n peripheral) UART example.
I am using Github code and tested it.
The central example is(SDK 16.0.0):
https://github...
Hi, I've just compiled clean examples from Zigbee and Thread SDK 4.1.0 and I'm following instructions from here: I've got CLI on the nRF dongle and multi_sensor example loaded...
Hi Nordic experts:
I am working with sdk 17.0.2 nrf52840 ble_app_uart example project. I added twis i2c slave functionality in this project, and the project is working fine...
Hello everyone.
I want to assess the range of my current setup, theoretically. And I found this useful online "calculator": www.bluetooth.com/.../ (please scroll down until...
Hello,
I wanted to implement WDT resets when my application hangs. I am working on the advertiser code, what I observe was when I implement WDT driver in SDK 15.2 examples...
Hi,
I have been working with mesh and I'm using the version 4.2 Mesh SDK.As I understand it I should use nrf_mesh_serial_tx() api to send serial message.When I use this...