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...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Hi,
I work on the PCA10028 devkit with the nRF5_SDK v 12.3.0.
My project implements the ESB comunication concurently with the BLE by using the timeslot API.
I can send...
Dear Sir,
at the past I already ask this question at old forum, but now I can't find this ticket so I ask it secondary.
If I use a circuit configuration no.5 but USB is...
I lost several hours trying to figure out why my implementation of Queued Writes wasn't responding to write requests. Finally resorted to a line-by-line compare with the Experimental...
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...