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...
Hello ,
Do we need to use TIMER1 ,2etc.. to use TIMER1 ? In my current configuration i have set NRFX_TIMER_ENABLED to 1 and others to 0 "NRFX_TIMER0_ENABLED and other instances...
Hello,
I'm trying to use th nRF52832 as a slave SPI device but in the examples "spis" I see the firmware uses DMA.
Can I use it without DMA?
Also, what is the difference...
Hi ,
I need to generate a count data to third party library.
So I create a timer1 ,it can work well.
But I set time_us equal to 1 ,the "timer_led_event_handler" don...
I am interfacing external RTC PCF8563 to nrf52840. Also I will be using low power sleep mode. Will it be possible to wake up nrf using 1hr alarm interrupt of rtc?
Hi ,
I am working on the project based on nrf9160.
Please verify it-
1. I want to print the current clock source of the board as board is initially work on LFCLK....
Hi!
I am feeling a bit stupid, since I know that I must have made a config error somewhere. I just don't know where. I am developing a BLE HID device using SDK 16.0 and...
Hello,
I have trouble with interrupt.
I use pin 16 to trigger interrupt signals from a sx1261 module.
It has worked well on example code with SDK 14, but for my projet...
SDK Version: 15.1 IDE: Keil Softdevice: S132 v6 Example: Blinky peripheral example slightly modified Q1. Does the Softdevice use RTC0? Q2. Does the App Timer use RTC1? If...
Hello everyone,
I am using the pc-be-driver-py library to start a scanning with IRK and I view the advertising events that I get. My peripheral is configured to do 1 advertising...
When i compily the SDK16.0.0 example project: iot_secure_dfu_bootloader_secure_dfu_s132_pca10040 i get error after Linker, saying .rodata and .data are too large for the flash...
Hi, As per our requirement, we have integrated GCP on thingy91 (PCA20035) and able to send and receive MQTT messages without any issues. But as part of FOTA implementation...
Hi,
I'm using the light switch example and lpn example from the Mesh SDK 4.1.0.
I have one Board as the light switch client (gateway), one as the light switch server ...