Hi,
I working with NRF52840 DK board, I need to read some potentiometer values or any sensor values and also send me the example code ADC with Bluetooth. I need to transfer...
1) Our device uses NRF52832 to connect with Android 7 system,use wireshark to monitoring,find not hop,is OK? and wireshark delta time is Connection Interval ?
2) nrf52832...
I have controlled an LED with a push button connected to GPIO pins P0.03, P0.04 respectively.Now I want to use those pins as CLK and DIO pins of TM1637 Display.I wrote a basic...
Hello,
I am now developing firmware for nRF52840 DK and nRF52840 dongle. My target is to develop a firmware that my DK/dongle be central and can send command to peripheral...
In SES, it is possible to clean when project is opened , Rebuild ALL, clean solution, clean zephyr and as well from Project -> Reload project, it is possible to update. How...
Hello,
I am working on BLE+Thread multiprotocol and took ble_thread_swi_template as a base code. I am using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8. My development...
Is there any available binary firmware for nRF5340 Audio DK to evaluate and demo the LE audio case?
I tried to use the nRF5340 Audio DK for LE audio, but found the LC3 codec...
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...