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...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Hi,
I'm trying to implement the following use case:
On the first button push a sensor advertise and bonds with a smartphone. I do it the following way and it works fine...
I tried to configure OTA in my application, but nrf toolbox stucks in "enabling dfu bootloader" and I can see "Starting DFU" showing up really fast, can it be a problem with...
Edit : I solved the problem. The problem was related to variable declaritions and pointer. None of the commands was not working except Write Register and Read Register. I...
Hello. For my application, I have written several functions related to sensor interrogation and work with some periphires of the controller nRF. I split these functions into...
Hi, I started development using a custom board with nRF52840 QIAACO. 1. The prototype uses Holyiot-18010 module ( listed on Nordic 3rd party modules). 2. I am using supply...
Hello. I am using the nRF51 Development Kit which is working well. I am using the examples\ble_peripheral\ble_app_uart sample project as it seems to have the features that...
Hi
I have an external board featuring an nRF52832 connected to the nRF52DK via the Debug Out port on the DK and a 6 pin connector on the external board. I can program the...
Dear Expert,
I use this URL to learn micropython on nRF52840.
https://github.com/micropython/micropython/tree/master/ports/nrf
but I want to use SD card function which...
I think I had this working earlier, but when I upgraded to nRF Connect 2.5, now when I select my trusty PCA10000 (nRF51822 dongle), I see all the proper initialization whiz...
Hi,
I'm having difficulty getting the ble_app_blinky_c example in nRF5_SDK_15.0.0_a53641a to compile for the the nRF52840 (pca10056). I'm getting the following errors
...
I've installed the Segger Embedded Studio and Nordic SDK (C:\Nordic\nRF5_SDK_15.1.0) following the tutorial video on the nRF5 webpage.
Right out of the box, trying to Build...
I am designing a simple broadcaster using an sma connector for a dipole antenna.
I have added a 50 ohm SMA connector to the reference deign
.
so you can see above...
Working with the pca10056 pdk board I used nrfjprog --readqspi which works just fine but the intel hex records start at 0x1200. Im curious as to why?
The extended address...
Hi,
I'm trying to understand mouse_movement_send() function in HID mouse example. Can you please explain what is exactly happening inside this function?
I also didnt understand...