🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • Is M5Cloud down?

    FAQS
    20
    0 Votes
    20 Posts
    52k Views
    dasloloD
    Concise code for sure. I need all the speed I can get so it'll be Arduino for now. I'm surprised you wouldn't see any flicker on the display since you print every frame, also surprised that there is no clearScreen preceding the print. I'm thinking the python print has a background.
  • How to draw with transparency?

    FAQS
    2
    0 Votes
    2 Posts
    7k Views
    dasloloD
    answer: use the TFT_eSPI library, you can pass transparency color in the sprite draw functions
  • Grove - Temperature & Humidity Sensor Pro

    FAQS
    7
    0 Votes
    7 Posts
    20k Views
    JJJ
    @petero Hi PeterO, Sorry I didn't get a chance to look into that further - was busy with github stuff etc. Glad you found the problem. These things can be very particular !! Also glad the link was useful....... the SAM menu is fantastic.... with the included I2C scanner and other features. There are also two other excellent menu systems... You can easily add your own apps to the "M5Stack-SD-Updater" menu (more are being added over time) and the other "M5Stack_MultiApp _Firmware" has a number of useful tools included.... including I2C scanner, voltmeter, etc..... https://github.com/PartsandCircuits Enjoy !
  • CAD files for the case ?

    FAQS
    3
    0 Votes
    3 Posts
    9k Views
    JJJ
    @drwino I've not seen any designs available in STEP format. DXF and DWG formats are available via the link below, along with some 3D design examples. Note Zazardev's Proto design - he managed to alter the original Proto STL at least a little as he filled in the holes in the frame. https://github.com/PartsandCircuits/M5Stack-3DPrintFiles
  • Connecting M5Stack to an MQ-2 smoke/gas sensor

    FAQS
    7
    0 Votes
    7 Posts
    23k Views
    D
    I am been able to read the ADC on pin 35. This corresponds to ADC1_CH7 BUT I cannot get ADC on pin 36 to work. I think this is ADC1-CH0. Anybody has any sample code ? Thanks.
  • Arduino IDE fails to compile Weather Station v8 example sketch

    FAQS
    4
    0 Votes
    4 Posts
    12k Views
    1nformatica1
    @jimit Many thanks for the reply, it is sad as it was the example I wished to include in my M5Stack YouTube review. Glad you liked it anyway! For those who are interested the video is here: M5Stack Review
  • Download and save file

    FAQS
    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • IP5306 getting hot, latchup? Bodge-Job on th PCB!

    FAQS
    4
    1
    0 Votes
    4 Posts
    12k Views
    S
    Hello, I found some pictures on the web, the pads are not populated and yes it is a short!! I removed the short with some fluxed solderwick and hope nothing is damaged by the short. Hopefully the M5Stack-team respondes on how that could happen in production and releases the schematics and placement of parts. Something else that is really odd, on the Keypad there is no bypass capacitor for the Atmel Microcontroller! Best Regards, Seppel
  • GPS + GSM

    FAQS
    6
    0 Votes
    6 Posts
    20k Views
    C
    You can use hardwareSerial to assign (ex)Serial1 and Serial2 to different pin's then use Serial1 and Serial2 to communicate with the GSM and GPS HardwareSerial Serial1; Serial1.begin(unsigned long baud, uint32_t config=SERIAL_8N1, int8_t rxPin=x, int8_t txPin=y, bool invert=false); Just an ideea...
  • how many floors?

    FAQS
    5
    0 Votes
    5 Posts
    14k Views
    dasloloD
    @calin the bottom stack should be the watch 😂
  • How to avoid text flicker ?

    FAQS
    5
    0 Votes
    5 Posts
    20k Views
    dasloloD
    Here is the solution. https://github.com/Bodmer/TFT_eSPI/tree/master/examples/Sprite/Sprite_scroll Thanks to @Calin
  • How does multitasking really work with loop()?

    FAQS
    8
    0 Votes
    8 Posts
    24k Views
    dasloloD
    @calin freeze with no serial message. What is the IDLE task and how do I control all this?
  • Let's speed up DrawLine and DrawPixel?

    FAQS
    11
    0 Votes
    11 Posts
    31k Views
    dasloloD
    Bodmer wrote a nice article on this https://github.com/Bodmer/TFT_eSPI/issues/121#issuecomment-380245040 When un-commenting Display.h/#define SPI_FREQUENCY 40000000, fillscreen nearly doubles. 80M doesn't work on some M5.
  • UART driver breaks on each restart

    FAQS
    12
    0 Votes
    12 Posts
    23k Views
    JJJ
    @daslolo Glad its working again.... I'm using standard Home edition on this machine - but the LTSB windows version you are using sounds like a good option I might use on another system. Thanks for mentioning....
  • What is the fastest way to clear the screen?

    FAQS
    1
    0 Votes
    1 Posts
    6k Views
    No one has replied
  • Missing step

    FAQS
    2
    0 Votes
    2 Posts
    6k Views
    JJJ
    For anyone interested this topic - using ESP-IDF with the M5Stack - was discussed here: http://forum.m5stack.com/topic/148/m5stack-programming-without-arduino-ide-how
  • [BUG] analogRead(35) beeps

    FAQS
    6
    0 Votes
    6 Posts
    17k Views
    JJJ
    @dda So it is the "shut up"function ! ha ha
  • AD noisy? (No)

    FAQS
    2
    0 Votes
    2 Posts
    5k Views
    dasloloD
    After disconnecting the M5 from the computer and grounding the source, the sampled signal is very clean.
  • Mounting SD Card

    FAQS
    7
    0 Votes
    7 Posts
    29k Views
    dasloloD
    @jimit yes 32GB is the max partition size for FAT32, that was a lucky choice.
  • 0 Votes
    3 Posts
    17k Views
    dasloloD
    M5Stack easy setup: Use the device manager to install this https://bit.ly/2q6JZey Then expand that in your libraries folder: https://bit.ly/2q34DNx Finally, alongside libraries, create hardware/espressif and expand this https://bit.ly/2GyEsom in it - DONE!