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...
I have to connect a MIC working on PDM to nrf52 DK Board.For that, I have written the above code. But when I am testing I am not able to get the clock pulses at the defined...
Hi,
I am troubleshooting on a nRF52810 that fails to erase/program. The device has been working in our product with a application software, but now it will not program....
Hello,
I want to enable the scanning with name for the first scanning of the device and after connecting to that device its address will be saved. After disconnection with...
I'm interested in using the nrf9160 as a drop in replacement for my current modem and GPS, where a host mcu would use AT commands or something similar. Has anyone attempted...
Hello,
We want to capture image data which is coming on parallel port on nRF52840 dk. The camera sensor we are using is OV2640. The parallel port (8-bit) data is coming...
Hi,
I am getting error while trying to configure Mesh node. I am using Light switch server example and configure through nRF Mesh Application. Attached some screenshots...
I'm trying to test long range beacons with coded phy on the nrf52840 dongle, so I've set out to turn my nrf52840 DK into a beacon scanner that will spit out data over uart...
Hi Sir,
I am use NRF52832 BLE to UART function, it was working good.
I am refer ble_app_hids_keyboard_pca10040_s132-nrf52832_xxaa example project to add peer manager,...
Hello,
I am a newbie to the Nordic development ecosystem. Just purchased a nRF52840-DK board and followed the instructions here:
https://infocenter.nordicsemi.com/index...
Hello,
Is there a way I can run JVM on nrf51 or nrf52 series devices? I have been searching the forums and did not find any updates on the same.
Any OS like embedded linux...
Hi,
We are currently in development of an IoT solution using the nRF9160. We are doing a set of EMC tests to ensure electromagnetic compatibility of the device. The test...
Hello,
I am trying to transfer a signal sampled on AN0 (P0.02) at 16kHz via Bluetooth using an ATT MTU of 247 and a 2MBPS PHY speed. The basis project used is examples ...
Hi, I am interested in using the NRF91 in our new products. So far I have modified the Asset_tracker example to send my custom data instead of sending the "sensor data". The...