Skip to content
eadmaster edited this page Aug 6, 2024 · 47 revisions

How to transfer files to/from the SD/LittleFS memory?

Use the WebUI

Default passwords?

For AP mode wifi network the password is brucenet.

For the WebUI, username=admin, password=bruce

IR/RF transmitter/receiver not working?

  • if using unofficially supported modules, double check the wiring is correct
  • try putting the transmitter and receiver closer (<10cm), many cheap modules have poor ranges.
  • most RF modules only supports the 433MHz frequency with ASK/OOK modulation. Check if your .sub file is compatible.
  • check the serial log for errors.
  • use another custom IR/RF software to check and compare the signals. e.g. rtl_433 for RF, Tasmota for both IR and RF.

Port to non-M5Stack boards?

Not officially supported.

For boards that do not have screen and buttons, an headless mode was added. For this to work, you have to manually add a new target in the platformio.ini, and then define the pins and features for the modules you have connected. Then, compile the firmware for your new target and hope it works fine!