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...
Hi
I'm running nRF52840 MCU at 1.8V, and trying to use the dev kit (PCA10056) to program the external nRF52840 MCU.
According to the datasheet, the dev kit runs on...
Dear employee
for bug 89,
According to <nRF52832_Rev_1_Errata_v1.8>
It is mean below?(spi with blocking mode)
But I think it should be this
when transfer...
Hi Support ,
I'm estimating the average consumption of nRF52840 chip .
Regarding the BT consumption , I used the Online Power Profiler an got the results . But these...
Hello everybody, I've got some of nodes for the light switch example. I'm working on nRF52832 chips. I tried to find answear for my questions, but i didn't. I want to create...
Using the nRF52832 device with the S132-v3.0 soft-device (s132_nrf52_3.0.0_softdevice) and SDK version 12 (SDK120200F12) (Customized for our application, which includes use...
Hi, I need to read a pulse signal with the nRF52840 . I tried to use the timers but it seems to go in conflict with the I2C that I use to communicate with another device....
Hi,
I am trying to make a simple function for writing via SPI. I am using the SPI example and it works fine. Now I would just like to make two SPI functions that I can use...
Hello Nordic,
I am trying to make NRF52840-DK Communication with MAX30003 ECG Board via SPI. I am using the SPI example and it works fine. Now I have made three SPI functions...
Hi,
I'm currently starting on my graduation internship. For my assignment, I have to implement a Bluetooth Mesh network using Thingy 52's. I'm currently researching what...
Hi,
in provisioner.c,
/* configure the publication parametrs for the on/off server */
case PROV__STATE_CONFIG_PUBLICATION_ONOFF:
I've changed publish_address.type...
Hi,
I am using nRF52832 and nRF5_SDK_15.0.0_a53641a.
I am writing a program with keil.
We are planning to send data from the sensor via SPI communication via nRF52832...
Working with SDK 15.0.0
I am porting code from a much older version of the SDK and as such am having to make significant changes to the way the code functions. The previous...
hello,
I am interfacing NRF52840-DK with MAX30003 ECG Board Using SPI Communication. I am using SDK15.1.0 -Peripheral-SPI example code.
I have working MAX30003 Aurdino...