Show Posts
|
|
Pages: [1] 2
|
|
5
|
Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Connecting SM5100B to Arduino (Mega)
|
on: October 06, 2010, 04:38:44 pm
|
Looking at the PDF file, from your link: http://www.cutedigi.com/pub/GPRS/LinkSprite_GSM_GPRS.pdf The GSM module has two serial interface, UART 0 and UART 1, the UART 0 => (pin19 TXD0) and (pin20 RXD0) there is also hardware flow control that you can see at ( PDF page 19, UART Interface) and the UART 1 => (pin46 TX1) and (pin43 RX1), UART 1 has no flow control. You can use UART 0 or UART 1 to connect to Ardunio. Connecting to Arduino:You have to connect (GSM module TXD) to (Arduino RXD) and (GSM module RXD) to (Arduino TXD) and ground from GSM module to Arduino's ground (-minus to -minus) Sending SMS is another matter, you have to use AT command, which you may already know that.
|
|
|
|
|
12
|
Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: LCD Screen Help
|
on: June 29, 2010, 04:53:04 am
|
|
The schematic that you see is for two-way communication, when data flows from 5V I/O to 3.3V I/O and 3.3V I/O to 5V I/O, but in your case (Arduino to 3.3V LCD) data runs only from Arduino to LCD module, that's why I recommend that you try to use series resistors (1K to 10K) at the 4 data lines from Arduino to LCD module. I have tried this method, it is easy and safe.
|
|
|
|
|
15
|
Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Another DIY FTDI cable question/help thread.
|
on: June 25, 2010, 06:05:23 pm
|
|
The cable's (PL-2303 chip) output level is 3.3V, but the voltage level of DTR pin at your cable version is unknown! (it must be 3.3V, when it is not low) Since there is many different cable version and PCB layout of PL-2303 chip, every cable hack depend on the very same kind cable and PCB layout of the different PL-2303 chip.
A new approach: The DTR pin Auto-Reset the Arduino (when uploading a sketch) by pulling the reset pin low (0V) that's way you are going to do the same as you did, but only this time set the multimeter to find the cannectivity. This time look after which pad/pin will be connected to ground(0V) when you are uploading a sketch, you have to be fast, it is only for a few seconds. (it would be more easy if your multimeter has a buzzer)
|
|
|
|
|