Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
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...
Hi,
I am developing a react native app with the iOS and Android NRF mesh lbrary. In this app I am handling connection, data receiving on characteristic and sending on...
Hi
I'm evaluating using the nRF52805 for an application that would use BLE but require almost no BLE functionality. Only the ability to periodically wake up and scan is...
Greetings. We are using the zigbee/shell sample in order to verify the connectivity of some other devices running the zigbee stack. While the shell sample had no issues in...
Hi all
I have a problem with allocate RAM.
I build the project as non secure.
in the zephyr.dts file, you can see that the memory is divided into 3 areas:
sram0_s...
Hello,
I want to create a Matter network using my nRF5340 DK board, as Matter accessory, and my RaspberryPI, as controller (CHIP Tool controller). I'm using as well nRF...
Is there a problem with writing-to and notifying-from the same characteristic? Or is it recommended that one create two characteristics, one for receiving data, and the other...
1.SDK:SDK17.1
2.IAR V9.2
3.
static float inv_sqrt(float x) { float xhalf = 0.5f * x; int i = *(int *)&x;
i = 0x5f375a86 - (i >> 1); // this is magic. x = *(float ...
hi ~
peripheral can bond how many smartphones ?
and What will happened if over bond?
i use sdk12.2 below 'is my setting
#define SEC_PARAM_BOND 1 #define SEC_PARAM_MITM...
Hello,
I am developing a door lock system. Where in final product door lock will be controlled and monitored by BLE+Zigbee. So far I have complete success of controlling...
Hi, I'm developing an application using UARTE to reading response from Module Sim. The content response from Module Sim has 495 characters. When I debug, I only read some...
Hi.
I am developing nRF52832 and ST7789.
I'm trying to print out the text, but it's not working properly.
The nrf_gfx_screen_fill() function works fine.
When I proceed...
Hi
I can't set CommonName in the attributes list while generating a private key, it gives an error:
Omitting CN it works fine:
What am I doing wrong?
Thanks...
Hi
I have a question concerning AOA.
I have already make a tx (with nrf52833) and a rx (nrf52833 too) and i succeed to receive the CTE and the IQ sampling with the antenna...
Hello ,
my team and i we are trying to set a communication by UART between two nrf52840 µC , with one of the µC we have done a communication with a nucleo board which supports...
Hello all,
I have made a simple app that runs in loop on the nRF52DK, in general it reads data from the sensor via twi and turns on the leds ...
When the program is run...