Git Product home page Git Product logo

esp8266-projects's Introduction

esp8266-projects's People

Contributors

squix78 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

esp8266-projects's Issues

Location definition

Hello, I have defined my location and entered a valid API key. However I always get 0°C for now, today and tomorrow .. What might be wrong ?

// Coordinates of the place you want
// weather information for
double latitude = 51.0;
double longitude = 4.4;

Many thanks for your help !!!

Tony

what is - pin #A1

wou wrote :
// HX711.DOUT - pin #A1
// HX711.PD_SCK - pin #A0

A0 = ADC, yhas is clear, but what pin do you mean A1 ? There is no A1 pin on ESP8266
How do you connect/wire HX711 to ESP8266?

Node MCU Upload Problems

Hello,

I was working on the project today, and I got init.lua loaded to the NodeMCU, but I cannot get it to upload the .MONO and weatherStation.lua files. It prints out,
PANIC: unprotected error in call to Lua API (cannot open weatherstation.lc)
PANIC: unprotected error in call to Lua API (attempt to call a string value)
And when I try to upload the .MONO and weatherStation.lua files, it says
Waiting answer from ESP - Timeout reached. Command aborted

Can anyone help? (I am running firmware v0.9.5)

Thanks, Samuel

Compilation error

Hi mate, im sorry for my inexperince but i need a little help please, when i try to send the code this error appears

" void (*frameCallbacks[3])(int x, int y) = {drawFrame1, drawFrame2, drawFrame3}; "

" exit status 1
'drawFrame1' was not declared in this scope "

Can you please??

Many thanks and regards.

call to forecast.io.php

the weather.php makes a call to lib/forecast.io.php
I presume that file should be on the same server as weather.php, but it is nowhere to be found. maybe thats the reason why a call to http://serverIP/weather.php?apiKey=APIKEY&lat=40.71&lon=-74&units=us

gives what looks is a shorter json (as compared to what is coming from darksky.net, but without any values:
getCurrentConditions($latParam, $lonParam); echo "CURRENT_TEMP=".round($condition->getTemperature())."\n"; echo "CURRENT_HUMIDITY=".($condition->getHumidity()*100)."\n"; echo "CURRENT_ICON=".($condition->getIcon())."\n"; echo "CURRENT_SUMMARY=".$condition->getSummary()."\n"; $conditions_week = $forecast->getForecastWeek($latParam, $lonParam); echo "MAX_TEMP_TODAY=".round($conditions_week[0]->getMaxTemperature()) . "\n"; echo "MIN_TEMP_TODAY=".round($conditions_week[0]->getMinTemperature()) . "\n"; echo "ICON_TODAY=".$conditions_week[0]->getIcon()."\n"; echo "SUMMARY_TODAY=".$conditions_week[0]->getSummary()."\n"; echo "MAX_TEMP_TOMORROW=" . round($conditions_week[1]->getMaxTemperature()) . "\n"; echo "ICON_TOMORROW=".$conditions_week[1]->getIcon()."\n"; echo "MIN_TEMP_TOMORROW=".round($conditions_week[1]->getMinTemperature()) . "\n"; echo "SUMMARY_TODAY=".$conditions_week[1]->getSummary()."\n"; ?>

HX711 source

Would you consider leaving your version of hx711.h and hx711.cpp in the source?

Also I'm assuming you have connected DOUT to GPIO 12 and SCK to GPIO14?

Wifi Car JS

Hi

I install app to the nodemcu and test motor when I change their speeds. everything works but js code has a problem because it gives nan value

GET /engines/NaN,NaN HTTP/1.1
[NaN][NaN]
?

what must I do?

No Display on 1306 display

I have the Squix ESP8266 WeatherStation kit.
Earlier versions of WeatherStation sketches work fine.
However, this version 2 complies fine but no display.
I've experimented the SDA and SDC address and the I2C speed but still no display.

Any suggestions please

SSD1306::fillRect not drawing at correct y

Hi there,

Progress is drawn on whole screen instead of being bound in box.

Original :

void SSD1306::fillRect(int x, int y, int width, int height) {
  for (int i = x; i < x + width; i++) {
    for (int j = 0; j < y + height; j++) {
      setPixel(i, j);
    }
  }
}

Should be

for (int i = x; i < x + width; i++) {
    for (int j = y; j < y + height; j++) {
      display.setPixel(i, j);
    }

WiFI Scale Reset continuously

Hi, i've connected on D on 12 and SCK on 14.
Removed all code regarding display

Starting and crash and goes in loop ...
what can be?
On arduino hx work perfectly

Thanks
Dario

ESPlorer Problems

When I go to the ESPlorer link, and click the download button, it 1; Takes a long time to download the file. 2; When I open the folder, an error pops up, saying that the file is invalid.

Can anyone help?

Thanks, Samuel M

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.