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 am trying to read through the nordic 52832 i2c an accelerometer datum lsm303dlhc using the example "twi sensor".
The code used is written below.
Unfortunately, the code...
SDK: 15.1 SoftDevice: S132, v6.1 IDE: Keil Hello I am using the nRF dongle combined with nRF Connect on my PC to connect to my BLE peripheral (custom board). During connected...
Hi there,
I am trying to update the advertising packet (specifically update the battery service value).
I cannot make it work and the function return an error.
Has this...
I want to make serial connection in between an nRF52833 and a LPC1752.
When I use the UART in a firmware without using the SoftDevice for Mesh 4.0.1 , everything is working...
Hi,
I am using a Linux Host to communicate with my nRF52840 as a USB CDC ACM device. As a test, I ran minicom and was able to transfer bytes to my Nordic app successfully...
Gentlemen:
I'm new to Nordic processors, but I have implemented projects with Silabs Gecko and ATTiny processors in the past. I'm working on a project for a consumer product...
Hello,
I have installed Embedded Studio and acquired a Nordic license. However the Tools/Options... nRF Connect menu option does not appear. I tried creating a dummy Nordic...
The project for nRF51822 was developed on base of example ble_peripheral ble_app_hrs for pca10028/s130 with an additional vendor specific service with 128-bit UUID for an...
I have a strange problem. We built 100 custom boards. I've only checked about 50 boards so far. 47 boards work properly. 3 do not.
We used secure_bootloader_uart_pca10056...
Hi support team
One of our customer ask if it's possible to transfer a file system(LittleFS,refer: https://github.com/ARMmbed/littlefs ) to our Soc?? If not, are there some...
I am new to BLE and I am exploring Introduction to service. However I am stuck with Step 1 and Step 2. Is Step 1: static ble_os_t m_our_service; (to declare a service) and...
I have a device with no OS on it that talks serial through a UART to a nRF53840. I need to be able to update the nRF53840's firmware across the serial link, but since I don...
Hello, I am working on the BMD-300 Series Evaluation Kit with nrf52832 microcontroller and I tried accessing the serial number of my nrf52832, with these functions:
m_device_id1...
One doubt, if a node gets reset or disconnected , due to power failure in openthead cli mesh, dose it need to get configured again to join the mesh or will it connect to mesh...
First, by "Custom Protocol" I just mean that I need to directly access the radio to transmit or receive single packets occasionally. The literature appears to indicate that...