Hello!
I have an old Siemens cellphone (who doesn't :)), model a40.
I want to connect it to Arduino to play with AT commands.
Here the pinout:
I used this:
http://tinkerlog.com/wordpress/wp-content/uploads/2008/01/beacon.png
as a reference.
Resistors R7 and R8 are connected to the 3.3v of Arduino board.
So, now comes the testing. I removed Atmega from the board to test the connection directly with FTDI (GPS datalogging shield for Arduino).
I connected TX of the phone (pin 5) to pin 1 of the arduino, and RX of the phone to 0 on arduino.
I also connected GND of the phone to GND of the arduino.
I start arduino IDE, open serial monitor and no matter what I do nothing comes out of the phone. I've sent "AT" so many times changing baud rate, switching pins on the arduino board - nothing helps.
I did the same with the GPS (removed atmega, connected to 0 and 1 pins on the board, started IDE) and it worked. With the phone it doesn't.
Is there something else I should know about serial communication with the phone? Is there a way to test rx and tx separately?
Leonti