Hello,
I have a BLE peripheral device that becomes the server once a connection is established. The BLE services and characteristics are all custom, I will include the defines...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hello, I am developing a custom board based on nRF52832 that should spend most of it's time in SystemOFF mode. Eventually, it will wake up on an GPIO event caused by the external...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
Im building a wireless sensor network for farming applications and the issue I face is that when I supply the nrf52840dk from the external supply pins (P21) I get like 25μA...
We have a device that works correctly on iOS, Android, mac, but disconnects on some Windows machines. We use nRF5 SDK 17.1.0 and s132 7.2.0. The disconnect occurs after 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...