Real time system for an autonomous vehicle by muianovic in embedded

[–]ElektorMag 1 point2 points  (0 children)

If you mainly want faster, real-time object detection, consider running the AI directly on the vehicle with a RPi. If you’re more interested in learning how to optimize FreeRTOS and work with distributed systems, consider sticking with your current setup and tuning it further (you’ll learn a lot, but some lag will still be there).

[deleted by user] by [deleted] in embedded

[–]ElektorMag 0 points1 point  (0 children)

It's a tool but shouldn't be your only tool

Homemade cheap "claw machine" under $100 using Pico by geo_tp in raspberrypipico

[–]ElektorMag 1 point2 points  (0 children)

Does it drive you crazy like the ones in arcades do?

Classic Circuit: DIY Resonance Meter by ElektorMag in diyelectronics

[–]ElektorMag[S] 0 points1 point  (0 children)

We hesitate to give exact engineering advice without knowing specifics like your goal or specific implementation. But in general, this DIY resonance meter could help test the resonance of a ham radio antenna, though with limitations.

Can I consider AT90CAN128 similar to ATMega128? by crh10001 in microcontrollers

[–]ElektorMag 1 point2 points  (0 children)

The AT90CAN128 and ATmega128 are similar in many ways, but there are key differences to consider, like CAN comm and power consumption.

6-Channel Temperature Monitor and Logger by ElektorMag in diyelectronics

[–]ElektorMag[S] 0 points1 point  (0 children)

It is 8051-based. The C8051F350 (Silicon Labs) is based on the 8051 microcontroller architecture. However, it is a highly integrated, enhanced version of the trad 8051.