Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
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...