Search This Blog

Copyright - Technoreview85. Powered by Blogger.

How to make an AC power outlet timer using IC555

This is a complete step-by-step guide to making an electric timer plug. This timer Ac socket can turn on or off any Ac electrical appliance....

Back to Top

Recent Posts

Tuesday, December 10, 2019

How to program M5stack using Arduino IDE

  Avik Roy       Tuesday, December 10, 2019

M5stack core module programing

If you make electronic projects using a microcontroller like Arduino & other MCU then you know that when we experiment with coding & different modules. We use lots of jumper wire, breadboard, & finally, after complete the project we choose veroboard but the lots of wire connections make our project more complicated also.



This is M5stack core development kit .it is a good looking development module with inbuild useful hardware & it can be program using Arduino Ide.
You can make different projects using it. you can make your own gadgets

It is a different concept to making projects using MCU. It is stackable so you can attach sensors & other modules.you can also make your own attachable
Modules.




M5stack module

This module’s hurt & brain is an eap32 chip

So this module has built-in Wi-Fi, Bluetooth.
4mb flushable space
520kb SRAM , Speaker, Grove port, 2.4G Antenna, TF card slot,2inch LCD screen & 150mah lipo battery.



inside of the m5stack

Now I am going to tell you who you can set up Arduino ide for it & uploading code to it.

Download & install Arduino IDE on PC

Download Arduino IDE from here & install on your PC

Download CP210 USB to the serial driver

download CP210 USB to the serial driver from here



Unzip the folder chose 32 bit or 64 bit as per your operating system

install the driver.

Install esp 32 board manager in Arduino IDE

go to – file preferences -setting paste this URL to additional board manager URL – https://dl.espressif.com/dl/package_esp32_index.json



Now go to tools > board > Boards Managers
search for esp 32 & install the esp 32 package.



Now go to sketch -Include Library -manage library
now here search for m5stack
install m5stack library



Now connect your device to a computer

you can check your com port from device manager

go to tools – board & select board “M5stack-core-ESP32”
upload speed 921600
select com port

now go to file – example – M5stack- chose sample code & upload it



Video tutorial

Simple LED blink using m5stack Arduino code

logoblog

Thanks for reading How to program M5stack using Arduino IDE

Previous
« Prev Post

No comments:

Post a Comment