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...
nrf connect sdk version :1.2.0
application:nrf_: desktop
I use command " west build -b nrf52840_pca20041 -d build_pca20041" , but it report error at last.
I don't know...
Hello
Currently, there are systems that operate with peripherals developed with nRF52832, SDK v.12.2.0. I have a question about supporting this for meshes.
1. Are you...
Hello,
I am trying to send a rather large HTTP payload from the nRF9160, the payload is about 10KB in size. The problem I am running into is that after about ~4KB of data...
I'm actually building a project that need to communicate with sdcard.
i read a lot about that and i'm very confusing when i passed on nordic sdk lot of code and ressources...
Hi all,
I am working on a project which uses a vibration motor. I want the vibration motor to vibrate with different patterns. I have read online that a 20kHz PWM can be...
Hi,
I've found this answer which states that the NUS throughput is around 2-4 kB/sec.
https://devzone.nordicsemi.com/f/nordic-q-a/27044/ble_uart-demo-throughput-is-very...
Hello guys
I am trying to compile the latest nrf sdk with version v1.2.0 it fails with the following error
but when i compile either v1.0.0 or v1.1.0 it is successfully...
Hello:
I am using the QSPI example on the NRF52840 dev board with the objective of implementing SPIFFS. After a lot of tinkering I believe this is not possible due to...
My PC is windows 7 64-bit. I use SDK16 with softdevice. I am porting CDC code to my application as follows. It has 2 issues. 1st: It will cause hardfault if I call the function...
I used dfu_bootloader with integrated usb function to perform jump application test, and found that after the disk is mounted to the computer, if the device is not removed...
Hello,
I am developing ble mesh module using nrf52832 and trying to do DFU for over 100 nrf52832 modules.
but sometime i got some problem that .....
(1)
I see a...
HI ,
We use official hardware and software to develop mesh products. Taking light_server as an example, the test is as follows: Hardware: nRF52840-DK Software: nrf5_SDK_for_Mesh_v4...
Hi!
Currently I'm using the nRF5 SDK and successfully configured the SDK to compile the blinky example for pca10059 (nRF52840-Dongle).
When I plug the dongle and program...
After fixing my nRF9160 DK certifications it now connects to the network and LED4 is on solid. Now that it's connected, I need to learn how to connect to a server and pass...