@felmue thanks for taking the time to write up about it
Posts made by ajb2k3
-
RE: M5PaperS3 wrong charger -> magic smoke
-
RE: Core and Fire not working after adding LoRa modules
@pwcrilly check the connections between the modules base and face as this is a symptom of one of them not connected securely. Also make sure to use the correct length screws to secure them.
-
RE: LLM Module
@Bipman I don't have one at present but I wonder how we'll it will work with the CoreMP135.
-
RE: M5Stack Dial with Micropython and M5 libraries, without UIFlow 2?
@PharkieB I will have to check because I've been so busy that I have actually forgotten!
-
RE: Read Program back from Core?
@sirtet Are you using the correct Stick C UIFlow firmware?
There are 3 different StickC revisions. the blank screen suggest that you have the wrong version loaded. -
RE: M5Stack Dial with Micropython and M5 libraries, without UIFlow 2?
@PharkieB Yes, I use Thonny for programming and uploading Micropython.
Thonny makes it easier to upload images and libraries to M5Stack devices.
https://thonny.org -
RE: Core2 keeps crashing when I try to connect a CardKB module using Arduino IDE
@avmg2502 How is it crashing?
What is the error message? -
RE: M5Stack-Fire doesn't boot after burning UIFlow 1.14.0
@ti45001 Are you burning the specific correct fire/psram version?
Have you tried the specific fire/psram version of UIFlow2? -
RE: CoreMP135 resize partition
@stefanj9 Yes, just like the older editions of Raspbian OS you have to manually run the resize script on initial startup. The command is listed on the CoreMP135 product page but it's easy to miss.
My WIP guide to the CoreMP135 is going to be released next week but untill then you need to run the following command../resize_mmc.sh
and hit return.
-
RE: without really understanding, I started installing firmware as a result, the stick no longer turns on what should I do?
@genanann Erase first and then burn again.
It's almost impossible to "Brick" a device.
Believe me I have tried! -
RE: Battery Bottom2 does not charge from M5GO/FIRE Battery Bottom Charging Base
@ioamas how do you know it’s not charging, have you checked the battery’s voltage?
-
RE: New to M5, Lesser known firmwares, forums , or knowledge bases?
@MadMackz We dont support or condone the use or discussion of devices and firmware for potential illegal use.
Now as you are new your first steps are to learn about UIFlow2 and programming in Micropython of which there are many resources available online.
-
RE: OSError: (-261, 'ESP_ERR_NOT_FOUND')
@ZokiZok Pin 1 isn't available for use.
-
RE: Cardputer worked fine , but something happened on the screen and now a part of it is not displayed.
@MiguelM Looks like the wrong firmware has been burned.
-
RE: CoreMP135 SSH
@kuriko I will add that to my guide but you really dont want to allow root access to a device that runs on a network.
-
RE: UIFLOW version 1 compared to version 2
@hillsh_vi The problem is that UIFlow2 was designed for the newer processors consisting primary of the S3 and C3 groups because of a fundamental change to the way Micropython operates on them including the boot loader.
You may have noticed that the older gen devices could be programmed without actually touching the cores where as the new gen have to be put into boot loader mode for firmware writing. -
CoreMP135 SSH
Ok So Finially managed to get around to looking at the SSH issue with the CoreMP135.
The issue turns out to be with Debian itself.
The root account is heavily locked down and prevents access to ssh.
To SSH into the CoreMP135 you need to create a new user and use that user account to access the CoreMP135 with SSH.