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...
Hey everyone,
I use Bluetooth Mesh 2.1.1 , SDK 15.0, and nRF52840
I want to change the Transmit Power of my Beacon-Server (Mesh Advertisement Packet) on the fly, for example...
Hi everyone,
My hw/sw configuration:
- nRF52840
- sdk 15.0.0
- softdevice: s140_nrf52_6.0.0
I need to use 2 SPI and 2 I2C interfaces.
Nrf52840 has
- 3 SPI (spi0...
I am using SES and I tried to open and build this example -->
C:\nordic_semi\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_proximity\pca10056\s140\ses\ble_app_proximity_pca10056_s140...
Hi Great Nordic team:
As title, when I perform white-list function in BLE connection,
Is there any way to know from peripheral that there is a connection request from...
Hi,
I have a project that I have product which I have produced several thousand over the last couple of years and today find an issue.
The product has a receiver that...
Hello,
Device: nrf52840DK
Software: nRFgoStudio (version 1.21.2.10)
Operating System: Windows 10 (updated)
I am not able to enable the reset pin. I am trying to...
Hello All,
I am trying to build the "bootloader_secure_serial" example from SDK 14.2.0 on IAR Embedded Workbench IDE ARM- 7.60.1 and I get this error: Error[Pg004]: macro...
Hi,
I'm trying to utilize PPI system to generate repetitive sequence of tasks (lets call them Task A, B, C, D, E, F) at 0,10,20,40,60,80 ms every second. i.e. I need to...
Hi,
I'm trying to test adding my own custom service, but have errors when I tried to add a 128bit UUID, the test code is simple, in the service_init() function, I just added...
I am using nrf52832 and sdk 14.2.0.The software I am using is keil 5.17.the error is as follows:.\_build\nrf52832_xxaa.axf: Error: L6915E: Library reports error: __use_no_semihosting...
Hi,
In nRF SDK15, Bluetooth peripheral examples for HID devices were limited to keyboard and mouse. By any means, can we configure Nordic device as a game controller?
Hello,
I am currently learning the PWM peripheral of the nRF52DK and am a total beginner in PWM.
I have tried running the attached program and this allows the LED0 to...
Hello,
I am working on a project which requires radio transmitter and receiver to work in sync with the SPI. So the setup is as follows the Transmitter transmits a signal...
Hi,
I am trying to write my own dfu updater for the NRF51 chip and I am stuck trying to make sense of the actual DFU sequence described here infocenter.nordicsemi.com/index...
I am trying to set up mqtt between 2 nrf52s and rpi3 with the examples of sdk 15.0.2. I am very new to nrf52, rpi3 and networking. I have read everything needed as much as...