Git Product home page Git Product logo

esp_mqtt_lcd's People

Contributors

eadf 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

Watchers

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

esp_mqtt_lcd's Issues

failing at the git stuff

im really unexperienced in git and thats why i failed with the subtree and merging stuff.
Could you upload the pre merged repo somewhere?
I really want to try your amazing project!
thanks

how can I change the MQTT port

Hi,
as the default-port for MQTT is 1883 FAQ on mqtt.org I want to change it, but so far all my changes in every src-file I found containing the port were unsuccessful.
After make clean all flash again port 1880 is used.

Compile Error

Hi,
currently I get this error when I try to compile (on Linux):

make clean && make
CC driver/stdout.c
CC pcd8544/driver/easygpio/easygpio.c
CC pcd8544/driver/pcd8544/pcd8544.c
CC mqtt/mqtt/mqtt.c
CC mqtt/mqtt/ringbuf.c
CC mqtt/mqtt/mqtt_msg.c
CC mqtt/mqtt/queue.c
CC mqtt/mqtt/proto.c
CC mqtt/mqtt/utils.c
CC user/user_main.c
user/user_main.c:33:18: fatal error: wifi.h: No such file or directory
 #include "wifi.h"
                  ^
compilation terminated.
Makefile:129: recipe for target 'build/user/user_main.o' failed
make: *** [build/user/user_main.o] Error 1

Interrupts

Well, I tried to get GPIO14 to work with interrupts - and I get nothing...

static void
electric_intr_handler(void* arg) {
uint32_t gpio_status = GPIO_REG_READ(GPIO_STATUS_ADDRESS);
//clear interrupt status
GPIO_REG_WRITE(GPIO_STATUS_W1TC_ADDRESS, gpio_status & BIT(14));
electric_pulses+=1;
}

and the last thing in my setup...
easygpio_attachInterrupt(14, EASYGPIO_NOPULL, electric_intr_handler, NULL);

Did I miss something - no matter how I toggle GPIO14 up and down -the count (electric_pulses) remains at zero...

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.