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...
Hello, I was reading through the OpenThread Commissioning Guide ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_commissioning.html ) Attempting...
Hi
I am interested in the Non-IP Data Delivery support in the nRF9160 module.
1) Is there or is there no support at the moment? If not, is it planned and when will...
Hi,
My program suddenly stop working and I get this error message
This happening when I want to go in Debug Mode (Debug > Go).I cannot start the program anymore.
I...
Hi Nordic Team!
I am working with nRF5340 DK and nRF Connect SDK 1.5.0
I wanted to use Firmware Upgrade (FOTA) feature with the mesh . So, I have started with Bluetooth...
device_get_binding() this function has many parameters ,very Incomprehensible to use, in the nordic samples i use debug step by step to find what port what pin to be used...
Hello,
I am looking at the schematic for the nRF5340 DK and see that there are no external load capacitors for the 32 kHz crystal which has C_L = 9 pF. Therefore, we are...
Hello!
Hardware: nrf52840 IDE: Segger Embedded Studio SDK: nrf5 SDK 17.0.2
I've been having trouble getting IN reports to work on macOS. I based my code off of the generic...
At present, the nrf52840, sdk package is components_V15.2.0, it will restart probabilistically when the USB is connected to the computer for charging. The hardware reset register...
I use nrf52840 and max30003 and SD card that saves my ECG data. I've tried to make a lot of ECG and this one is the best. But I don't know why some ECG PEAKS are positive...
2021 05 18 west update new source mkdir -p ncs west init -m github.com/.../sdk-nrf --mr master ./ncs cd ~/ncs west update west zephyr-export //// ~/ncs/nrf/west.yml
name...
HI
When I use thread networking program, p0.7 pin is not controlled as IO port, but it is used well in other programs. What's the matter?Is this pin occupied by thread networking...
I already had a look at the custom characteristic tutorial and have completed it. Populating the Sensor value with characteristic is the next step where I am facing trouble...