I am a second year Industrial Design student working on a project in which I want to incorporate an ESP8266. I don't have a big electronical background, I want to mention this, because I may come across as a noob, well, I am one.
My idea is to make a insole with 5 analogue pressure sensors, which transmits data about how you walk. I thought the ESP would be perfect for this, because it is so small.
Now I already having maior difficulties with communicating to it. Because it needs 3.3V, I have tried hooking it up to a FT232RL (https://www.sparkfun.com/products/650). Which didn't give me anything. Next to that I tried the voltage divider approach, this also didn't work. '
Now I plugged it directly into my arduino, and it said ready at a baudrate of 9600. Awesome. But it doesn't respond to AT commands. I can see it's transmitting data when I use an AT command, but my Arduino Uno doesn't understand it, so I don't get any feedback.
Does somebody know what I am missing here? Do I need to add something to the arduino software? And when I plug it directly into my Arduino, what are the chances of blowing up the ESP?
Thanks in advance for helping.