Skip to content
eadmaster edited this page Aug 7, 2024 · 29 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 used pins are correct. These can be changed in the Settings.
  • check if the module is active and working during trasmission:
  • 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.

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!