Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. PROJECTS
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes

    PROJECTS

    • S

      M5Atom chat server (Chatterbox) modifications help or advice.
      • st01

      1
      0
      Votes
      1
      Posts
      196
      Views

      No one has replied

    • G

      Arduino to M5Stick
      • g7kse

      1
      0
      Votes
      1
      Posts
      226
      Views

      No one has replied

    • T

      Simple Applications Menu
      • Théo Dedouet

      1
      0
      Votes
      1
      Posts
      278
      Views

      No one has replied

    • G

      M5Paper UI Framework Sample Project
      • grundprinzip

      3
      1
      Votes
      3
      Posts
      509
      Views

      G

      @fonix232 Thanks! For me the exercise is much more exploring how the epaper display works when drawing the different components and how to optimize partial updates. I will have a look at the projects you mentioned and see if I can find some inspiration!
    • M

      Question to Project: Real-time integration of stock quotes via HTML5
      • Max_loser

      1
      0
      Votes
      1
      Posts
      190
      Views

      No one has replied

    • M

      Question: Groove DMX512 integration in UIFlow Project
      • Max_loser

      1
      0
      Votes
      1
      Posts
      134
      Views

      No one has replied

    • P

      M5Paper and BME280 Sensor
      • Powersoft

      2
      0
      Votes
      2
      Posts
      280
      Views

      P

      Make an improvement in the main call routine. The return value of getBME280 is a boolean. now it is possible to check whether a BME280 is connected correctly. bool getBME280(TwoWire *theWire, double *t, double *p, double *h) { _i2c = theWire; /* check of BME280 is avilable */ uint8_t value = read8(0xD0); if (value == 0x60) // BME280 detected { reset_BME280(); // Reset BME280 write8(BME280_REGISTER_CONTROLHUMID,(uint8_t)0x01); // Select control humidity register write8(BME280_REGISTER_CONTROL, (uint8_t)0x27); // Select control measurement register write8(BME280_REGISTER_CONFIG, (uint8_t)0xA0); // Select config register readCoefficients(); // Read coefficients from BME280 *t = get_Temperature(); // Get temperature *p = get_Pressure()/100.0; // Get pressure *h = get_Humidity(); // Get Humidity return true; } else { return false; // No BME280 detected } } Cheers, Jan
    • A

      Internet Radio with Base Node
      • aattila

      1
      0
      Votes
      1
      Posts
      278
      Views

      No one has replied

    • T

      M5Stack (Stick|Atom) with Xiaomi LYWSD03MMC
      • Thrasher

      4
      0
      Votes
      4
      Posts
      652
      Views

      did you find any micropython code any bluetooth communication for arduino. with arduino c code communication is not hard.i made reader it is reads actual values and creates array for histogram.half part of the screen show histograms graph i used nRF Connect app on android which bt id and details will be used on the code.
    • T

      Low power GPS with maps for hiking
      • tcornall

      1
      0
      Votes
      1
      Posts
      309
      Views

      No one has replied

    • M5Paper Price tag
      • ajb2k3

      3
      1
      Votes
      3
      Posts
      453
      Views

      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.
    • C

      I hope this is she right place. I have M5StickC nits But It seems stuck or something
      • calmasacow

      2
      0
      Votes
      2
      Posts
      313
      Views

      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
    • L

      Check your uPython version
      • LasNiko

      5
      0
      Votes
      5
      Posts
      580
      Views

      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.
    • L

      Super simple RGB mixer
      • LasNiko

      2
      0
      Votes
      2
      Posts
      350
      Views

      Hello @LasNiko nice project! You can use three backticks before and after the code. Full description here. Thanks Felix
    • K

      Lighpaint project
      • kolbjorn

      2
      0
      Votes
      2
      Posts
      416
      Views

      No one has replied

    • T

      M5Stack - Simple Applications Menu + some APPs
      • TomSuch

      40
      3
      Votes
      40
      Posts
      89229
      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
      • Lady Ela

      1
      0
      Votes
      1
      Posts
      442
      Views

      No one has replied

    • M5StickC Joystick+ESP32 robot+Protocol Buffers (nanopb)+3dprint
      • hpsaturn

      1
      0
      Votes
      1
      Posts
      479
      Views

      No one has replied

    • C

      Update. Is it possible to update to M5Stakch version 0.3.1 ? Thanks
      • cacb

      1
      0
      Votes
      1
      Posts
      356
      Views

      No one has replied

    • First Project - UIFlow Sleep Training Clock
      • daich

      1
      1
      Votes
      1
      Posts
      542
      Views

      No one has replied

    Move Topic