I just got my new 3.3V Arduino Pro mini and uploaded the blink sketch and it worked just fine. I am using the FTDI board from spark fun to program my arduino.
But the problem is when I tried using the example "AnalogSerialRead" I found that my Arduino is not able to communicate with Serial monitor. So the problem is I am able to upload the program by I am not able to read anything serially. Thinks that I have tried/checked
-
The IDE has the right board selected it is 3.3V Arduino Pro mini with Atmega 328p working at 8MHz. It is set properly
-
I tried a program which will read the value of a pot and write it to a PWM pin to control the brightness of the LED and the program worked just fine.
-
Powered the board though Raw and checked my Vcc to be 3.3V so I am using the right board
-
Used my +5V pro mini with the same programmer and it works just fine
-
I have selected the 3.3V option on my FTDI board to program my 3.3V pro mini
-
I tired with different baudrates and nothing worked