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 there,
I have developed simple coap client and simple coap server based firmwares on nRF52840. My hardware/software configuration is:
SDK: nRF5_SDK_for_Thread_v0...
Dev Env
- SDK: v12.1, SoftDevice : S132 v3.0.0
- NRF52 start program : ble_app_uart_c
1. Is it possible to connect to NRF52832(Central Mode) from Android(Phone Pheripheral...
Hi,
While using sniffer and wireshark, I find the issue below.
CRC value of the raw data and the decoded are not the same at all ?
I find this with nRF5_SDK_15.0.0...
Hello!
I have some problem to generate the right service.h file with nRFgo Studio. I used the help in nRFgo Studio and tried several configurations. Sometimes I could connect...
Hi,
I am facing a frustrating problem in my project: I am using Nordic nRF51822 running on UART application SDK 11. The problem comes to when I add peer management and DFU...
Hi,
I am trying to build the connectivity firmware for a custom dongle based on the nrf52832. I am getting a section overlap issue when I am trying to build the solution...
Hello,
I am trying to fabricate a board based on the Thingy design, including the accelerometer.
I positioned the components, traces, vias and pads following some...
hello Nordic Team
I am using 2 DK
One with Light Switch Proxy Client
Another with Light Switch Proxy Switch
I am using Mobile Mesh App 1.0
Client Provisioning I...
I have been trying to use the nRF Connect app on my Apple iPhone in order to get the Current Time Service.
I bought a Arduino Primo that has an nRF52 on it.
The example...
I am working with an nRF51822 IC revision 2 chip and S110 SD 6.2.1 with Keil 5.10. My version of Keil 5.10 will not recognize the chip. I think that this is because I cannot...
Hi,
I am using nRF52832 microcontroller in project.
I use SPI interface for serial EEPROM.
I could able to see write packets are getting transmitted and verified the...
Hey, I use the Interactive mesh provisioning and configuration tutorial to setup one server and several clients which can communicate with this server.
Can you say me, how...
I have TIMER1 configured as 16-bits wide with no prescaler (62.5ns tick) and CC[2] set up for a varying value near 65535. My work is based on the Nordic blog post about synchronizing...
When I use uart to transfer data, sometimes I get error NRF_ERROR_SVC_HANDLER_MISSING in APP_UART_COMMUNICATION_ERROR when I start sending data. Sometimes this error occurs...
Hey, can I use a complex structure (for example byte array ) as a message parameter instead of one byte like it is done in http://infocenter.nordicsemi.com/index.jsp?topic...