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,
I've been trying to set up UART communication with external device using uart3 instance and have so far failed.
The scenario requires sending 5 bytes to the device...
Hi!
I'm trying to portnRF7002 QSPI bus driver for one of the NXP MCUs. Communication with nRF7002 under Zephyr is already established and everything works as expected. ...
Hi
I compiled an older project using embedded studio and flashed my NRF dongle. Now the USB DFU bootloader seems to be gone.
How can I restore it?
Several links on devzone...
Hi
I am using hci_pwr_ctrl and want to get the RSS (read_conn_rssi(default_conn_handle, &rssi) in a very high frequency. However, I notice when I use 100Hz frequency, a...
HI there,
I've been following the DevAcademy Lesson 5 exercise example on SPI communication to get a nRF9161 DK (as a Master) and an ESP32 (as a Slave) to communicate synchronously...
Is there any othere way than mergehex to merge application core and netcore hex files? I'm not sure if I'm following correctly, but it seems like it might be possible through...
I would like some help with porting the modem library (nrf_modem_lib) to work with my bare metal application. Besides a custom nrf_modem_os.c, I have made a slightly modified...
Hi!
Running LTE_BLE_GATEWAY example on nRF9160DK rev 1.1.3 gives "No HCI driver registered" error together with "Bluetooth init failed (err -19)". SDK/Toolset version is...
To preface:
nRF Connect SDK 2.9.0
nRF9151 DK
Windows 11 PC
Hello,
I have been developing in the nRF Connect SDK for a few weeks now so I am fairly new. I have...
When using the distance measurement sample code on my nrf5340 development kits, LEDs 1 and 2 seem to be working correctly, but LED 3 does not light up when connected. The...
Hi!
I'm working on direction finding. I'm using a nrf52833dk as a beacon, a nrf52833dk and a Direction Finding Antenna Board (PCA2005) as a locator for a bluetooth direction...
Hi All,
I recently received a few dev kit boards that I intended to use for a test fixture we are building. I tried to use it in our test fixture which had been working...
Hello, thingy53 qwicc connect shows 3.2V when pwrd on, yet there is 0v from thingy91x when turned on. Is there some other step needed to get 3.2V? thank-you,
Hello there,
Working on bringing up the FOTA feature on the 54L15. I began with the LBS example. I was using the Nordic "Device Manage" to push the FOTA build.
The state...
I've been using the following SPI2S pins and they've been working:
CLK -> P0.16 MOSI -> P0.17 MISO -> P0.19 CS -> P0.18
I want to use SPI1 instead but when I replace...