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 am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
Our device using nRF52840 is running an external (non-BT) radio most of the time. We need to send and receive data In between operations of this other radio. At any given...
I'm migrating my code from the MESH SDK 3.1.0 to 4.0.0 I'm using the following function to initialize a persistance storage controller
The new SDK doesn't use the ACCESS_FLASH_PAGE_COUNT...
Hi,
I have 2 or more Thingy52 [SDK13 SD s132 v4.0.4], both of them are sending beacon every 200ms.
They have also the scan active, so they are able to detect the other...
I have merged two program SPI slave and ble_app_uart
I am getting these two errors
undefined reference to `nrfx_spis_buffers_set'
undefined reference to `nrfx_spis_init...
Hello,
I'm using nRF52840 dongle. I implemented a virtual COM port to send messages to my computer. My problem is that I can send messages only if I'm already connected...
Hello everyone, I ask for help to install the new version of SES in Ubuntu Linux 18, since the license is not recognized by the em nor the hardware, I can program the card...
After enter low power mode I aim to config to wake up on a 1 sec timer, but in 20 us the event 0x26 comes. I cannot find what event ID 0x26 is and how to disable it ?
Info...
I am having an issue when building the hci rpmsg example for the following youtube tutorial
Zephyr RTOS and Bluetooth LE on the dual-core nRF5340
I've tried figuring this...
Hello,
According to the description in below page, " The image can be an application image, SoftDevice image, bootloader image, or a combined image of bootloader and SoftDevice...
I am trying to interface adxl362 sensor with ANNA-B112 evaluation board.i am trying to read the part id to check the connection. The code is pasted below.
nrf_drv_spi_config_t...
Hi! I am using the 52840-DK dev board.
I want to use two pins, P1.0 and P1.1 as GPIO output pins.
In my code I have;
nrf_gpio_cfg_output(BLE_CONNECTED); nrf_gpio_pin_clear...
Hi everyone,
I want to serial print three float values (x,y,z) from an IMU. I use the MACRO NRF_LOG_ERROR( "Float_Value: " NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(value...
Race condition in starting the ADC following calibration. I am trying to start the ADC in the interrupt routine when the end calibration is reported, however I have unreliable...
Hello,
I have two brand new nRF52 DK eval boards version 2.0. On both boards, the reverse charging diode D8 is missing. That diode is required to power the board externally...