Code Monkey home page Code Monkey logo

low-power-wifi's Introduction

Low-power-wifi on esp8266, esp32, and ...

This repository contains the code used for a blog post series on low-power Wifi.

See the blog series for more info.

low-power-wifi's People

Contributors

tve 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

low-power-wifi's Issues

currenct

hi man, have you ever tested the current of every scheme in your board?

mqtt port hardcoded

I think there is an error in the sketch "esp32-deep-sleep-mqtts", at the top you define the MQTT port but then it's hardcoded below, took me some minutes figuring out why it was not connecting to my server.

#define MQTT_PORT 8883

mqtt.setServer(srvip, 8883);

How did you remove the ACK delay in LwIP?

Hey, very nice job!

I was looking on doing something similar for a battery powered device (M5 Paper) in order to build a portable dynamic remote for the stuff in the house.

In the blog post (https://blog.voneicken.com/2018/lp-wifi-esp32-pushed/) you mention that one of the changes is:

remove the ACK delay in LwIP (this will have negative effects on high bandwidth connections)

How did you manage to do this? I don't see a config flag in lwip.

Did you fork the esp component into your own repo?

Thanks

Low power sensor network using ESP8266

I left following message on your blog but then realized you are not active there since December so I am copying it here:

Most detailed analysis I have seen on internet for ESP8266 wifi connection.Thankyoufor your analysis. I wrote some basic code for my need to build low power sensor network using ESP8266 devices. They are performing very well (under 60 milliseconds for 1 way communication and around 125 milliseconds for 2 way communication). I will very much appreciate your analysis of code and your feedback so possibly I can improve the code. It is very simple setup with receiver and sender sketches communicating with each other. Please look at my code at:

https://github.com/happytm/BatteryNode

Thanks.

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.