New format show today! We’ll be looking at what’s awesome in the Maker-sphere this week, answering your questions, and showing off some new products.
New Products
- 3 in 1 camera lens set, super duper for macro: https://shop.pimoroni.com/collections/new-products/products/3-in-1-camera-lens-set, you can find @sandyjmacdonald’s learning article here: http://learn.pimoroni.com/tutorial/sandyj/raspberry-pi-camera-lenses
- Anidees Unibody Pi Case, it’s awesome! https://shop.pimoroni.com/products/anidees-unibody-raspberry-pi-case
- CodeBug, also awesome! https://shop.pimoroni.com/products/codebug
ESP8266
This bonkers low price Wifi-enabled micro has a compact web framework you can find here: https://github.com/solusipse/ureq
It’s as simple as:
ureq_serve("/", s_home, GET);
char *s_home() {
return "<h1>Hello, World!</h1>";
}
This page breaks down how the live test performed: http://esp8266.solusipse.net/
Find the module on our shop here: https://shop.pimoroni.com/products/esp8266-smt-module-esp-12
Gpio Zero
You can find the GitHub repository here: https://github.com/RPi-Distro/python-gpiozero
Alex of Raspi.Tv has a great intro to GPIO Zero and an interview with Ben: http://raspi.tv/2015/gpio-zero-introduction