Skip to content

Instantly share code, notes, and snippets.

View setomits's full-sized avatar

Mitsuhiro Setoguchi setomits

View GitHub Profile
@shibacow
shibacow / main.py
Last active October 9, 2018 07:44
Ambient data logging system that send data to using micropython + bme280 via https://ambidata.io/ ref https://github.com/AmbientDataInc/ESP32SamplePrograms
from machine import I2C, Pin,deepsleep
import utime
# from m5stack import lcd
# see bme280,ambient lib from https://github.com/AmbientDataInc/ESP32SamplePrograms/tree/master/Micropython
import bme280
import ambient
ssid = 'your_ssid'
password = 'your_wifi_password '