awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
marcio-pessoa avatar

marcio-pessoa/pyl298

0
View on GitHub↗
2 stars·0 forks·Python·2 views

Pyl298

Micro Python L298

Features

  • Motor Control - Driver for dual full-bridge motor controllers.

Star history

Star history chart for marcio-pessoa/pyl298Star history chart for marcio-pessoa/pyl298

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pyl298

Similar open-source projects, ranked by how many features they share with Pyl298.
  • rwaldron/johnny-fiverwaldron avatar

    rwaldron/johnny-five

    13,401View on GitHub↗

    Johnny-Five is a JavaScript robotics framework and microcontroller hardware interface designed for programming robots and IoT devices. It provides a standardized library for managing pins, motors, and displays across various microcontroller platforms, allowing developers to control sensors and actuators using a consistent JavaScript API. The framework is distinguished by its use of a plugin-based hardware abstraction system, which enables communication with diverse hardware platforms and protocols. It supports real-time hardware manipulation and debugging through a read-eval-print loop that a

    JavaScript1-wireadcarduino
    View on GitHub↗13,401
  • odriverobotics/odriveodriverobotics avatar

    odriverobotics/ODrive

    3,668View on GitHub↗

    ODrive is a hardware and software system for controlling brushless DC motors, providing firmware and control algorithms for precise position and velocity regulation. It implements a field-oriented control system to achieve efficient motion for permanent magnet synchronous motors and high-torque robotic actuators. The project includes a robotics actuator interface consisting of command line and graphical toolsets. These utilities are used for configuring motor parameters and monitoring hardware state in real time. The system covers high-performance motor control for robotics and automation, f

    C++motormotor-controller
    View on GitHub↗3,668
  • hybridgroup/gobothybridgroup avatar

    hybridgroup/gobot

    9,425View on GitHub↗

    Gobot is a robotics framework for the Go programming language designed for developing robotics, drones, and IoT applications. It provides a hardware abstraction layer with standardized drivers to interact with GPIO, I2C, SPI, and PWM interfaces across various single-board computers and microcontrollers. The framework functions as an IoT device orchestrator and BLE device manager, enabling the coordination of multiple sensors, actuators, and Bluetooth Low Energy peripherals. It includes specialized interfaces for drone control, allowing for the management of flight maneuvers and video streams

    Goarduinobeaglebonebeaglebone-black
    View on GitHub↗9,425
  • ethz-asl/rotors_simulatorethz-asl avatar

    ethz-asl/rotors_simulator

    1,483View on GitHub↗

    Rotors Simulator is a physics-based simulation framework designed for testing multirotor unmanned aerial vehicles and their control algorithms within a virtual environment. It models aerial vehicle movement, rotor thrust, and aerodynamic interactions by computing individual motor speeds directly to apply thrust and torque forces to rigid body dynamics. Aircraft kinematics, visual meshes, and sensor attachment points are described declaratively using unified robot description format files. The environment integrates dynamic models and aerodynamic forces through native runtime plugins while coo

    C++gazebomavquadcopter
    View on GitHub↗1,483
See all 21 alternatives to Pyl298→

Frequently asked questions

What does marcio-pessoa/pyl298 do?

Micro Python L298

What are the main features of marcio-pessoa/pyl298?

The main features of marcio-pessoa/pyl298 are: Motor Control.

What are some open-source alternatives to marcio-pessoa/pyl298?

Open-source alternatives to marcio-pessoa/pyl298 include: rwaldron/johnny-five — Johnny-Five is a JavaScript robotics framework and microcontroller hardware interface designed for programming robots… hybridgroup/gobot — Gobot is a robotics framework for the Go programming language designed for developing robotics, drones, and IoT… odriverobotics/odrive — ODrive is a hardware and software system for controlling brushless DC motors, providing firmware and control… ethz-asl/rotors_simulator — Rotors Simulator is a physics-based simulation framework designed for testing multirotor unmanned aerial vehicles and… bitdump/blheli — This tree contains BLHeli code for sensorless brushless motor electronic speed control (ESC) boards. bw1129/pidtoolbox.