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...
helo,imy name is nissim and i am trying to make my own app to some watch that runs nrf52832 soc
the development group that make the app said that they need the bluetooth...
Hi,
We have added support to button click in our design but the intruppt only works once at the first time it is pressed.
What am I missing here? why is the button_evt_handler...
I am trying to update the firmware on the nRF9160 using the Programmer application on Mac. The Programmer does not seems to be able to connect (the switch is set to nR91 on...
Hello,
i’m using NRF52832 with SoftDevice S132 and Sdk 15.3 to develop a NUS peripheral and central. The system is tested as follows:
I have two NUS peripherals , a NUS...
Hello, I have questions about esim card.
1. Hardware footprint about esim chip.
I don't know which esim chip I will use.
So is there a common standard footprint?
If...
Hello,
I've a board with usb port
I can insert on USB the Raytac MDBT50Q-RX containing the nrf52840 and:
- my microcontroller can recognize it as CDC ACM USB serial...
Hi, I'm Developing Custom Board with nRF52832.
When I execute my custom code (by referring to ble_app_template example), an error occured.
First, my hardware spec below...
Hello, i am using the ble_app_beacon example on the nRF52840 DK with s140 and i want to send the service UUID for Device Information. I inserted the code from the ble_app_template...
i'm trying to get samples/drivers/CAN working with the nrf52
apparantly you need to enable CAN explicitly in menuconfig, which is already confusing because prj.conf has...
Hello. I met trouble, presented in the name of the thread. I use example for PCA10400e board. So, what I've changed to accelerate reproducing of this error. I change logger...
I have a question about the current consumption of GPIO and GPIOTE.
I want to use port in input configuration. Therefore, the following settings are made ("P_WUP_BLE"...
I have following problem:
I am using a multilink NUS Central. With one peripheral connection everything works fine. But when make a second connection I sometimes get an...
HI
We are developing a 2d-3d mouse .
We are trying to implement OTA-DFU into our custom board .
We first tried it on development kit and its working fine too . I can...
Hello all,
Environment:
Rpi with Raspbian Stretch (Release 9.8)
Kernel 4.14.8-v7+
Architecture armv7l
I have followed the below links to build BLE 6LoWPAN environment...