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...
I've put the recommended circuit for the nRF52810 QCAA chip together on breadboard (schematic is below) and am using a J-Link Edu Mini to program.
I created a custom board...
When using Segger Embedded Studio, multiple build targets can be defined. Each build definition can have its own "defines", libraries, etc.
When using Visual Studio Code...
Mesh SDK 5.0, SoftDevice S140 v7.2.0, NRF52840, SEGGER ------------------------------------------------------------------------------------ Hello! I have a similar problem...
Hei!
I am currently working on a project where we have implemented FOTA and I have had a lot of issues with flashing fresh boards with the complete firmware package. ...
Hi ,
I am reading some dummy data trough gatt characteristics, it always comes in the little-endian format
for example, i am giving the dummy data as 0x1122 so while reading...
Hi,
1. I have working `thingy:53` Matter weather station
My goal is to run Linux matter application (node) that it will subscribe and receive temperature measurements...
Hi, I download nrf connect SDK v2.1.1 through nRF Connect for Desktop,
and I flashed the sample direction_finding_connectionless_rx with noting changed.
Then there is...
I want to build a NCS project with a folder structure that might be something like this
How can I achieve this using CMake? Is there an alternate way of doing this? Right...
Hello Devzone Community,
I am working on a dual microcontroller / cell module design, with one of the two MCUs in the cellular module. I am having a Zephyr device tree issue...
hi
I send message from nrf52840_A to nrf52840_B
log shows R eceived CoAP message that does not match any request or resource
Is there a sending format for coap? thx
Hi,
Our product is based on nRF5340 and will run DFU over BLE.
Now I am testing the DFU function via the "Firmware Upgrade" in device manager APP.
In the current architecture...
hi, could you tell why I build SDK17.1.0 (nRF5_SDK_17.1.0_ddde560\examples\peripheral\csense_drv\pca10040\blank\arm5_no_packs) demo code, it appears that mistake (.\_build...
I am trying to send data in peripheral but my central connected to other peripheral .
So I decided to add whitelist in central.
In which function to add whitelist
...
Hi!
I would like to add into my Zephyr project a library called Vanetza , which depends on Boost++, Cryptopp and GeographicLib. I am still learning CMake and I don't know...