Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
Hi
I am working on a BLE repeater which is central and peripheral application. which will scan and connecting with sensor device , and advertising for phone connection....
Hlo
I have designed a custom board based on nRF5340. Now I am trying to do flashing and RF testing of it through nRF5340 development board but can't even flash it because...
Hi all,
I'm encountering an issue with the TWIM30 interface on the nRF54L15 (pins P0.03 - SDA, and P0.04 - SCL), using vanilla Zephyr v4.2.0-rc1.
The setup involves external...
Hello team, I am currently working on the distance measurement functionality using the development kit (nRF5340 and SDK: v2.9.0). At present, the distance measurement runs...
Hello, guys, I am working on distance measurement project using two nRF5340DK (nrf_dm sample application). I found duration for which the distance measurement between two...
Hello Guys
I'm currently working on a BLE AoA (Angle of Arrival) application using the nRF52833 Development Kit . I’ve run into some challenges regarding hardware connectivity...
I am using the nRF54L15 on a custom board where I have good control and knowledge about what is going on regarding current consumption. I am using an MX25R64 external flash...
Hi,
Right now I'm looking down at the nrf52840 datasheet, because I would like to do a project with such MCU, but I got to the part of the integrated DCDC converters and...
Hello
I'm currently trying to connect to an AWS IoT Core broker using the MQTTX client. I'm generating the necessary certificates through the CreateTeamDevice API endpoint...
Custom device using nrf5340, with NFC card emulation functionality.
To use the NFC, I understand that I should use the supplied nfc_t4t library (binary) and its api. I have...
HI ALL,
nrf54l15dk,v2.8.0,peripheral_uart demo and no changes have been made.
Then add the following content to prj.conf
sysbuild.conf
mcuboot.conf
At this...
As the poster above mentioned, the nRF54L15 ENGA version is stuck when initializing the GRTC.
it gets stuck at nrfy_grtc_sys_counter_start().
The SDK is 3.0.2.
Is there...
I have been trying to implement a way to wake the system up after doing sys_poweroff() but no matter what nothing seems to work. I already tried many examples and none of...
Hello,
On nRF52832, I implemented a code with PWM output at P0.07.
Here is the section at my overlay:
pwmleds {
compatible = "pwm-leds" ;
pwm_led0: pwm_led_0 ...