thestonedape / EspWizard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP Wizard




Context

The ESP Controller App is a mobile application that allows you to control your ESP devices from your smartphone or tablet. With this app, you can easily connect to your ESP devices and send commands to them, such as turning on or off an LED, Motors, changing the color of an RGB light, or reading sensor data.

Features

  • Easy to use interface for controlling ESP devices
  • Connects to ESP devices using Wi-Fi
  • Supprts multiple ESP devices
  • Sends commands to ESP devices via UDP
  • Displays sensor data from ESP devices in real-time
  • Customizable commands support for new devices

Getting Started

  • Connect your ESP device to a Wi-Fi network and obtain its IP address.
  • Install the ESP Controller App.
  • Open the app and tap the "search" button to add a new device.
  • Tap "Modes" to select the modes.
  • Open the control interface for the device.
  • Use the interface to send commands to the ESP device.

Troubleshooting

If you are unable to discover the ESP devices on the network, you may need to check the following:

  • Ensure that the ESP devices are connected to the same Wi-Fi network as your mobile device.
  • Check that the ESP devices are powered on and connected to the network.
  • Verify that the broadcast IP address used in the app matches the network configuration of your Wi-Fi network.

Steps to run it

Step 1: Clone the repository Firstly, you will need to clone the repository that contains the React Native project onto your local machine. You can do this by running the following command in your terminal:
   git clone <repository URL>

Step 2: Install dependencies Once you have cloned the repository, navigate to the project directory and install the required dependencies by running the following command:
   npm install

Step 3: Run the project After the installation of dependencies is completed, you can start the project by running the following command:
   npm start

Step 4: Run the app on an emulator or a physical device To run the app on an emulator, open a new terminal window, navigate to the project directory, and run the following command:
   npx react-native run-android

About


Languages

Language:JavaScript 50.7%Language:Java 23.9%Language:C++ 11.2%Language:Objective-C++ 6.8%Language:Objective-C 3.7%Language:Ruby 2.5%Language:Starlark 0.9%Language:CMake 0.4%