Quantcast
Channel: Pimoroni Buccaneers - Latest posts
Viewing all articles
Browse latest Browse all 54378

Episode 005 - ESP8266 webserver, new products, and more!

$
0
0

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

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


Viewing all articles
Browse latest Browse all 54378

Trending Articles