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 all,
I have tried to flash the blinky programm to the BMD 300 AR evaluation board by nRF command line tools but I can't flash the .hex file to my evaluation board. The...
I followed this tutorial :Bluetooth low energy Characteristics, a beginner's tutorial
i am beginner to study BLE.
I wanna the answer Challenge 1: Why are you not allowed...
Hello,
Our setup:
IDE : Segger Embedded Studio for ARM V4.12, nRFgo studio
SDK : nRF5_SDK_15.2.0_9412b96 + SDK for Mesh3.1.0,
Softdevice : 6.1.1
Computer Platform...
Hi, I'm using SDK12.1 example ble_app_ancs_c.
Is it possible keep advertising (non-connectable is ok) when ancs connecting?
And how to do it?
I tried call advertising_start...
Hi,
I have been having issues with the compile hex files I get when following the steps to build the pc-ble-driver (). While I am able to build the hex files when I place...
I got Orange sim connected to LTE-M network on nrf9160 DK, verified it on LTE link monitor. But when i tried adding a LTE device on nrf connect cloud, i am not able to register...
Hi,
I tried to build the lte_ble_gateway sample in SES, however it gives the error below regarding the UART.
Any suggestions how to resolve this issue?
Hi,
As mentioned in the subject, I am confused with the SPIS example from nRF52 SDK 15.3.0. I wonder where NRFX_SPIS and _INST_IDX are defined in the header file?
SPIS...
Hello,
I am testing the Light Switch example and I observed a problem:
- I noticed that it was possible to reset the "server nodes" by pressing their "button 4" to leave...
I am having an issue migrating some code over from Keil to an example in SES studio.
The code in Keil is simply listening for a radio packet, when it receives it, it transmits...
Hello,
I generate a private key by using nrfutil.
I like to convert raw data format to use in the code from private key.
Additionally, I already used a nrf_crypto_ecc_key_pair_generate...
I want to drive a servo by the PWM on nrf52832. The pwm cycle is 20ms and the duty is 1.5ms. But i have a problem that the duty is not precise when the BLE is working. I need...
Hi,
I am using a Sparkfun nRF52832 Breakout board with the Arduino IDE. My objective is to control 3 SPI digital potentiometer. The problem is I don't know how to select...