Mechanics: Difference between revisions

From Rsewiki
Line 1: Line 1:
== Main electronics ==
== Main electronics ==
=== Teensy Configuration ===


[[File:teensy-configuration.png | 600px]]
[[File:teensy-configuration.png | 600px]]


Figure: The main hardware blocks. Two Teensy processors are the interface to the hardware. The drive processor controls the drive motors, safety and battery system. The front processor controls the brush and the front wheel to lift the brush. A main PC integrates the functionality with additional sensors to allow autonomous operation.
Figure: The main hardware blocks. Two Teensy processors are the interface to the hardware. The drive processor controls the drive motors, safety and battery system. The front processor controls the brush and the front wheel to lift the brush. A main PC integrates the functionality with additional sensors to allow autonomous operation.
===== Teensy firmware =====
[[Fejemis Teensy]] software is build using standard Arduino library configurations.
The interface to the main PC is organized as text-lines.


==== Electrical ====
==== Electrical ====
Line 9: Line 16:
[[Fejemis electrical]] wiring etc.
[[Fejemis electrical]] wiring etc.


==== Teensy firmware ====
[[Fejemis Teensy]] software is build using standard Arduino library configurations.
The interface to the main PC is organized as text-lines.


==== Battery control ====
==== Battery control ====

Revision as of 12:26, 27 May 2026

Main electronics

Teensy Configuration

Figure: The main hardware blocks. Two Teensy processors are the interface to the hardware. The drive processor controls the drive motors, safety and battery system. The front processor controls the brush and the front wheel to lift the brush. A main PC integrates the functionality with additional sensors to allow autonomous operation.

Teensy firmware

Fejemis Teensy software is build using standard Arduino library configurations. The interface to the main PC is organized as text-lines.

Electrical

Fejemis electrical wiring etc.


Battery control

The Fejemis battery control is a 24V system (2x3cell LiPo 5Ah) with power on-off and measurement electronics. There is on-board chargers for all batteries.

Brush unit

The Fejemis brush unit is a commercial brush that comes with its own battery (12V), charger and motor control. The unit is slightly modified to to allow measurement and control from the software.