🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • M5Paper Price tag

    3
    1
    1 Votes
    3 Posts
    4k Views
    ajb2k3A
    Manually as I haven't worked out the server side of things. I hit a ram issue on the coreink preventing me pulling it from online so I need to work out how to make a server to do the lifting and parsing.
  • 0 Votes
    2 Posts
    4k Views
    felmueF
    Hello @calmasacow I get the impression you are trying to do to many things at once. May I suggest you start slow and take it step by step? first make sure you can upload a program from your computer successfully and multiple times start with a simple program like this then try to modify it, for instance by changing the text Only if above steps work reliably it makes sense to continue with your own stuff. Good luck! Felix
  • Check your uPython version

    5
    1
    0 Votes
    5 Posts
    10k Views
    ajb2k3A
    I'm trying to push for a unified API but the problem is that some of the devices are slightly different and require slightly different commands. Please add your request for a unified API to the suggestions list.
  • Super simple RGB mixer

    2
    1
    0 Votes
    2 Posts
    5k Views
    felmueF
    Hello @LasNiko nice project! You can use three backticks before and after the code. Full description here. Thanks Felix
  • Lighpaint project

    2
    0 Votes
    2 Posts
    3k Views
    No one has replied
  • M5Stack - Simple Applications Menu + some APPs

    40
    3
    3 Votes
    40 Posts
    248k Views
    T
    Hi Guys, ihm new with M5Stack. I have a MCore2 and try compile this in visual code with plattform.io. How i must use the code in Plattform.io ? If i compile the code, the device showing black screen. Can anyone help me ?
  • M5stack Fire mit Lego Powered Up verbinden

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • M5StickC Joystick+ESP32 robot+Protocol Buffers (nanopb)+3dprint

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • Update. Is it possible to update to M5Stakch version 0.3.1 ? Thanks

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • First Project - UIFlow Sleep Training Clock

    1
    1 Votes
    1 Posts
    4k Views
    No one has replied
  • Please mesh network

    2
    0 Votes
    2 Posts
    5k Views
    felmueF
    Hi @vgamlc I haven't tried it myself but according to this document the library should be included in the Arduino IDE library manager: Installation painlessMesh is included in both the Arduino Library Manager and the platformio library registry and can easily be installed via either of those methods. Cheers Felix
  • Core2 portable COâ‚‚ sensor

    2
    0 Votes
    2 Posts
    5k Views
    felmueF
    Hello David wow, nice project! Regarding power supply via 5v bus. There is a function called SetBusPowerMode() which allows to switch between internal 5v boost (default) and being powered externally, e.g. from 5v bus. Unfortunately it is broken and the pull-request I've posted a while ago has not been merged yet. If you're interested you can still give it a try: https://github.com/m5stack/M5Core2/pull/10 Calling the function in setup() with input parameter set to 1 switches to external power and the 5v from the bus are taken to power the Core2. It also charges the battery. e.g. M5.Axp.SetBusPowerMode(1); Note: Without battery installed you'll need to modify the existing call to this function in void AXP192::begin(void) else the M5Core2 cuts itself off shorty after booting. Greetings from Winterthur Felix
  • Is there a PlatformIO Expert in the House?

    6
    1 Votes
    6 Posts
    13k Views
    felmueF
    Hello Van sounds like a plan - thank you. Glad to help out. Cheers Felix P.S. I am very sorry for misspelling your name previously (fixed now).
  • M5StickC Nixie tube Clock

    28
    2
    2 Votes
    28 Posts
    122k Views
    world101W
    I implemented the Nixie tube clock in uiFlow IDE for the M5StickC-Plus device. [image: 1599001318721-clock_h2.jpg] https://github.com/bstein2379/M5StickC-Plus-Nixie-clock Credit goes to @macsbug for the original idea. I just made it easier for new programmers and kids by using the uiFlow IDE.
  • GoPro remote controller

    1
    1
    1 Votes
    1 Posts
    5k Views
    No one has replied
  • PlatformIO Projects for BugC and Joystick + 2 M5StickCs using ESP-Now

    5
    1 Votes
    5 Posts
    10k Views
    P
    Really cool and we’ll documented. Being new to UIFLOW, is there a way to get that code into UIFlOW to play with it? Is there a .m5f I’m not seeing? Thanks, Paul
  • A simple calendar for cores

    3
    1
    0 Votes
    3 Posts
    7k Views
    A
    @vkichline Thank you, I'm glad you like it. Once the upload issue is fixed, I'll share the m5f file, anybody then can easily change the color to their liking or infact modify it entirely if desired, there's most likely things in there that could have been done in a better way. (Feel free to point them out, I'm still learning)
  • RoverC / disassembly

    2
    0 Votes
    2 Posts
    4k Views
    m5stackM
    @taxfromdk difficult to change the battery. probably to cause damage. so don't do that
  • M5StickC + JoyC hat = control your Lego Batmobile

    1
    1 Votes
    1 Posts
    4k Views
    No one has replied
  • Power on and off with an external switch when panel mounted

    3
    0 Votes
    3 Posts
    6k Views
    J
    Thanks for the info. Solves the issue. So looking at the schematic I would connect to pin 28 for 5V and pin 1,3 or 5 for GND. Cheers.