@EricB if you are on Facebook you can find a free sample of my books as well as some write up on hackster.io
Posts made by ajb2k3
-
RE: Running Python GUI apps on CoreMP135 with Debian
-
RE: Running Python GUI apps on CoreMP135 with Debian
@EricB I'm going to have to Ask this but Did you read the instructions?
I know I didn't and missed the command!In the root folder run :
./user/local/m5stack/resize_mmc.sh
-
RE: M5StickCPlus2 won’t boot after installing Bruce via Web Updater
@kaidencoolkid Untill you know how the StickCplus2 works or communicates, only install UIFLow2
-
RE: M5stickcplus2 won’t boot after downloading Bruce
@kaidencoolkid Stupid autouncorrect that should have said "my" no "the"!
Yes on my channel. -
RE: ESP32 Arduino vs M5Stack Arduino
@Kabron you highlighted m5stampC3 and m5Stack arduino libraries which are two different classes of esp32
C3 use on die usb adapters, others use external usb adapters -
RE: Grove Male 2 Male adapter?
@brrainz @erickadengler you could just try removing the connector and solder wire between each unit or now that you have a prototype made with units, look up the circuit diagrams on the site and build a custom pcb containing the devices.
Another route is to learn how to make a custom cable/connector.
BTW the connectors on the devices are male and not female and so adapters must be female not male -
RE: Forum blocking some Apple Private Relay IP addresses...
@felmue the joys of IPV4 blocking
-
RE: M5stickcplus2 won’t boot after downloading Bruce
@kaidencoolkid have you tried the firmware erase and write video on YouTube
-
RE: M5StickCPlus2 won’t boot after installing Bruce via Web Updater
@kaidencoolkid what device? I have a video on YouTube
-
RE: M5StickCPlus2 won’t boot after installing Bruce via Web Updater
@kaidencoolkid usb modem means not detected
-
RE: U097 4-relay failures
@JourneymanWizard Please Email M5Stack support directly and PM them using twitter.
-
RE: M5stickcplus2 won’t boot after downloading Bruce
@kaidencoolkid Erase it and try again, You may have installed the wrong version.
If you have trouble erasing, use arduino to erase and burn hello world. -
RE: Unable to login to M5Burner
@lnw_m5dials You haven't provided enough information to help.
What OS?
Do you have a firewall?
Have you installed M5Burner in the correct place?It could just be the server is unavailable for the M5Burner.
-
RE: 3 things kind of odd in UIFlow2
@phillipsback If you cant access the UIFlow servers at work, it is because the work firewalls are blocking access to the server. This is a common issue and you will need to visit your IT manager about this.
-
RE: Newbie looking for advice
@teastain My M1 didn't, I had to go through all the security issue to get m5burner to work.
-
RE: Newbie looking for advice
@TimeDelay an Intel Mac Hmn, you need the usb drivers for it (from the m5stack site) and esptools The good news is that the old macs used to work great with M5Srack products where as newer ones can have trouble due to osx security
-
RE: UiFlow 2.0 AirQ support, Custom Code will not work...
@ViperNZ Take it back to the basics of just a label, test and then add each block untill the error happens and then post the error message from the console.
-
RE: OSError: [Errno 116] ETIMEDOUT
@laursena if you only have the relay connected but don’t change the code then you will continue to get the error becuase the code is still trying to look for them
-
RE: Odd errors with m5stamp S3- possibly due to memory
@louisandthecat
Can you post the error messages? -
RE: UIFlow 2 bugs?
@amulder You cant use more then 1 Port B device on port B (black port) at a time due to the limit of the hardware (1 pin is hard set to output and one is hard set to input.
To use multiple PortB devices you will need to connect them to a PBHub.
EXT-ENC is a port A device (red port) not a port C (blue port)
Port C is for UART devices normally but if you got it working then fine.