Hi, I'm working on the DK for nrf52832. I have a working code for BLE, and another working code for die temperature using interrupt. Now I want to merge them and trigger the...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
so it looks like there are no s140 iot examples available. My cursory investigation indicates this might be because L2CAP is not in the 140 softdevice.
I am currently interested...
Hi
I used nrfjprog.dll in our internal software. implementation is in C#.
Everything works just fine - except for the last call to NRFJPROGDLL_go - it seems like it starts...
I successfully ran the proximity_demo supplied by Nordic. I used my laptop's usb port to power up the device and it worked fine.
Then I unplugged my laptop and tried to...
Hi dear All!
We going to prepare final PCB Layout for nRF52840 MCU.
Previously, we used nRF52840 -AA , then -BB (pinouts changed!),
The question is about release / next...
Using NRF2401+, I have two units running side by side on the bench.
With Auto-Ack turned OFF I can successfully read the RPD register (bit 0) and get the expected readings...
I have a small problem with Bootloader + application in our custom board.
If I do the DFU update,application starts at first time but if i do a power reset application doesn...
Hello,
Some time ago I bought an nRF51822 evaluation kit to start developing with this chip. Now I have a project that needs a small pcb like the beakon you show here www...
Hello,
I am using the following code to set time in my code, but when trying to set 2100 year or 2040 more year with nrf_cal_set_time function,
it is failed, it shows...
Is it possible to send an SMBus quick write and quick read using the TWI hardware?
The sequence is:
<START><ADDRESS><R/W><ACK><STOP>
I can send the address, but...
Hello,
if I send a byte over uart to an device (e.g. gps -logger), the same byte will printed to the terminal (e.g. Putty or Termite).
If I get a byte from the micro-controller...
I am confused from reading the nRF52832 Product Specification on how to clear the GPIOTE port event (EVENTS_PORT) register?
On Section 21.2 (Port event) on page 158, it...
I am experiencing a difference in current between the example program during advertising between a IAR compilation and a GNU compilation.
The differences appear to be significant...
Hi,
Can the Nordic SoftDevices be consumed by a BareMetal ARM GCC compiled application?
Which compiler/linker flags are needed for the application to be able to link...