mini cluster of ESP32

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
User avatar
Wei Lin
Posts: 21
Joined: Sat Jan 21, 2017 1:07 pm

mini cluster of ESP32

Post by Wei Lin » Fri Apr 06, 2018 4:51 pm

Image

Hi,

I wrote a package with which you can dispatch tasks to an ESP32 cluster in a Celery-Canvas fashion.

For an ESP32 to function as a cluster node, it needs two sets of code (in the order of uploading to ESP32, just upload all *.py found in my GitHub repo. into ESP32's "/" directory):

1. MQTT client as a worker - so ESP32 can communicate and cooperate with each others :
https://github.com/Wei1234c/MQTT_bridged_workers

2. ESP32 as cluster node:
https://github.com/Wei1234c/Broccoli/bl ... adme_en.md

Regards.

Wei Lin

Post Reply