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 everyone,
I have 1 board normal node(client+server) and 1 board LPN(client+server). I can send message from client of LPN to server of normal node, but i can't send message...
Hello,
I have a design where I am using an nRF52840 along with a SKY66112-11 and am using Zephyr/MPSL for both BLE and Thread. Some questions:
1) The .dts node has pa_gain_db...
Hi,
I was testing the GPS performance of the the thingie91. The default application (asset_tracker) works perfectly, but uses AGPS from the nordic cloud.
The asset_tracker_v2...
Hi all,
We run into a problem where our central product (a remote control) connects to the wrong device. We are using SDK v14.2.0 and softdevice S132 version 5.1.0. At...
Hallo,
I'm using a 52840dongle.
Uart ( PC-Terminal Debugging)
Radio ( reading 51822)
I2C Display
is working well
No i need to write and read data to/from a spi...
I have a serial OLED LCD on my SPI bus on my nrf52840 I want to do periodic LCD refresh by sending it's frame buffer without involving CPU.
I already know how to do SPI...
Hello!
I flashed the light_bulb example(NRF5 SDK v.4.2.0) hex to an nRF52840 Dongle using nRF Connect.
After reset, LED2 lights blue.
I do have an existing Zigbee network...
We have been using ble nus service which is working very well.
There are more than 100,000 bytes of data to be transferred each time.
We were using BLE_NUS_EVT_TX_RDY...
Hi I made some changes in the chat project that is found in NRF Connect SDK and when I build the change project this error occurs
kobj-types-enum.h: No such file or directory...
Hi,
I am writing after searching for an answer in this forum but without success.
I am not sure to understand the purpose of ble_app_proximity_coexist? I understood that...
I'm developing the nRF5340DK, would like to use the P0.04 (AIN0) pin to get the NTC thermistor value. but bind the device is fail.
the parts of the "source code".
/*ADC...
I'm trying to run your direct test mode code on the nrf53. And verify that the uart pins are working correctly. What is the best way to debug and verify this?
gdb seems...
Hi everyone
I'm looking for a way that I use the libuarte example with two UARTEs: one for receiving data, and one for sending data.
I tested serial uartes example in...
Hi, dear Nordic & all:
I just try to upgrade applicatiion via usb secure dfu on nrf52840DK, but failed to do this, the fellow is my environment, reference and steps: ...
Hello
I want to add a UICR section. but I don't know how to add a custom section in ncs(also zephyr).
I have researched about this for days and I've found zephyr code...