|
|
|
|
|
by turbinerneiter
1473 days ago
|
|
What do you think is the ratio between projects that need precise timing and projects that publish some sensor data every 60 seconds? I think you can easily do 90% of iot projects with this. Which means you have more time for the 10% of projects that are actually hard. |
|
From an embedded system PoV, your sensor might be a 1-Wire protocol device with a super strict signal timing. How do you mix both timing requirements? How do you differentiate embedded projects requiring "precise timing" from those others requiring "every 60 seconds"?
Unless Toit provides drivers for all kind of buses, sensors and peripherals AND it orchestrates the GC with the strict timing requirements. Otherwise it's probably a good fit only if it just runs on a known controlled development board/architecture/platform.