FreeRTOS Arduino with SD Card, GPS, SIM900, RTC, LCD 16x2

Hi everyone
I am new to this forum.
Is there anyone can help me about FreeRTOS Arduino especially if we have multitasking job a lot of multitasking task like :

  1. Read RTC
  2. Read GPS
  3. Write to SD
  4. Send data to TCP/IP SIM900
  5. Write data to LCD 16x2
  6. Receive SMS, and send reply to sender

Do you think with FreeRTOS, I could perform all those task?
If it could, where I could find example code, already google but I can not find it,perhaps I used wrong key search..

I already try to use it with blinkwithoutdelay algoritme, but finnaly it crashed..

Hope some one could answer and give me some explanation about this..

Thanks in advance

You don't need RTOS (or similar) to handle those tasks.
You are simply polling a few devices and taking some action, may be also dependent on time.
Post the code you have already developed, supply links to the devices you are using/connecting to, and maybe you get help here.

Libraries exist for most tasks on your list. Check before buying modules that Arduino libs are available for them. These libs (should) come with sample code for their use in the Arduino framework.

If you are used to thinking in tasks, have a look at the task macros of Combie or in ALib0.