hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
We are using the nRF5340 for Thread communication and an Ignion BLE Antenna (NN02-101) for range testing.
During the range test, we observed an RSSI of -25 dBm at close...
Hi all,
In our project we are using two device running on NRF chipset. One has the s140 softdevice version ( NRF52833 ) and the other has s112 version ( NRF52810 ). We are...
Hi,
I need help to disable shell_uart and its commands used in UART of BLE mesh chat example as i want to configure this UART for custom protocol along with RTS signal to...
Hi Nordic:
I am currently working on Bluetooth Matter product certification and require the certification materials for the nRF54L15. While filling out the application form...
I am using a custom board with a nrf5340 chip on it with vs code and sdk/toolchain of 2.9.1 and the bmi270 sample. I am getting and issue with my bmi270 accelerometer when...
Hi,
The nRF9151 DK product page indicates that the DK includes among other documents the hardware schematics and layout files. I've purchased the DK kit, but as far as I...
I am trying to build an application on nRF Connect SDK on VS Code and I keep getting this error:
c:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc...
Hi All,
I am experiencing a significant voltage drop issue with the NRF-PPK2 device after a recent firmware update. When I set the source meter output to 3000mV (3.0V) at...
Hi All,
PPK2 isn't accurately measuring currents below 20 μ A, showing 0 nA instead. This started happening after you updated your nRF Connect software, and reverting...
I am using the nRF52840, nRF5_SDK_3.2.0, using example: usbd_cdc_acm. I mofified the example so that I transmit characters from a serial port to the USB using a virtual COM...
I have tried init modbus RTU on my nRF9160 with SDK2.5.2 using max485 module but i have faced an error. This is the error: *** Booting nRF Connect SDK v2.5.2 *** [00:00:00...
Hi forum ,
pls help me for flash erase ,write and read to be successful for windbond w25q64 here i m stacked a long days if possible pls send me a sample successfull code...
Hi,
I noticed that NCS has been updated to version 3.0.2. I now want to compile the beacon in host-only mode and make it work on the nRF52832, but I haven't succeeded so...