Previous Blogs
Blog #1: 2Pi Microgravity Garden Blog 1 | Getting Started | element14 | 1 Meter of Pi
Blog #2: 2Pi Microgravity Garden Blog 2 | Raspberry Pi s... | element14 | 1 Meter of Pi
Blog #3 Task List
Finally, Raspberry Pi and Pimoroni kits arrived
Let's get our hands dirty.
Details
Play with Pimoroni PIM486 Enviro
Product Website: https://shop.pimoroni.com/products/enviro?variant=31155658457171
Getting started guide: https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-enviro-plus
Github website: https://github.com/pimoroni/enviroplus-python/
This Pimoroni Enviro board comes with pythons codes available online. For installation, we only need to run one command.
curl -sSL https://get.pimoroni.com/enviroplus | bashRun python3 lcd.py
To try "Hello, World!" on the on-board LCD display,
Go to xxx/enviroplus-python/examples
Yeah, this is very simple and LCD display is on and showing "Hello, World!"
