[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
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...