I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
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,
I need to send data from a CSV file on the nordic board(Via fatfs library). I have presently gotten a Gatt service up and running.
I have a mobile application which...
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 ...