Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hi, i am working with usb cdc driver (sdk 15.3 and nrf52840) and i have a problem . This is my variables initialization APP_USBD_CDC_ACM_GLOBAL_DEF(m_app_cdc_acm, cdc_acm_user_ev_handler...
Hello,
I send SMS from nRF9160 to my number using following method.
1. Open LTE Socket
2. Send AT Commands:
a. AT+ CFUN?
b. AT + CFUN = 1
c. AT+ CFUN?
d. AT...
Hi all, If using the RC LF instead of a 32.768KHz crystal are there any side effects of the 16ms calibration period which occurs every 4 seconds? I'm mostly concerned how...
Hi,
I am working on buttonless dfu example, but i want to design my application in such a way that, device should enter into dfu mode when button is pressed. I should be...
Hi, I have some issue about mesh network.
Using below developing environment.
- SEGGER Embedded studio for ARM V4.22
- nRF SDK 15.3.0
- nRF Mesh SDK 3.2.0
- chip...
Hello
I'm a beginner in Bluetooh and I bought two dev board NRF52840 DK. I would like to make a mesh with these two boards. One in master and the other in relay, the goal...
Hi,
I´m working with "TWI Sensor" example of SDK 16 and I modified the Main function of main.c as follows (just added NRF_LOG_INFO("\r\ntest") );:
I just added this...
Is there a good way to uniquely identify mesh node across multiple smart phones? The problem is: Android provides access to MAC addresses that can be used as identifiers of...
Hello. When I examined the BLE data format, I found that it was as shown in Figure 1.
Fig1
I am using NRF52832, please tell me how to detect the CRC value...
I am using mbedtls with ECB hard accelerator on nRF52840. So I changed the macro definition: UPDATE_CBC_MAC in ccm.c to function:
#define HT_UPDATE_CBC_MAC \
for ( i...
Hi All,
we're developing beacon that advertise both legacy and long range at the same time.
however we got NO_MEM error while adding 2nd adv set
any limit on multiple...
Hello,
I am working with the Interactive PyACI (nRF_SDK_for_Mesh 4.0.0 with boards nRF52832). I followed the tutorial "demo_configuration" present in the doc folder. Every...
Hi,
I am trying to test the radio example from Eclipse. So i took one of my projects on SDK15.2 that works with the NRF52832, I cloned it and renamed it.
The arborescence...
Hello,
I'm using Thingy:52 to monitor FSR sensors in addition to MPU data.
I use saadc and can measure up to 8 FSR sensors thanks a multiplexer, it take about 10 ms for...