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...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Dear All:
I want to learn the detail of the ble technology and i think the offical ble sniffer is very cool, but it is not open source, so i want to write a ble sniffer...
development environment: SDK 15.2
I am trying to make app_ble_uart.project can be bond with my Android phone, but everytime i press "bond" button by nrf Connect APP
sd_ble_gap_sec_params_reply...
Existing method: Search equipment in app and try to connect.
Question: can I search our equipment in Android OS Bluetooth setting and pair?
The customer wants to be automatically...
I am developing a NIR (Near-Infrared) product using nRF52810. I use 15.3 for SDK and S112 for Softdevice. I implemented ADC (saadc) function based on ble_app_uart.
I have...
Hi everybody,
I been experimenting with the HID over GATT example (mouse), and I am trying to use more than 3 report IDs. When I used only 3 there's no problem. But when...
Hello DevZone,
SDK 15.0.0. SD132 PCA10040
SPI settings : Mode 0, MSB first, 125kbps, orc = 0
I am trying to get NFC communication between two dev kits, one using the...
Hi,
is there a possibility to tune the external xtal (lfxo) or the rtc?
In other microcontrollers there is a possibility to trim, for exampe the rtc ignores one or more...
Hi teams,
I have build custom board connected to ethernet via ENC28J60 ethernet controller.
It uses SPI communication with ENC28J60, but some strange behaviour during...
hello
i am using nrf52832 with pwm driver (working with ble and s132 if it metters)
i need to control 4 different motors speed via pwm, since there can be only 3 instances...
Hi
I have implemented a scannable advertising on nRF51822, s130, SDK12,
I can see it's working by reading the scannable information on nRC Connect, however,
on the sniffer...
Hallo,
I have a question reading the datasheet. It states:
" If a regulator is only to be used in LDO mode, the inductor for this regulator is not needed. "
I want to...
Hello,
i'm trying to understand how nrf52 and softdevice work to use it in the future, i'm working on STM32 and i have my own RTOS, i try to appropriate the platform by...
I received my NRF52840 dongles and downloaded SDK 16.0.0 and SES 4.52c. I found some old documentation that said how to convert ble_app_blinky to the dongle but then exploring...