Skip to content

konacurrents/M5ATOM_Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M5 QRCODE Scanner Test

This is a test of the M5 QR Scanner. M5 Atom

This is NOT using the continuous scan, and is NOT using the buttons to turn on scanning.

Instead the scanning is in a loop, so others get a chance to run (like Bluetooth and WIFI - when included).

Building the M5ATOM_Testing executable

After cloning or downloading follow these steps.

  1. The arduino runtime must be installed. For example: ardunio-cli.
  2. The runtime for the M5stack is required in the Additional Boards Manager URLs of the settings For example comma seperated json files URL's
https://dl.espressif.com/dl/package_esp32_index.json
https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
  1. Set the appropriate Board (under Tools->Board). For the M5 use M5Stick-C-Plus and for the ESP-32 base use ESP32 Dev Module.

  2. Modify the Defines.h to reflect the build target. For example the M5 devices ESP_M5_ATOM_LITE_QR_SCANNER_CONFIGURATION or ESP_M5_SMART_CLICKER_CONFIGURATION

  3. Then build using the arduino compiler and install using the USB cable. Note, that the Partition Scheme should be default including OTA support.

  4. Alternately, the Over the Air (OTA), can be used. Currently for this software base these are located at the http://KnowledgeShark.org site. Note that this is http not https as the ESP32 devices cannot currently communicate using the secure connection.