Post topics, source code that relate to the Arduino Platform

User avatar
By patan77
#72654 Hi, I am new to using arduino just bought my first one yesterday, and I also got an WiFi module.
The "arduino" I got is another brand but should be the same as the Arduino uno rev 3 and I got the ESP8266-01 wifi module.

I've tried doing some simple examples projects following some youtube videos, and all ones have worked no problem.

What I am trying to create is a simple magnetic door switch when its opened I get a signal to my computer.
Getting the magnetic door switch wired with the Arduino and getting a led to light up when the magnetic switch opened worked no problem.

But to set up the wifi module, I cant get it to work.

I have spent hours and hours watching tutorials reading all I can find to trying everything to get this to work, but no luck.

I don't know If I am doing something wrong (probably) or if something is broken.

This is the instructions I am trying currently:
https://github.com/Hieromon/ESP8266

Video of my arduino setup:
[youtube]https://www.youtube.com/watch?v=SEHq4nB2WCM[/youtube]

Image


For the "Arduino" bord I use 12v DC in and usb from my PC.

Different from the Example sketch is that I use 2K instead of 3K resistors for R2,R4 and 1K for R1, R3.
(2K on left side in the video 1K on the right side)

The led of the WiFi lights red constant, I don't know what that means, and the blue led on the wiFi module lights up whenever I upload a sketch to the arduino.

Thanks, in advance, any help is really, really appreciated.