Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Project Documentation

Wi-Fi Enabled Cyble Sensor Interface with Wemos D1 Mini

Image of Wi-Fi Enabled Cyble Sensor Interface with Wemos D1 Mini

Circuit Documentation

Summary of the Circuit

This circuit comprises three main components: a resistor, a Cyble Sensor V2, and a Wemos D1 Mini microcontroller. The resistor is used to limit current or divide voltage in the circuit, possibly for protecting the Cyble Sensor or for creating a specific voltage reference for the Wemos D1 Mini. The Cyble Sensor V2 is likely used for sensing purposes, although the specific function is not detailed in the provided information. The Wemos D1 Mini is the central processing unit of the circuit, interfacing with the sensor and possibly processing the sensor data.

Component List

Resistor

  • Description: A passive two-terminal electrical component that implements electrical resistance as a circuit element.
  • Properties: 200 Ohms resistance.

Cyble Sensor V2

  • Description: A sensor module, specific details not provided. It requires a power supply (VCC) and a ground connection (GND).

Wemos D1 Mini

  • Description: A compact Wi-Fi capable microcontroller board based on the ESP8266 module, with multiple digital and analog pins for interfacing with various components.

Wiring Details

Resistor

  • Pin1: Connected to Wemos D1 Mini's D7 pin and Cyble Sensor V2's VCC pin.
  • Pin2: Connected to Wemos D1 Mini's 3V3 pin.

Cyble Sensor V2

  • VCC: Connected to Resistor's Pin1 and through it to Wemos D1 Mini's D7 pin.
  • GND: Connected to Wemos D1 Mini's G pin.

Wemos D1 Mini

  • D7: Connected to Resistor's Pin1 and through it to Cyble Sensor V2's VCC pin.
  • G: Connected to Cyble Sensor V2's GND pin.
  • 3V3: Connected to Resistor's Pin2.

Documented Code

Wemos D1 Mini Code (sketch.ino)

void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}

Additional Notes (documentation.txt)

No additional code or notes provided for the Wemos D1 Mini.