@SirMichael Did you not see the GPIo breakout modules or units?
Did you looking the MBUS connector?
Global Moderators
Forum wide moderators
-
RE: Need Module with I/O for connections...
-
RE: NET ERROR
@Kris You do what it says, check the network and try again or switch everything off, check the network, switch everything back on and then try again.
-
RE: Core2 MBus Power Mode 5V Output AXP2101 / AXP192
Hello @Olbi77
if you want to stay with UIFlow1 you can use the following I2C blocks to turn external 5 V output on and off:
Thanks
Felix -
RE: Core2 MBus Power Mode 5V Output AXP2101 / AXP192
Hello @Olbi77
my previous post assumed you are using Arduino (and not UIFlow).
That said, I can confirm that in UIFlow1 setting the power mode doesn't work for M5Core2 v1.1. (I assume it has not been implemented yet.)
BTW: It works in UIFlow2.
Thanks
Felix -
RE: MQTT subscribe and MQTT applying messaging on UIflow 2 and AomS3
Hello @bluedude
I just double-checked with M5AtomS3 and it works for me as well. UIFlow Project Zone: M5AtomS3_WiFi_MQTT_UIFlow2.1.5
I am sorry, no, I do not have a Smart Config WiFi example.
Thanks
Felix -
RE: Help Needed: RFID Reader Timeout When Adding Wi-Fi and MQTT Code on M5Stack with MicroPython
Hello @edraak
one thing I would change. After
card_uid = rfid.read_card_uid()
check for read being successful: e.g.if card_uid != None:
Thanks
Felix -
RE: Help Needed: RFID Reader Timeout When Adding Wi-Fi and MQTT Code on M5Stack with MicroPython
Hi @edraak
I am running your code with
test.mosquitto.org
as MQTT broker; but so far I was not able to break it, e.g. no ETIMEDOUT error so far.Thanks
Felix -
RE: Unable to run UIFlow or M5Burner on Win10
@Lupa13 Have you installed the latest python and have you installed ESPTools ?
-
RE: Integrating Minecraft Story Mode with M5Stack for an Interactive Experience
@minecraftapks-0 Sounds very interesting and could be a great idea. Look into how it works on the Raspberry pi.
Both the Pi and the M5Stack use Micropython as the base programming language so it could be possible with minimal porting. -
RE: MQTT subscribe and MQTT applying messaging on UIflow 2 and AomS3
Hello @bluedude
I have an UIFlow2 example for M5Dial - which should give you some ideas.
You can find it in the UIFlow Project Zone: M5Dial_WiFi_MQTT_UIFlow2.0.1
Thanks
Felix