Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ryan_13

  1. R

    File Format for Fast SD Read/Write

    Hi everyone! I'm not sure if this has been asked before. I've tried interfacing a SD Card to a microcontroller with a very fast read/write cycle (i'm writing data every second). After days of continuous run, I noticed that the performance degrades. My question is, is FAT the only available...
  2. R

    [SOLVED] Data received in a Server through GPRS

    Hi there! Say, I was able to successfully send a command to a base station using GPRS (although I haven't really tried it), how does the data sent appear in the server? I mean, are they like web pages, etc...? This is really new to me.. Just some idea please.. thanks a lot!
  3. R

    How to store data from serial port and access it through Net

    I use python when doing things like this. I haven't tried b6.. is it easy to learn?
  4. R

    7x7 led matrix problem :(

    what kind of help do you need? ^^
  5. R

    GSM module with SPI interface

    Thanks for the reply =) Actually, my mcu has several uart pins and I can actually go with the task by using the other uart pins. If there's no any other solution, perhaps, I'll really have to settle with that.. =( Thanks again..=)
  6. R

    Microcontroller interfacing with GSM Modem-Tutorial

    If you are going to connect the sim340 module and the pic mcu, i think, you can directly connect the module with the mcu. the gsm module has pins (rx, tx, gnd, etc) that accepts ttl. so it can accept inputs from the mcu even without the max232 converter. you'll only need the rs232 connection if...
  7. R

    Controlling Multiple GSM Modules with One UART

    hi everyone! I really need some help here... I want to control multiple GSM Modules using just one UART, but I can't find a good way of doing it. I'm using a SIM340DZ gsm module. My original plan was to multiplex sim holders but it doesn't seem to be a very good idea due to some standard...
  8. R

    CAN and USB Interface

    i've used pic18F2585.. from CAN, I pass the data to Uart and viewed using the hyperterminal. to get the USB interface, you can connect the RX and Tx pins of the UART of mcu to the pins of USB. There are four pins for USB (Rx, Tx, Vcc and Gnd). Regards ryan
  9. R

    What is this Circuit ?

    I'm not very sure but the basic configuration is similar to that of the schmitt trigger.
  10. R

    C code for i2c mcu to pc

    hi again! what mcu are you using? in "the i2c pins and jtag pins are multiplexed" do you mean the i2c and jtag are in same pin? Isn't there a way to select just one of them to function? (in Zds, some pins perform multiple function and you select what you want by setting the alternate function)...
  11. R

    increase our group activity

    Tortoise And Hare Inspirational Teamwork Story (**broken link removed**) This is an age old fable of the tortoise and hare race. Everyone knows who won the race or do you? Well, recently I heard a new version of this story with a new twist. Read this inspirational teamwork story with lessons in...
  12. R

    increase our group activity

    Teamwork Quotes and Proverbs Unknown It is amazing how much you can accomplish when it doesn't matter who gets the credit. Unknown There is no "I" in "TEAMWORK". Unknown Teamwork: Simply stated, it is less me and more we. Unknown TEAM = Together Everyone Achieves More Andrew Carnegie...
  13. R

    help with my project - GPS AND GSM\GPRS

    Re: gps and gsm Hi GSM Man! Do you know if the SIM340 GSM Module supports SPI interface? And if yes, do I also control the module with AT commands fed on the SPI lines? I'm not sure how to do it this way since I usually communicate with GSM using UART. I actually plan to control multiple GSM...
  14. R

    best GSM/GPRS/GPS module

    so, i send the at commands via the spi.. i'm still a bit confused.. i guess i just have to try it.. thanks a lot!
  15. R

    C code for i2c mcu to pc

    why don't you just use the uart of the microcontroller?

Part and Inventory Search

Back
Top