Giter Site home page Giter Site logo

kaiju-ecrfv2's Introduction

Kaiju-ECRFv2

Idea, development and implementation: Joel Serna (@JoelSernaMoreno).

Kaiju API: ComThings (@ComThingsSAS).

Discord Group: https://discord.gg/jECPUtdrnW

The developers and collaborators of this project do not earn money with this. You can invite me for a coffee to further develop Low-Cost hacking devices. If you don't invite me for a coffee, nothing happens, I will continue developing devices.

ko-fi

Introduction

Evil Crow RF V2 supports the Kaiju API. You need to create an account and buy a license or some tokens to use this:

Create account: https://rolling.pandwarf.com/

Buy licenses: https://pandwarf.com/product-category/license/

Buy tokens: https://pandwarf.com/product-category/token/

NOTE: Kaiju-ECRFv2 is a beta firmware, possibly with bugs because it is not stable yet. You can use the serial monitor to debug errors.

Installation

  1. Install esptool: sudo apt install esptool
  2. Install pyserial: sudo pip install pyserial
  3. Download and Install the Arduino IDE: https://www.arduino.cc/en/main/software
  4. Download Kaiju-ECRFv2 repository: git clone https://github.com/joelsernamoreno/Kaiju-ECRFv2.git
  5. Download the ESPAsyncWebServer library in the Arduino library directory: git clone https://github.com/me-no-dev/ESPAsyncWebServer.git
  6. Download the AsyncTCP library in the Arduino library directory: git clone https://github.com/me-no-dev/AsyncTCP.git
  7. Edit AsyncTCP/src/AsyncTCP.h and change the following:
  • #define CONFIG_ASYNC_TCP_USE_WDT 1 to #define CONFIG_ASYNC_TCP_USE_WDT 0
  1. Open Arduino IDE
  2. Go to File - Preferences. Locate the field "Additional Board Manager URLs:" Add "https://dl.espressif.com/dl/package_esp32_index.json" without quotes. Click "Ok"
  3. Select Tools - Board - Boards Manager. Search for "esp32". Install "esp32 by Espressif system version 1.0.6". Click "Close".
  4. Open the Kaiju-ECRFv2/Kaiju-ECRFv2/Kaiju-ECRFv2.ino sketch
  5. Select Tools:
    • Board - "ESP32 Dev Module".
    • Flash Size - "4MB (32Mb)".
    • CPU Frequency - "80MHz (WiFi/BT)".
    • Flash Frequency - "40MHz"
    • Flash Mode - "DIO"
  6. Upload the code to the Evil Crow RF V2 device
  7. Copy the Kaiju-ECRFv2/SD/HTML folder to a MicroSD card.

NOTE: The Kaiju-ECRFv2 firmware requires an internet connection. Evil Crow RF V2 is configured in STATION mode, you will need to set up a WiFi access point with a mobile phone or router. Evil Crow RF V2 will connect to it to access the internet.

By default, you have to configure a WiFi access point with the following information:

  • SSID: testing
  • Password: 123456789

You can edit the firmware to change the configuration of the WiFi access point.

Demo

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.