Dear Sirs
I try to read SoftDevice version using
ble_version_t version; sd_ble_version_get(&version);
As I understand I get version of SoftDevice in field subversion_number...
We have been fighting with the Distance Measurement Toolkit for a while (see other ticket ). As we needed to move forward, we started the implementation of LE Secure Connection...
Hi, I've recently acquired an nRF54L15DK, and started the development on BLE, I'm fairly new to Nordic's enviroment. In the last couple days I've been trying to build the...
I use NRF54L15 DK to develop channel sounding feature on zephyr SDK or nRF connect SDK.
How to configure CSTONES related registers to transmit and receive CS Tone packets...
How can I differentiate between a brown-out and an initial power-up on the nRF54L15? In my project, I need to detect a brown-out event in order to trigger specific actions...
Hi
Is it possible and what is the correct way to implement main clock trimming at runtime? Which NCS version this works on?
I see there is already some setup going on...
Hi
I am try to developing ble mesh gateway to connect and controll different nodes using nrf52840. Please give guidline to do this. I think proxy node is bridge of host...
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...
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...