Skip to content

Instantly share code, notes, and snippets.

View joseftsch's full-sized avatar

Josef Tschiggerl joseftsch

  • Graz, Austria
  • 23:29 (UTC +02:00)
View GitHub Profile
@joseftsch
joseftsch / wemos_usbhost.md
Last active June 5, 2021 22:56
wemos usb host

Today I connected my USB host board (see "hardware" section below) to my Wemos 1D device. It receives data from an outdoor "weather station receiver" and prints in to serial console in Arduino IDE.

Hardware:

Arduino libraries:

@joseftsch
joseftsch / wemos_wifi_mqtt.ino
Created March 4, 2017 16:38
This gist is all about connecting a Wemos 1D to your WiFi and publish SHT30 temperature and humidity stats to your MQTT broker
/*
*
* This gist is all about connecting a Wemos 1D to your WiFi and publish SHT30 temperature and humidity stats to your MQTT broker
* Hardware used: Wemos 1D, Wemos SHT30 shield
* MQTT broker used: mosquitto
*
* This Arduino code uses code blocks/snippets/ideas from other open source resources
* Links to some of them:
* https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WiFi
* https://github.com/knolleary/pubsubclient