Navigation

    M5Stack Community

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

    Asmodev

    @Asmodev

    Just a wanderer

    4
    Reputation
    59
    Posts
    1739
    Profile views
    1
    Followers
    2
    Following
    Joined Last Online
    Location United Kingdom

    Asmodev Follow

    Posts made by Asmodev

    • M5 Atom Echo (Aux Out) for stereo output.

      If you guys can add a stereo output to the next atom, with Bluetooth and wifi and an RGB equalizer on the front, that would be amazing!

      Please put an RGB display on the front with audio equalizer visuals and an aux-out port for headsets! This would so make it the next ipod! simply connecting it to my phone and then receiving audio will make all headsets portable! man, this would be an epic product!

      posted in Features Wish List
      Asmodev
    • RE: On M5Core2 I am not getting a working https request (WiFiClient). What do I wrong?

      @mickey95 dude?

      posted in Arduino
      Asmodev
    • RE: M5Stack [Core2] Image using drawJpgFile from SD Card

      it works when set as c code and implemented in the sketch yeah.

      posted in Arduino
      Asmodev
    • RE: CAS Graphics calculator implemented in Core2 with faces keyborad

      @otosan-maker Build a wave form modulator with output, create white noise/brown noise blue noise and pink noise and a variation between them, that would inspire many people to make their own.

      posted in PROJECTS
      Asmodev
    • RE: CAS Graphics calculator implemented in Core2 with faces keyborad

      That could be useful but there are many calculators out there, your skils could be put to better use, i dare you to make a portable frequency modulator :p

      posted in PROJECTS
      Asmodev
    • Lack of support

      The forums do nothing for support and no people are being tended to or even helped by you guys anymore, What happened to helping your customers and providing them with a rich interface to get support?

      Looking back at the logs, its been a while since anyone from m5stack has helped anyone, yet you're still selling the products... what gives?

      Maybe by providing some help to your community you might get a bigger following, but as far as i can see, it's going down the drain.

      posted in General
      Asmodev
    • RE: On M5Core2 I am not getting a working https request (WiFiClient). What do I wrong?

      Can we see the code?

      posted in Arduino
      Asmodev
    • RE: drawJpgFile at specific coordinates
      void drawJpgFile(fs::FS &fs, const char *path, uint16_t x = 0,
                       uint16_t y = 0, uint16_t maxWidth = 0,
                       uint16_t maxHeight = 0, uint16_t offX = 0,
                       uint16_t offY = 0, jpeg_div_t scale = JPEG_DIV_NONE);
      
      void drawPngFile(fs::FS &fs, const char *path, uint16_t x = 0,
                       uint16_t y = 0, uint16_t maxWidth = 0,
                       uint16_t maxHeight = 0, uint16_t offX = 0,
                       uint16_t offY = 0, double scale = 1.0,
                       uint8_t alphaThreshold = 127);
      

      As you can see you don't need the extra values because they're automatically SET, even
      M5.Lcd.drawJpgFile(SD, "/wifi.jpg",110,40,100,100,0,0);
      does not work though, Why are the libraries not working properly?

      posted in PRODUCTS
      Asmodev
    • M5Stack [Core2] Image using drawJpgFile from SD Card

      I'm using this code to get an image from the SD card formatted with (exFAT) which is placed in the main directory of the SD card.

      //Code to load the image
      M5.Lcd.drawJpgFile(SD, "/wifi.jpg",110,40);

      However it does not work? The image is 100px,100px, trying to place it at x110, y40 on screen.

      The screen has no image? what's wrong with this? the image is in format .jpg but it just refuses to work?

      posted in Arduino
      Asmodev
    • RE: Infrared Tutorial Sucks!

      @ajb2k3 So m5stack sold a useless product? @m5stack Why are you ripping your customers off? First the M5UV2 issue, now this? I’m really starting to be disgusted by how m5stack treat its customers with garbage half baked products. I purchased their products with the idea that development would be easier, but it’s not easy, They’ve given us the idea that their products are easier to use but the bugs and product issues are far more annoying than any other company that sells embedded devices.

      posted in Units
      Asmodev