HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
It is not possible to connect to the Peripherial using identity address steps to reproduce 1. connect to peripherial using random mac address 2. bond using random address...
I'm currently working with a BL5340PA module with the external antenna connector. we were wondering what was the RF switch isolation between the two antenna outputs. In other...
Hello,
I am currently working on a project using a custom board with nRF52840 + nRF21540 . I am trying to measure wireless performance using Direct Test Mode (DTM) , but...
Hi, when I use OTBR to commission a matter bulb(52840DK), I found this log:
I: 7371 [DL]CHIPoBLE connection established (ConnId: 0x00, GATT MTU: 247) D: 7448 [DL]Indication...
Hi,
I have been trying to use the radio_test example application to try and accomplish my goal but no success so far. My goal is to be able to compose an advertisement packet...
Hello, we would like to use the 4th reference circuit with the QIAA footprint from the Nordic nRF52840 chip's datasheet. However, in our PCB design, can we change the placement...
Hello,
I'm attempting to write to a ble characteristic but when i call bt_gatt_write, I get BT_ATT_ERR_INVALID_ATTRIBUTE_LEN, I have tried to send the same command using...
Question: I am working with the Ebyte E73-2G4M08S1C module, which is based on the nRF52840 . The module provides D+ and D- lines . Can these lines be used for debugging and...
Hello,
I'm trying to put the nRF54L15DK into System Off mode, using sdk & toolchain version v2.8.0.
The provided example (\samples\nfc\system_off) works on my evaluation...
Hello Team, We are currently building a circuit using nRF52833 QDAA QFN40 ( Configuration 5). We would like to know if there are dedicated pins to be configured for BOOT as...
Hi everyone,
I'm working on a Matter based project on the NRF52840 SoC. Since it's an Iot project project we need to reduce power consumption at it's minium for lifetime...
We're starting new medical research project where we have to send data at rate of around 4Mbps from the sensor array for a distance (omnidirectional) of around 2 meters. The...
Good day,
I am learning how to program NRF52832 chips using the NRF52 DK. I am using Segger embeddded v8.2 for the moment as I have not yet learnt how to use the NRF Connect...
Hi,
We have a project based on NRF52811_xxAA_REV1 running on multiple devices without any problem.
Nordic announced recently newer version of SoC (REV2, aka B0) and since...