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,
I bought a second nrf52833-dk. After I program my code on it, I can't debug or read the code because read protection is on. This is strange, because I didn't program...
nRF SDK 17.1.0 I've never touched this example before today, and yet it complains about a bunch of stuff not being found in the file nrf_dfu_validation.c. I am trying to use...
Hi, I try to install nRF connect for VS Code on Ubuntu 20.04 LTS according to the installation guidelines. When I want to set the SDK and toolchain path in the quick setup...
Follow up on: github.com/.../50438
Describe the bug There is a specific case in which the Bluetooth stack seems to become stuck in a state where it will not accept/initiate...
Hi, We are using SDK17 and are implementing the UART y APP_UART_FIFO_INIT. Every now and then we encounter APP_UART_COMMUNICATION_ERROR. I know this is related to buffer overrun...
Hii team,
today i install wireshark version 4.0 and python 3.10 and i downloded nrf sniffer ble software from nordic website and i connected my nrf sdk to pc to flash code...
Hello,
I'm developing an application that will include over the air updates. I read the infocenter information about how the dfu works, with either dual-bank or single-bank...
Hi,
As I am using the nRF52840 DK for a project, so I followed the instructions for setting up nRF Connect SDK as it's the main SDK going forward: nRF Connect SDK and nRF5...
Hi, How can I get the RLOC16 or similar ID from the CoAP clients connected to my CoAP server? I need to get this information from the messages that the clients send.
Cheers...
My BLE application needs to communicate with another µC using serial UART - so I started my app based on the sample in bluetooth/peripheral_Uart I'm have a nRF52_DK board...
Hello I have flash memory via SPI on the custom board. It works on SDK v2.0.2 properly and doesn't works on SDK v2.1.0. Flash memory defined in Device Tree as mentioned below...
Dear Sir.
we are porting some projects from nRF5 to Zephyr and the UUID/handlers table consume more memory. What is the best practice? we are trying to do the same things...
Hi Nordic community,
Let me ask a question.
I can run AT+RUNIMPULSE command via UART cable successfully, but I cant write it using BLE. For example using Nordic nRF connect...
Hi,
I have tried setting a custom network name by adding
CONFIG_OPENTHREAD_NETWORK_NAME = "MILIEU_OTNET" to prj.conf of both coap client and coap server. But they always...