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 to every one,
i have some questions, I need to be able to update the device to the new firmware, update to the old version and update to the default firmware. for this...
I am connecting the nRF52 DK to an oscilloscope and on the LED pin for the dimming example on the server side. I am seeing jitter, the PWM duty cycle doing a slight shift...
HI
Now I am measuring current on the nRF9160DK according to https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/hardware-design/posts/getting-started-with-current...
Hi,
I have nRF52840 DK, and using nRF SDK v17. I am trying to understand radio transmitter example sendpacket().
RTC(1) seems to be used to the transmitting packet.
...
I have designed/copied the suggested circuitry of the nRF9160. I am attempting to program the custom board through a nRF9160DK. It is connected and the command west flash...
Hi,
I am using NCS 1.5.0 and modem firmware 1.2.3.
In my application I need to receive few commands from PC UART (UART 0).
Baudrate is 115200 without HW control. ...
Hello,
I am currently doing an internship and I am working with the nRF5340 DK.
Until now I have tested the "Thread: CoAP Server" and "Thread: CoAP Client" examples and...
Hi my application is working fine with secure bootloader on devkit PCA10056 using nRF52840 and GCC. Now I want to bring it to my target hardware using nRF52820 to get rid...
Hi,
I am writing my own SPIM driver, when I try to send a 2 bytes message and then a 26 bytes message the second message "crashes" after 2 bytes.
But if I send the 26...
I am looking for information regarding usage of UICR in nRF52840. I want to store Board information like board version number etc.. in UICR probably in the customer registers...
I am using Nordic's NRF_SDK_For_Thread_and_Zigbee_4.1.0.
In that example/thread/ncp, I want to build NCP firmware for uart.
Original uart pins for rx and tx are 8 and...
Hi,
I have nCS installed and when creating a project in nCS installation directory (default path), then i have option to choose "Configure nRF Connect SDK Project" from...
Hello,
For my board i would like to remap uart to pin on GPIO PORT 1.
Current:
&uart0 { status = "okay"; current-speed = <115200>; tx-pin = <20>; rx-pin = <22>; rts...