Raspberry Pi Pico FreeRTOS and Arduino part 1

preview_player
Показать описание
Raspberry pi pico multi core and FreeRTOS programing in Arduino covers some difference and common behavior between
multi core programing and using tasks with FreeRTOS on the raspberry pi pico and pi pico W.
Рекомендации по теме
Комментарии
Автор

Thank you, man, you saved a lot of my time 🙏
BTW, your intro is awesome 🎶

NGeneral
Автор

Hi, thanks for the easy to understand explanation. However, I have a problem getting it work. I keep getting "fatal error: FreeRTOS.h : No such file or directory". How can I install the necessary libraries?

hrnbrain
Автор

Hi, how add freertos library in Arduino IDE? Maybe link, or instructions.

tehnoart
Автор

Could you please provide the exact name of the library used here? I tried to add in ARDUINO IDE to import a FreeRTOS library but I was not able to find one that loaded to the PICO to run.

lc-djxs
Автор

How would code from both cores access the serial port or other on board hardware?

Tonyjr
Автор

have you posted the FreeRTOS code so we can test it out? If so what is the link. Thanks Richard

richardbrown
Автор

@CircuitSecrets Thanks for the super quick reply.
I did everything just like explained in linked video, but I kept getting errors.
After uninstalling the Arduino IDE and reinstall it and changing a lot of things, finally now it's working just fine.
The secret or should I say the main problem was that there was a "clash" between libraries.
The FreeRTOS library for Arduino UNO (with other few boards) was having a priority clash with the Pi Pico FreeRTOS library.
So, I made a clean install of the Arduino IDE and also deleting all related folders.
An then installed only the Pi Pico FreeRTOS library. Only then, everything is working properly.

So, if it not a trouble, could you make a video on how to manage the libraries for Arduino IDE?
Mainly on library foldering sysytem and how to create folders so that they don't clash into each other.
Or, if there is already a video somewhere explaining all these, please share me the link.

Thanks for you time.

hrnbrain
Автор

Man we need to do one for my prop haha

MyFlippinLife
visit shbcf.ru