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...
Hello.
I almost finish nrf52-quadcopter develop.
I want fly drone with mobile.
I want to confirm PID value from minum to maxium in mobile.
and I want to confirm your...
Hello Nordic team
I am working on nRF52840 DK, SDK-15.0.0 with ble_central example. I need to give support of DFU like we are doing with ble_peripheral example.
My question...
Hi, I have a question for you! Thank you!
My PCA10040 was not successfully connected to the computer.
The device manager of the computer did not show anything related...
Hi
i am using SDK15.0 .i have tested Secure Ble for firmware update. Its working with my public keys. i want to know is it possible to update firmware without Public key...
Hello,
I am trying to find the IP address of the devices.
Device: nRF52840 DK
Setup: Running virtual Ubuntu 18.04 inside Windows 10 (using VMWare).
I am able to connect...
Is there any recommended way to flash the nRF51822-CEAA-R WLCSP chip?
Should a PCB design have UART design for flashing the nRF51822 chip after it is soldered on? Or should...
Hi, My problem is: When I programing my board using existing hex from SDK, I have no problem. Program working great. But if I building my own hex (build without errors) and...
Hello,
I am using nRF52832. My GPS is connected to GPIO pin (15, RX) and (16, TX) of nRF52832. My TCA9535 is connected to GPIO pin (8, SDA) and (7, SCL) of nRF52832. TCA9535...
Hi all,
I am currently building I2C communication between nrf52832 and a stm32 chip, stm32 as the master and nrf52 as the slave.
The situation is the stm32 couldn't get...
I am not connecting any uart lines to the device. But I feel the assert is being used as the timeout "handler" and then pressing button one resets the device.
I'm using...
Hi,
I'm currently going through this paper on the newest Bluetooth Mesh Standard ( http://www.mdpi.com/1424-8220/18/8/2409) . Although it's interesting to see that this...
Hi, we are using SoC nrf52810 SDKv14.2-SR3v1.2 for our RCU.
1.If there is a scenario the image transfer is finished, and the power lost happens when the old image is being...
Hello,
I am in the process of determining a system architecture for a sensor-bluetooth-android application. The goal is to read sensor information from an Android device...
I'm using Mesh SDK v2.2.0.
I want to create a new custom model,but I don't understand difference between Generic and simple onoff model.
Which model should I study?