Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
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...
i use nrf51822 and uart project
i need disable only RX when tranmitsion and reuseable when tranmistion complete. i tried
//NRF_UART0->ENABLE = UART_ENABLE_ENABLE_Disabled...
Hi
Do any of the Soft Device versions support the periodic advertising feature which is part of extended advertising and involves AUX_SYNC_IND PDUs? I looked at the API...
I am having a high rate of connection reason 0x3E when connecting two nrf52832 devices together both with only one active connection at a time.
Most of the information I...
hi..
development board - nRF52832
SDK version -15.2 version
Fellowed method - B1b. Use Oberon crypto library instead of uECC
softdevice version - v 6.1.0
tools using...
After pressing F5 I get.
Preparing target for download Executing Reset script TargetInterface.resetAndStop() Reset: Halt core after reset via DEMCR.VC_CORERESET. Reset...
Hi,
I'm using NRF52811 to evaluate the direction finding. I have successfully got the phase data, but I found a strange thing:
I did some processing on phase data for...
I am currently testing Optiga Trust X using an NRF52 DK. I am using armgcc as my toolchain.
The example provided by the nRF5 SDK v17.0.0 is a great starting point and I...
Hi,
I am using nrf52810 and a sample SAADC code from the examples folder provided by the manufacturer. I have connected a potentiometer for validating my output values....
A continuation from here: https://devzone.nordicsemi.com/f/nordic-q-a/64842/mesh-pa-lna-problems
If I want to only enable the PA/LNA chip for the mesh stack, but not for...
Dear Nordic Support,
Our product is based on nrf52840/s140 and we have difficulties connecting to it using Huawei P8 Lite while it is fine using other Android or iOS phones...
I have a compiled code and I want only to change the uart pins without compiling the code again
If it is possible to modify only the hex code, how can I find the UART pins...
I am trying to find where to submit bugs against the pc-ble-driver. There are two major bugs I have found
saved CCCDs (in a bonded connection) do not get restored when...
Hello, everyone
I use NRF52840 to configure TWI to operate the sensor, but I don’t understand it.
Can the hardware TWI of 52840 be mapped to any IO?
Or is there a fixed...
Hello!
NRF52832 is used as a central for connecting with phones as peripheral. NUS service is used. Lesc is used too.
SDK 17 SoftDevice S132 V7.0.1
On android phones...