GithubHelp home page GithubHelp logo

pickcounter's Introduction

Project logo

PickCounter

Status


PickCounter

📝 Table of Contents

🧐 About

This repo contains firmware and configuration instructions for PickCounter Projects

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them.

- Arduino IDE
- A PC with python3 installed

Installing

A step by step series that tell you how to get the Firmware and Backend running

ESP32 Configuration

You should have Arduino IDE Installed

  1. Add ESP32 Board to your Arduino IDE 1. In your Arduino IDE, go to File> Preferences Installing ESP32 Add-on in Arduino IDE Windows, Mac OS X, Linux open preferences 2. Enter https://dl.espressif.com/dl/package_esp32_index.json into the “Additional Board Manager URLs” field then, click the “OK” button: Note: if you already have the ESP32 boards URL, you can separate the URLs with a comma as follows: https://dl.espressif.com/dl/package_esp32_index.json, http://arduino.esp8266.com/stable/package_esp8266com_index.json 1. Open the Boards Manager. Go to Tools > Board > Boards Manager… 2. Search for ESP32 and press install button for the ESP32 by Espressif Systems“: 3. That’s it. It should be installed after a few seconds.

  2. Now copy the contents of the libs folder to the libraries directory of your Arduino 4. If you are using windows, the libraries directory will be Documents/Arduino/libraries

ESP32 Node FW Uploading
  1. Select ESP32 Dev Module from Tools->Board->ESP32
  2. Select the correct port from Tools->Port
  3. Then open ESP32Firmware.ino file, and open WiFiCreds.h tab on line number 4 and 5, put your WiFi creds
  4. Upload the Code to your ESP32 Wrover Module Gateway Board
  5. Open the serial monitor and press reset button of your ESP32.
  6. You will get Device ID on serial monitor, note it down as you will be using it in Python Script to send data.

🎈 PythonScript Configuration

  1. Download and install Python3 from official website: https://www.python.org/downloads/
  2. Go in the Backend folder and open the terminal
  3. Execute pip3 install -r requirements.txt

Running Python Script

  • Run the python script using python3 sheetsHandler.py
  • The script will start running. You can add orders to the Spreadsheet and they will be instantly dispached to the ESP32 devices. Once the ESP32 completes an order, it will be removed form the sheet and the next order will be sent.

⛏️ Googlesheets

⛏️ Built Using

Demo Video

  • PickCounter - PickCounter ESP32 and Python Backend Demo Video

✍️ Authors

pickcounter's People

Contributors

nauman3s avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.