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...
I have developed USB firmware for the 840 based on the USBD example so that we can use WINUSB (WCID) for the host. The design is for USB 2.0 full speed with EPIN1 for device...
ble_nus_data_send() can not work . SDK15.3.0. I have used two NRF52832. Based on the examples ble_app_gatts_c and ble_app_gatts,I have added nus service . Now central role...
Somehow my account got deleted and so did my ticket. I had to re-register my account an i'm creating this ticket again:
nrf9160_pca10090ns.dts.pre.tmp:89.42-101.3: Warning...
Your served radio tramsmitter/receiver example using PCA 10000 USB dongle, PCA 10001 evaluation kit.
It's just only one byte data communication. It works well.
If I communication...
Hi, i'm trying to read an i2c sensor on interrupt. Doing it directly in the interrupt is apparantly bad, so io tried using app_sched_event_put, but that just crashes inside...
Hi,
I'm debugging a small app that is using the LPCOMP to trigger an interrupt when the BLE device is turned off. We have a capacitor to maintain alive the nRF for a while...
Hello,
I am trying to use the nRF9160 DK to publish some sensor data to an Azure IoT Hub. I have been able to successfully connect to the mqtt broker and publish simple...
I am trying to write a custom bootloader to do FW updates on our device. In our main application, we already have a way to transfer a new signed application image over BLE...
Based on nRF52832 datasheet description of DIRCLR register (section 20.3.7), I would expect that writing 1 to bit 8 of that register would set PIN8 (P0.08) to an input pin...
I have two PCA10031 dongles and both seem to be bricked. When I search your web site, I keep finding posts that state that I need to transfer nRF5x-OB-JLink-IF.bin to my device...
I am using SDK_15.3.0. I am using Segger Embedded Studio 4.5.2. I'v tried 4.1.2 also. Every time I compile, even just with an example central project, I get the following...
I updated a working project based on nRF52832_xxAA 32Mhz crystal, from nRF5 SDK 14.2.0 to nRF5 SDK 16.0.0 now the timer is 6 times faster, the code hasn't changed is there...
Hello,
I modified the light_switch example of the Mesh SDK to transmit sensor data. Currently the Mesh is made of one client and several servers (all are nRF52840). The...