Hello, I've recently upgraded my pre-production application on nrf52832 from NCS v2.6.2 to Ncs v3.0.1 also upgraded to HWv2(on interim ncs 2.9.0 as adding custom board for...
I'm currently working on configuring the nPM1300 used in our custom board. In the product spec v1.2, it supports 2 USB compliant current limits, IBUS at 100mA and IBUS at...
We are experiencing some ESB link failures on the receiver end of our system: nrf54L15. After minutes to hours of use the receiver will stop getting data (we know the transmitter...
Hello,
I am developing a board with the SIP nRF9151.
I'm designing the board with a shared antenna for both the GNSS and LTE signals (Ignion NN02-224).
For the antenna...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with two specific exercises: l2_e3 and l4_e1 . Other...
I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
I try to use Eclipse for my nrf project. Previously I used Keil but now, I should to use Eclipse. Anyway, I can build nordic sdk example project but when I work with main...
Hi,
I have posted the same question in the following URL.
devzone.nordicsemi.com/.../
It will be very helpful if you tell me how to get a correct MIC result by AES...
Hello,
I've got some trouble using Nordic Uart Services,
I correctly add the library to my project.
I can receive data from different devices. But when I want to...
Hi, everyone,
I develop the project on N52832 chip when the chip "plays" central and peripheral roles together.
During the running the program I need to check the advertising...
Hello. Everyone.
I'm Aaron and beginner in nRF52832.
I have some serious problems with using the nRF52832.
I'm trying "ble_peripheral\experimental_ble_app_blinky" in Keil...
Hello,
I am using 14.1.0 SDK, I implemented the custom service and characteristic,
but if adding CCCD(Client Characteristic Configuration Descriptor) with the custom value...
Hello,
I am using nrf52 and sdk12.2.2. Can I program this with bootloader and application image at once using nrf go studio?
At present I am first uploading bootloader image...
Hi,
I have 3 nrf51822 devices. Two of them act as peripheral and one acts as central. Each peripheral is used in a wheel and they are the 2 wheels of a cart. Central is...
We are trying to connect RF51822 with RaspberryPi over Bluetooth. Our aim is to get Light sensor values(lux).
Please advise how to get started with RF1822 Sensor.
*) How...
Hi there~. I tried Nordic's FFT example (SDK 14.2) with a PCA10040 board. So I tried to add that FFT related codes in the heart rate peripheral example. I use the Segger's...
Hello, I am practising and studying the beacon example on nrf52840. While reading the main code, I try to delete the log_init part, however the kit doesn't advertise. I am...
Hello, I hope to realise a scenario that, my kit(nrf52840) advertises certain information, all the mobiles nearby (with BLE) could receive the information. I think the non_connectable...
Hi,
I'm looking for mBed OS 5 examples I can run on the nRF52-DK. At the mBed GitHub, I only found a Blinky and a BLE sample. I'm wondering if you are familiar with more...
I can see that there is one example for UART and it uses application uart module (APP_UART_FIFO_INIT ...). I used this module for printing strings on terminal window, but...