Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Recently I have put some code of my application into RAM. When I do not enable read back protection mechanism everything works, however when I want to enable protecting my...
Hi all,
I have updated a custom automotive PCB and am now using the nRF51824 instead of the nRF52832 I had been using previously.
Unfortunately, I have been unable to...
I am very excited about the Bluetooth 5 LR PHY, but do you plan to release an update to the nRF5 SDK to support the newest soft device S140 v5.0.0-3.alpha?
Hello
I am new to work on nrf52,
Please can someone help me regarding how to use hardware and software pwm together. I have a need of using 13 leds , so i need 13 pwm...
Please can anyone help me on how to use(program) PWM hardware with individual loading mode? My goal is to control 12 LEDs individually with different duty cycles and playbacks...
I want measure the current of a device over a resistor. It is connected to 5V which is over VDD(3V) of nRF52 Chip.
5V--->10ohm--->Device
the differential voltage of this...
Hi,
I am using SDK v8.0.0 , Softdevice s110 and Example is ble_app_uart(peripheral).
i want to reduce a range of nRF51822 beacon(PCA20006) up to 2-3meter..
i try this...
Hi all,
Basically I am doing an exercise on the BLE system use case. Let's say I want to setup a BLE system where there are the long range BLE capabilities in Relays and...
What is a minimal length of preamble, such that nRF51 is able to safely receive a packet with? Can it be made (via some magic registers) to be as small as 4 bits? Then it...
Hello!
I'm pretty new to BLE and Nordic, and hope that someone can give me some good advice.
I'm working on a project were I have 2-4 sensors, each connected to a nRF52832...
Morning,
I ve try to flash the hex pca10040 from the examples/ble_peripheral/ble_app_hrs without success, with the flash seems ok, i can t see the device.
So as i ve...
I found this comment in fds.h as function header for fds_record_write()
* Record data can consist of multiple chunks. The data must be aligned to a 4 byte boundary, and...
Hi guys,
i was testing the connection speed from android in conjunction with advertisement time to see what will work better in my production code.
The result were:
...
Hi, Forum.
I want to make uart_bootloader without softdevice. for this, I want to prepare keil project.
I tryed this but I have some problems.
Basically,
My bootlader...