Skip to content

micropython/ftespnow: New library to transfer files through espnow.#1109

Open
Schneck2004 wants to merge 11 commits intomicropython:masterfrom
Schneck2004:master
Open

micropython/ftespnow: New library to transfer files through espnow.#1109
Schneck2004 wants to merge 11 commits intomicropython:masterfrom
Schneck2004:master

Conversation

@Schneck2004
Copy link
Copy Markdown

@Schneck2004 Schneck2004 commented Apr 10, 2026

This module contains a series of functions to make sending files through ESP-NOW easier, not needing to manually transform the file to a string. It currently supports .txt and .json files, as well as strings, being able to also export received data to these file formats, or returning the data as a sting or dictionary. It also automates the connection process between ESP32s, working in a client-server style connection.

This PR implements a new folder ftespnow/ inside micropython/, where the module resides. It has two "extension" packages, ftespnow-client and ftespnow-server, allowing for the user to install only what's needed based on the board's function (client or server).

Schneck2004 and others added 11 commits April 10, 2026 23:52
Signed-off-by: Guilherme Laurindo Schneck <guilhermeschneck@gmail.com>
Signed-off-by: Guilherme Laurindo Schneck <guilhermeschneck@gmail.com>
Signed-off-by: Guilherme Laurindo Schneck <guilhermeschneck@gmail.com>
Signed-off-by: Guilherme Laurindo Schneck <guilhermeschneck@gmail.com>
Signed-off-by: Guilherme Laurindo Schneck <guilhermeschneck@gmail.com>
Signed-off-by: Guilherme Laurindo Schneck <guilhermeschneck@gmail.com>
Signed-off-by: Guilherme Laurindo Schneck <guilhermeschneck@gmail.com>
Signed-off-by: Guilherme Laurindo Schneck <guilhermeschneck@gmail.com>
Signed-off-by: Guilherme Laurindo Schneck <guilhermeschneck@gmail.com>
Signed-off-by: Guilherme Laurindo Schneck <guilhermeschneck@gmail.com>
ftespnow: Add library to transfer files through espnow.
@Schneck2004 Schneck2004 marked this pull request as ready for review April 10, 2026 23:59
@Schneck2004 Schneck2004 changed the title ftespnow: Add library to transfer files through espnow. micropython/ftespnow: Add library to transfer files through espnow. Apr 11, 2026
@Schneck2004 Schneck2004 changed the title micropython/ftespnow: Add library to transfer files through espnow. micropython/ftespnow: New library to transfer files through espnow. Apr 11, 2026
@Schneck2004 Schneck2004 marked this pull request as draft April 11, 2026 01:07
@Schneck2004 Schneck2004 marked this pull request as ready for review April 11, 2026 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant