Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
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...