Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
...Objective:
- Build-up some knowledge about robotics
- Integrate existing components rather than develop them.
Logical architecture:
Project has several layers, each aiming to a higher level of abstraction:
- Level one: The servo control and the sensor reading.
- Level two: The throttle and steering control.
- Level three: The pre-programmed maneuver engine.
- Level four: The pilot.
The pilot takes decisions based on the sensors, and executes maneuvers in sequences.
Technical architecture
- PIC18F as micro-controllers.
- Multithreading is achieved via I2C bus.
- Microchip's XC18 used for the initial coding.
...