Coder Social home page Coder Social logo

mcauser / micropython-esp8266-dht-nokia-5110 Goto Github PK

View Code? Open in Web Editor NEW
43.0 6.0 9.0 3.83 MB

MicroPython example using a DHT12, AM2320 and a Nokia 5110 with an ESP8266

License: MIT License

Python 100.00%
micropython wemos-d1-mini esp8266 am2320 dht12 nokia5110

micropython-esp8266-dht-nokia-5110's Issues

Proplem with HSPI

Try to rebuild this project but get stuck at the points when using the HSPI
for example
from machine import Pin, HSPI
spi = HSPI(baudrate=80000000, polarity=0, phase=0)

instead i have to use
from machine import Pin, SPI
spi = SPI(1,baudrate=80000000, polarity=0, phase=0)

was there an update on micropython or Im doing something wrong?

AttributeError: 'module' object has no attribute 'AM2320'

MicroPython v1.8.7-7-gb5a1a20a3 on 2017-01-09; ESP module with ESP8266
Type "help()" for more information.

from machine import I2C, Pin
import am2320
import os
os.listdir()
['boot.py', 'webrepl_cfg.py', 'am2320.py']
i2c = I2C(scl=Pin(5), sda=Pin(4), freq=20000)
dht = am2320.AM2320(i2c)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'AM2320'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.