Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. m5er
    M
    • Continue chat with m5er
    • Start new chat with m5er
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    m5er

    @m5er

    5
    Reputation
    22
    Posts
    2494
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    m5er Follow

    Posts made by m5er

    • RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart

      @gipsyblues I suppose you have figured it out by now (and sorry for late reply - I got no notification for this post). In any case, you can download the M5Burner software, connect your M5stack basic (not core2) and flash the TicrThing firmware. Let me know if you encounter difficulties, preferably in a PM so we don't hijack this thread.

      posted in PROJECTS
      M
      m5er
    • RE: drawing a base64 encoded image on M5Stack Core

      For those who are interested, the code at the end of this tutorial works well. The tutorial is about strings, but works in exactly the same way for base64-encoded jpg images. All you have to do after decoding the string (containing the base64-encoded jpg image) is to write it to SPIFFS and then call M5.Lcd.drawJpgFile(SPIFFS, jpgFileName, 0, 0);

      posted in Arduino
      M
      m5er
    • RE: M5Burner - how to add firmware?

      Thank you @ajb2k3 for the tip. That worked! I contacted the M5Stack technical support and not long after my firmware was included in the M5Burner.

      0_1625171549710_ticrthing.jpg

      posted in SOFTWARE
      M
      m5er
    • RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart

      For those who are interested in trying out the TicrThing for free, you can now find the firmware in the M5Burner.

      0_1625170868868_ticrthing.jpg

      posted in PROJECTS
      M
      m5er
    • M5Burner - how to add firmware?

      How does one include their firmware in the M5Burner? I followed the official instructions and submitted a pull request, but 10 days later there is still no merge or even comment.

      Is there another way to include firmware? Or I simply need to wait (indefinitely)?

      Bonus question: how do you include an image/gif with your firmware, so it appears in M5Burner? This is not explained in the official instructions.

      0_1623697071221_c5b5cd53-2dc0-4a89-b4e9-31f5f1b98ed6-image.png

      posted in SOFTWARE
      M
      m5er
    • RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart

      I saw a crypto project on the M5Stack and had to comment!

      First of all congrats to @frittna for the good execution of the concept. Didn't try it myself, but looks great on the photos!

      Seven years ago I started working on a similar crypto project. Decided to go all the way from idea to market, not just because I love crypto, but because I wanted to gain the learning and experience on the way. It was worth it!

      I've seen a lot of "weekend projects", but none of them had the features I wanted or was easily configurable by non-technical people. So I brought my crypto project to a full commercial product. I call it the TicrThing - your dedicated price ticker. (sorry for the obvious ad)

      The previous versions had custom-made hardware, but they always lacked something... Once I discovered the M5Stack, I thought it was a perfect fit. So I completely re-wrote my code for the M5Stack, wrote also the server side, and released the new product earlier this year. Hope this helps bring the M5Stack platform to a wider audience!

      0_1623355690432_bg_2_detail.jpg

      P.S. It was not my intention to hijack the thread, but to share the story of a similar crypto project and how it evolved to use the M5Stack.

      posted in PROJECTS
      M
      m5er
    • drawing a base64 encoded image on M5Stack Core

      Greetings,
      Do you have a minimal example in Arduino/C showing how to draw a base64 encoded image? Imagine I have an image that is saved as a base64 string (either in a string variable or in a text file, doesn't matter). The question why I have the image as base64 encoded string is out of scope :). How do I draw this image on the screen of an M5Stack Core? Thanks in advance!

      Note that I am not talking about encoding an image to base64, nor about serving (webpages containing) base64 images. I have a base64 encoded image saved on the M5Stack Core and I want to display it on the screen.

      posted in Arduino
      M
      m5er
    • RE: Display on during deep sleep?

      Hey @pierred and @crami25 - no offense, but it looks like you are hijacking this thread to discuss a different topic, i.e. how to wake from sleep. The original topic of this thread is "how to enter deep sleep while keeping the LCD on". This is still not solved and I doubt that it will ever be.

      posted in Cores
      M
      m5er
    • RE: Ultra Low Power Stick, Is There a Market?

      Hey @mati. Any success on this?
      Just to be clear, the issue is not that I need to cut the LCD in deep sleep, but just the opposite - to keep the LCD ON while the M5Stack is in deep sleep. Have you managed to test this?

      posted in M5 Stick/StickC
      M
      m5er
    • RE: Ultra Low Power Stick, Is There a Market?

      Hey @ajb2k3, thanks for your input, but I'm afraid bigger/external battery doesn't answer OP's question and neither the issue I referenced. An e-paper display will certainly render the M5stack a lot more energy efficient while preserving the same product size (while external battery will just make the product bigger). And yes, e-papers of this size do exist, though are probably more expensive than the OLED.

      @Mati if your M5stick is indeed in deep sleep while the display is on, then the issue I referenced earlier affects only the M5stack. I don't see why this issue is not fixed in this product...

      posted in M5 Stick/StickC
      M
      m5er