I am working with a iComSat V1.0 Shield with a SIM900 module on it and have a major problem working out how to control it's power and reset from within software.
When the stack is initially powered up the Shield goes into a standby mode and requires you to press the power button on the shield to fully power up.
Secondly, when the Arduino is reset, the Shield is not, again it has its own reset button.
Has anyone found a way to override these buttons in software or, if need be, hardware?
As the Arduino is running at 5V and the SIM900 at 3.3V I am reluctant to try and override the buttons with I/O pins directly.
The application calls for the product to be inside a locked box so having to push buttons renders the shield useless in this application.
Edit: I am using it with the MEGA and driving it with Serial2, rather than soft serial, and have additional spare pins and a soldering iron if anyone considers a Hardware patch is necessary and feasible.
As I interpret the schema you can connect a digital LOW to the RESET and PWR of the SIM shield to signal it.
That was my initial thought too, but then I realised that the 5V logic level on the Arduino Pins would probably blow the 3.3V input pins of the SIM900. I have never worked with devices at different Voltage levels before so thought I should ask for help rather than risk letting the smoke out
Thanks, I was rather hoping I could do it with a voltage divider rather than transistors, but I guess if the job is worth doing I may as well do it properly. It still rules out this board for production units though.
Is there a 3.3V version of the Arduino?
But then I will have problems interfacing to other devices i suppose
I'm not sure why you want to reset the SIM900 when the Arduino resets but.... what you can do is include the AT command to power the shield down in your Setup function and then turn the power on using a digital pin through a transistor.
Just curious, if one uses the arduino mini pro (3.3v) is the built-in controlled power supply. This should without modification be appropriate for the simcom900 chip (3v-4.8v), though it is on the low side is that okay? Also simcom seems to want 2A at peak (I presume for voice), but for web pages or sms, would the vcc from the arduino mini pro be sufficient?
Havn't fixed it yet. Even by using the usb to serial 232 cable and a MX232N chip and using a voltage divider to decrease the input RX port of the SIM900 module its not responding to any of my AT commands. There's some additional underlying problem than it jsut being brought down to 2.8V. Unless I burnt the module already. But its doing the same thing as it did when I first bought it so its something im not doing right.
I am working with a iComSat V1.0 Shield with a SIM900 module on it and have a major problem working out how to control it's power and reset from within software.
When the stack is initially powered up the Shield goes into a standby mode and requires you to press the power button on the shield to fully power up.
Secondly, when the Arduino is reset, the Shield is not, again it has its own reset button.
Has anyone found a way to override these buttons in software or, if need be, hardware?
As the Arduino is running at 5V and the SIM900 at 3.3V I am reluctant to try and override the buttons with I/O pins directly.
The application calls for the product to be inside a locked box so having to push buttons renders the shield useless in this application.
I could not get my shield working with the Arduino UNO. Are you able to provide any sample code as I keep getting "no response" and "SMS ERROR" when trying to send an SMS or do practically anything with it.
It powers on, I hold the PWR button so then the STATUS LED displays. NET flashes every now and then but like I said I just keep getting "no response" every single time. I'm running serial and gsm at 9600 baud rate if that helps.
fulvio:
I could not get my shield working with the Arduino UNO. Are you able to provide any sample code as I keep getting "no response" and "SMS ERROR" when trying to send an SMS or do practically anything with it.
It powers on, I hold the PWR button so then the STATUS LED displays. NET flashes every now and then but like I said I just keep getting "no response" every single time. I'm running serial and gsm at 9600 baud rate if that helps.
I know you are using the IteadStudio version, but I think they are pretty similar and had that silly power switch thing (at least the 1st version of Seeedstudio's).