• header.categories
    • header.recent
    • header.tags
    • header.popular
    • register
    • login
    1. home
    2. paul
    3. best
    P
    offline
    • profile
    • following 0
    • followers 0
    • topics 4
    • posts 8
    • header.groups 0

    posts

    header.recent best controversial
    • RE: MQTT sample setup on ESP8266

      I have been using this set up with 5 esp8266 sensors from https://www.wemos.cc/. Tested even the update firmware OTA. 😃 working great.

      Just remember to Change MQTT_MAX_PACKET_SIZE to 512 bytes on PubSubClient.h to allow for OTA

      global:posted-in, MyControllerDevice (ESP8266)
      P
      paul
    • MyController docker for RPI

      I created a simple Dockerfile project for mycontroller for my rpi. Clone the whole repo and follow the steps.
      Why?

      1. Docker helps me to handle porting mycontroller to a new rpi. ie works on a clean rpi without any java installed or other dependencies.
      2. Docker helps me to handle auto startup on boot.
      3. All other docker advantages.

      https://github.com/wengjjpaul/dockers-rpi-mycontroller

      global:posted-in, General Discussion
      P
      paul