badger2040

Examples and firmware for Badger 2040 and Badger 2040 W (by pimoroni)

Badger2040 Alternatives

Similar projects and alternatives to badger2040

  • thonny

    Python IDE for beginners

  • BadOS

    CircuitPython Mini Operating System for Pimoroni Badger2040 Electronic Badge (by GuidosLabs)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better badger2040 alternative or higher similarity.

badger2040 reviews and mentions

Posts with mentions or reviews of badger2040. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-15.
  • Raspberry Pico Badger: Hardware Features and OS
    3 projects | dev.to | 15 Jan 2024
    # Source: https://github.com/pimoroni/badger2040/blob/main/firmware/PIMORONI_BADGER2040W/lib/badger_os.py def launch(file): state_set_running(file) gc.collect() button_a = machine.Pin(badger2040.BUTTON_A, machine.Pin.IN, machine.Pin.PULL_DOWN) button_c = machine.Pin(badger2040.BUTTON_C, machine.Pin.IN, machine.Pin.PULL_DOWN) def quit_to_launcher(pin): if button_a.value() and button_c.value(): machine.reset() button_a.irq(trigger=machine.Pin.IRQ_RISING, handler=quit_to_launcher) button_c.irq(trigger=machine.Pin.IRQ_RISING, handler=quit_to_launcher) try: __import__(file) except ImportError: # If the app doesn't exist, notify the user warning(None, f"Could not launch: {file}") time.sleep(4.0) except Exception as e: # If the app throws an error, catch it and display! print(e) warning(None, str(e)) time.sleep(4.0) # If the app exits or errors, do not relaunch! state_clear_running() machine.reset() # Exit back to launcher

Stats

Basic badger2040 repo stats
1
126
5.5
about 1 month ago

pimoroni/badger2040 is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of badger2040 is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com