FATHI MAHDI ELSIDDIG HAROUN
FATHI MAHDI ELSIDDIG HAROUN
Hi @Kongduino thanks for the solution I am having an error while updating the LoRa parameters from the register ``` LoRa.writeRegister(REG_OP_MODE, MODE_LONG_RANGE_MODE | MODE_SLEEP); delay(10); LoRa.setSignalBandwidth(10.4E3); // set bandwidth LoRa.setCodingRate4(8);...
Solved. I just noticed that I need to change the writeRegister method from private to public thanks.
@onbigion13 have you understand this issue ?
Thank you was very helpful
Hi I know this issue was closed but I am asking how I can keep my tasks running I have two tasks but they get executed only one time
Yes `void MX_APPE_Process(void) { /* USER CODE BEGIN MX_APPE_Process_1 */ /* USER CODE END MX_APPE_Process_1 */ UTIL_SEQ_Run(UTIL_SEQ_DEFAULT); /* USER CODE BEGIN MX_APPE_Process_2 */ /* USER CODE END MX_APPE_Process_2 */ }`...
I think my all issue is around the user event and how I can register my event. From what I understand the Task get called if and event raised, I...
hey @viralbthakar there are many "LIBRARY_DIRS" in the Makefile which one have you changed ?
I have the same issue even with sudo : ``` sudo sigrok-cli -d ols:conn=/dev/tty.usbmodem_ula_1 --scan Driver ols not found. ```