Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hi
We are using the NCS V2.6.99 for a sample project which scans for peripheral devices.
I've seen that the scan-callback-function return the struct bt_le_scan_recv_info...
Hi, when I debug my software (nrf5340 cpuapp) from the nRF Connect plugin in VS Code, when I hover over variables and buffers, only the content of the variables is shown,...
product details:
nRF52840 custom board
nRFConnectSDK 2.2.0
we want to implement custom service interacting with the Android app.
Where we will receive on command from...
When creating a Bluetooth Mesh Vendor model ( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/bt/bt_mesh/vendor_model/dev_overview.html ) and if the vendor...
Hi there.
I'm using nRF5 SDK 17.1.0 with nrf52840.
I've configured my timer3 to interrupt by compare with 10us ticks. When it does, I toggle a pin. But when I measure...
Hello,
I am developing an app based on the the buttonless_dfu example and the secure bootloader and it works fine with Android.
I have the following problem with IOS:...
Hi all,
I have this annoying issue that I can't find a way to get rid of, and I don't know if it's intentional or if there is even a way to deactivate it.
I'm using VS...
Hi Community,
does someone here have experience with DAPLink?
currently the nRF5340 is still not spported by DAPLink, I`m considering to compile one. here is how to port...
Hi
We were using the nRF54L15 PDK V0.2.1. But after the update of the extension "nRF Connect for VS Code" to V2024.7.18 (pre-release), we are not able anymore to debug....
hi , i'm trying to connet sim800l and neo_6m modules to nrf52840dk using zephyr ,however i can't find any code source to use .,or do i have to creat the code from scratch...
Hello,
As I was using the sample“nrf_dm”(SDK v2.6.1),I wondered how programs were run, how threads were scheduled to give measurements, and how I could learn about this...
Hi, I'm working on nRF5340, NCS v2.6.1, Zephyr v3.4.99. The net core is running the child image HCI RPMsg controller. Th app core is running application and child image mcuboot...
Using the following code block nRF52833(PRX) can receive the data from PTX(nRF24L01+).
But how nRF52833 replies to nRF24L01+ with the ACK packet which includes user...
Hi, in order to reuse the original factory public Bluetooth MAC of nRF5340 based radio module, I had introduced a function that reads the MAC address out of UICR.OTP area...
After enabling Littlefs, I wanted to use a serial port to write files to it. I first tried using mcumgr, but currently encountered some problems. So, I tried to directly read...