Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
i am currently using nrf52840 dk as a hardware, nrf5sdk version 17.1.0 ,ble_app_uart peripheral example (s140 soft device )
here the maxmimum mtu is set to 247 bytes whether...
Hi everyone, When I try configure UART (parity, data_bit, stop_bit, flow_ctrl), I have noticed error when I run in terminal: "
*** Booting nRF Connect SDK v2.9.0-7787b2649840...
Hello
I am developing an application based on the nRF9160, it uses Coap protocol to connect to nRFCloud to transfer the data. Also I have implemented the FOTA which always...
Hello,
I am using the nRF52810 with SoftDevice S112_nrf52_7.0.1 and trying to create a simple program that sends the character "1" to a mobile device. However, I am encountering...
I've been having trouble downloading the Connect SDK in VSCode, so I want to download the SDK from GitHub first and then import it into VSCode. How can I import the SDK I...
Hi all ! I'm new to the nRF MCU, I'm aiming to use one for a school project.
I've bought the devboard (nRF5340-DK) on a known website (Distrelec.fr, part of RS groupe)....
Hi im having problems with restarting advertising after disconnect. I tried NUS example, simple peripheral example but none of them works.
I modified NUS example with some...
NCS 2.9.0
Adding mcuboot to sysbuild and using "sysbuild/mcuboot.conf" works as described in Academy exercise-1-configuring-extra-image .
But if I want to use a board...
I am working on the ZigBee communication my device is working fine but i got in to the issue when i tried to use custom cluster all the resources, i found online are more...
Dear Nordic Team,
I am currently working on a project that utilizes your HTTPS client sample, specifically on the nRF5340 with the 7002EK. The main difference from the sample...
Hey,
we have to use BLE based DFU. Our Bootloader ist SDK11 based, so we just have the bootloader API V1.0 available.
10.000 devices are in stock, so we cannot change...
What would be the best way to plot RSSI levels in dB versus distance using the distance measurement sample code? I see that the default code gives an RSSI open space measurement...
Encountered an issue while programming the nRF5340:
It was working fine before, but after connecting to RTT, a pop-up prompted some encryption option which I didn't read...
Two days ago, I bought a set of ppk2. in the process of use, the host computer software prompts "Device must be programed do you want to procced?", when I click "yes", the...
https://github.com/NordicDeveloperAcademy/ncs-fund/blob/main/v2.9.0-v2.7.0/l4/l4_e1_sol/src/main.c
The current logic uses i and j to calculate factorial.
for (i = 1;...