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 never used the GPIOs near the RF pin (GPIO 22, 23, 24), until my latest project, which I needed to due to pin limitations. It is normal for pins adjacent to RF outputs...
Hi.
I try to test using ble pc-drivce C library & 52840 dongle on pc.
except custom service. everything is fine.
under below is custom service pic.
...
This seems to be a recurring question. I suspect the Wireshark/nrf-Sniffer setup is delicate enough that minor changes/upgrades in any of the components causes a problem....
nrf52832 , SDK_V15.3 , ble_app_uart sample code , data communication problem.
Hello there...
I use the SDK V15.2, ble_app_uart sample code, on the nrf52832
seems the...
Hello,
Currently working with Segger 4.42 and SDK 15.0
I've searched around the devzone on doing a passkey connection between my server and central.
I've used the ble_app_gls...
Hi, I'm having trouble pairing with Android devices using the SDK's ble_app_gls example, when I try to pairing with any andoid device it throws the following error "couldn...
I Modify my code for 7 buttons from 7 gpios. But my code has a issue at sdk_config.h. The define of GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS is 9. When I built the code and download...
Hi all,
The nRF52832 spec. document specifies that the current consumed in System OFF / No RAM retention / Wake on LPCOMP mode is 1.9uA. However, if I measure the current...
Hi,
A couple of months ago, the Bluetooth SIG published a specification for LE Audio : a new codec and method to send audio data through BLE 5 connection.
Is there an...
Hello,
Few questions about NUS and NUS C please.
Is there any way to know how many TX are pending ?
Are TX notify or indicate ? How to change it please ?
Thank yo...
Hello,
Based on aws_fota sample, I want to replace the line with poll with something that not blocks (because I have another things to manage in my loop). Do someone have...
Hi,
I am evaluating nRF52840 DK as a peripheral with 300ms interval with no timeout (continuous advertising with APP_ADV_DURATION set to 0 ).
I understood that while APP_ADV_DURATION...
I am developing for an nRF52810 target application.
I am using IAR 8.42 with a PE Micro debugger. If I debug a project (call it project A), the linker ROM space starts at...
Hi,
I tried the SDK_DIR\examples\dfu\secure_bootloader\pca10040_s132_ble example from nRF5_SDK_16.0.0 with my custom board with nrf52832 mcu.
I followed this guide:
...