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...
Please help me fix my computer to allow nrfStudio to program pca10056.
I just received 2 pca10056 1.0.0 2018.35.
I am on 2 computers A and B: both with windows 10 64bit...
I trying to debug an interaction between using SPIM3 on the nRF52840 and the BLE stack in the SoftDevice . A reset is happening, which I think is being generated by the SoftDevice...
Hi I have an application where ESB will be used in the same environment as a few BLE devices which are also our devices. My plan is to set an rf_channel for ESB and then at...
We have an application where we have a large number of sensors, some relay nodes and one or more gateways. The sensors and relay nodes are provisioned by the gateways and...
Hi, I can normally log with NRF_LOG_INFO(). But if i enable softdevice (bluetooth stack init) logging stops working. Interesting part is that there are several log lines before...
BLE Control by Main CPU (MCU):
1. How the MCU communicates with BLE HW?
2. What is the amount of MCU performance is required to control the BLE? (expected answer example...
Hi nordic.
I use SDK 14.20 and nrf52840 board and s332 softdevice.
Our app has to use ant+ and ble.
My device connect with app.
App requests device to ant+ scanning...
hi guys:
When I was using mesh sdk, there was an error in compiling.
I use examples\light_switch\server\light_switch_server_nrf52832_xxAA_s132_6_0_0.emProject
I am...
Hi,
I am using SDK 14.2 -> BLE peripheral proximity example. I was trying to add a custom service and some characteristics to this proximity example. I basically took the...
Hi, I have two strange problems regarding the NRF_LOG. 1. In a for loop, char string that has changed is not printed out as what it contains now, it is printed out as what...
Hi,
i have purchased the following module
However, after connecting the VCC and GND to 3.3v DC supply the module is not detected. My questions are :-
Does...
how to slove it
1> Linking light_switch_proxy_server_nrf52832_xxAA_s132_6.0.0.elf 1> build/light_switch_proxy_server_nrf52832_xxAA_s132_6.0.0_Debug/obj/ses_nrf52840_Vectors...
I am using the nRF52832.
I want to go to sleep in absolute lowest power mode possible that still allows a timer for wakeup. Using LFINT.
I don't need ram retension, etc...
Code example: nRF5_SDK_15.2.0_9412b96\examples\peripheral\usbd_ble_uart_freertos
Board: custom board with nRF52840
What are the fastest and easiest steps to make this...