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...
Hi support team,
I'm working with nRF52833 DK. installed the mobile app and desktop, but I wasn't able to connect to either.
Power switch ON, SW6 on DEFAULT. J2 connected...
Hi
The Blinky Programm only starts when I give the reset Go command via jlink commander.
At Power cycle nothing happens.
If i give the SOC an external Pin reset the...
We have written a Flutter app, which uses the Flutter-nRF-Connect-Device-Manager package to perform firmware upgrades on bluetooth devices that the app bonds with.
If iOS...
Hi,
I’m looking at starting a new design that would be based on the nrf52840, however it seems that the flash readout protection is now fairly broken on this device. Are...
Both myself and a colleague had an issue in the past 48 hours where upon launch we were prompted to install a new West workspace/SDK. In my case it "tricked" me into installing...
SDK: 2.6.1 (2.9 seems to give an HCI build error , undefined reference to `__device_dts_ord_135', when enabled CONFIG_BT_LL_SW_SPLIT, CONFIG_BT_LLL_VENDOR_NORDIC ?)
SOC...
Changelog for nRF Connect SDK v2.2.0 mentions that:
nrf_dm_high_precision_calc() now handles out-of-memory errors by returning NaN .
What exactly are the memory requirements...
We want to generate 8.200 MHz as I2S MCK with an nRF5340.
This could be achieved with 12.300 MHz ACLK as source for MCK, and then dividing by 1.5 in the Master clock generator...
Hello evebody,
I have problem with socket creation. I am trying to copy example of this tutorial:
https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons...
I am trying to get DFU FOTA over BLE to work using external flash on an nRF52840 DK with NCS 2.5.2 . I followed multiple sources, but I am unsure about the correct configuration...
Hey , I want to implement a CMAC with the AES algorithm . In the prj.conf i added
CONFIG_PSA_WANT_ALG_CMAC =y but i received this error : error: #error "PSA_WANT_ALG_CMAC...
Hi,
I'm trying to use an RTC with the nRF Connect SDK (v2.9.0) and nRF52840, but nrfx_rtc_init always returns the error NRF_ALREADY_INIT . I haven't used the RTC anywhere...
Hi,
we have implemented https://github.com/nRFCloud/MQTT-bridge-mosquitto in our AWS account. but in we are getting error like
January 07, 2025 at 14:51 (UTC+5...
Is it possible to emulate COM 4 ports over nRF USB using CDC ACM device class? I was able to get 3 working but when I added 4th one it didn't worked out. Is there any
limitation...
We need to measure short distances with precision, aiming to detect whether a door should open or not using a kind of smart key.
Our mission is to implement a solution using...