Author Archives: admin123

Nebula Raiders (MicroPython)

I put the Arduino project on hold for a bit, while I broke out another project from Crafting Table (formerly inventr.io) that integrates the Raspberry Pi Pico WH. I’m heading towards another project (in future) with building a Raspberry Pi … Continue reading

Posted in Uncategorized | Leave a comment

Day 6 – Lost in Space

Photoresistor With light, there is less resistance Without light, there is more resistance High resistance, semi-conductor material. When light hits the device it absorbs the light photons; this process provides energy to the electrons Analog signals Continuous signals Digital signals … Continue reading

Posted in Uncategorized | Leave a comment

Day 4 – Lost in Space

PinMode (in Setup): -Switches – input -LEDs – output // #define CABIN_LIGHTS_PIN 10 // pin controlling the cabin lights// #define STORAGE_LIGHTS_PIN 11 // pin controlling the storage lights// #define COCKPIT_LIGHTS_PIN 12 // pin controlling the exterior lightsconst byte CABIN_LIGHTS_PIN = … Continue reading

Posted in Uncategorized | Leave a comment