Skip to content

A simple price checker to get people started flashing the M5Stack module

Notifications You must be signed in to change notification settings

coinicarus/M5StackChecker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

M5StackChecker

A simple Bitcoin price checker to get people started using the M5StickC module.

Installing arduino + libraries + related software

Windows Users, make sure you install java
https://java.com/en/download/

Install the Arduino IDE,
https://www.arduino.cc/en/Main/Software

Install the M5Stack and M5stick Libraries
https://docs.m5stack.com/#/en/related_documents/Arduino_IDE?id=install-m5stack-library

Install the ESP32 hardware (this is optional, i would just install it)
https://docs.m5stack.com/#/en/related_documents/Arduino_IDE?id=install-esp32-board

From "Manage Libraries" install,

  • ArduinoJson
  • M5StickC
  • M5Stack (optional, but i did it)

a


Note:
You may need WifiClientSecure.h, I've seen instances where WifiClientSecure.h cannot be found when compiliing. you may need to add this script to your working sketch hardware libraries folder, check to make sure you have it like shown below
https://github.com/espressif/arduino-esp32/tree/master/libraries/WiFiClientSecure

a




a


a

About

A simple price checker to get people started flashing the M5Stack module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 100.0%