hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Dear Sir/ Madam,
What is the difference between:
> nRF2401P and
>nRF2401P-R ?
Also, code that is written using nRF2401P - would it still work when using nRF2401P...
I am trying to a interrupt on when the sensor has noticed 1G movement for 150MS
Is this the correct way to configure it?
const struct device * const sensor = DEVICE_DT_GET_ANY...
I want to create a NR3540 DK application that accepts a Classic BLE audio connection, from say, a mobile phone with classic BLE (HFS profile?), and then broadcasts that audio...
Hi, I'm working on a project using Zephyr with LittleFS mounted on a QSPI flash device. However, I'm encountering an issue when trying to erase the flash area. Here are the...
Hello everyone,
I am having trouble using the bt_nus_shell.py script and a NRF52840 development board to send shell commands. I am trying to follow the instructions mentioned...
I'm trying to reflash the dongle with the "connectivity firmware". I previously used nRF Connect to do that, but with the latest version, the bootloader got somehow corrupted...
Hello everyone,
I'm currently transitioning a project from traditional BLE communication to the Nordic UART Service (NUS). The previous setup worked fine, but after replacing...
I get error about MPU error stack size while trying to run the example from ncs v2.7.0 on nrf52833dk
I was able to build correctly and I see in the log file that it gets...
nRF Connect SDK 2.3.0 on nRF52840DK
I am trying to add a fifo to my application but when trying to allocate the memory for the data item, k_malloc always returns NULL no...
Hello,
I have custom hardware running on nRF53 and there are multiple sensors connected with it for the measurement of their different entities. The hardware is battery...
Hello Experts,
On my Windows 10 PC, I have installed nRF for Desktop v5.0.2 and J-Link Pack version 7.94e got installed along with it.
Also installed Nordic command...
I use nRF52840DK and nRF21540EK to develop BLE programs, and the program uses FLASH for BLE image storage, the program works well on the DK. However, when I burned it into...
Hello,
I try to flash my bmd-345-eval board with nrf connect visual in VS code.
But the connected devices don't show mcu but show VCOM0 and RTT on nRF connect in VS code...
Hi
I have a issue, I have 4 samples nrf9160 module, all run in same firmware with FOTA feature
I found that only one module cannot start FOTA, then I try to read message...