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 traxonja

  1. T

    mobile control security system

    schematic fbus pic Here is an sms controller with Nokia DLR-3P cable included: https://www.elektronika.ba/projekti/?akc=daj_projekt&idprojekt=6 Here is sms-box, an "AT-Command" translator, pdu-coder-decoder, all-in-one chip :) https://www.elektronika.ba/projekti/?akc=daj_projekt&idprojekt=9
  2. T

    Info about homemade teletext inserter

    elv teletext inserter Here is a hardware subtitler with teletext chip and PIC: https://www.elektronika.ba/el.sheme/?akc=daj_shemu&idshema=317
  3. T

    SMS on PSTN by using ATMEL 89S51 and FSK

    pstn modem support fsk SMS over PSTN works only with FSK BELL202 1200bps. DTMF is not used for SMS applications over PSTN. Try using FX-614 chip as FSK modem. Just talk to it over RS232 bus.
  4. T

    Mobile Phone for SMS controlling

    Check this out. https://www.elektronika.ba/projekti/?akc=daj_projekt&idprojekt=9
  5. T

    How to send picture sms with PDU?

    send picture using pdu All you need to know about PDU format is here: **broken link removed**
  6. T

    sending, receiving, comparing SMS through AT commands

    +cmgs:4 For PDU<->TEXT conversion and everything with SMS, you can use this little chip: https://www.elektronika.ba/projekti/?akc=daj_projekt&idprojekt=9
  7. T

    [SOLVED] How to write AT-commands on an MCU?

    siemens c55 at command If you don't figure out how to handle AT commands, check this project out: https://www.elektronika.ba/projekti/?akc=daj_projekt&idprojekt=9
  8. T

    cellular phone interfacing

    There is an AT command +CFUN. I know that you can switch it off, but I am not sure about switching it back on. Maybe there is a hardware pin on it's connector or some combination of signals on the connector could power it up.
  9. T

    cellular phone interfacing

    For interfacing 6210 and similar phones visit this link: **broken link removed** For interfacing Siemens or Ericsson phones, just find pinouts for TXD RXD and GND. www.elektronika.ba
  10. T

    GSM AT Command for issuing service command

    Well, 80% AT commands are the same. The rest is phone-based AT commands which are not the same. Here is a pdf document in attachment - AT commands for siemens and AT+CUSD is not listed :cry: AT Command set file:
  11. T

    GSM AT Command for issuing service command

    :| The phone I am using is Siemens M35 or S25 or similar junk.
  12. T

    Having trouble with PORTB and A (need help)

    Check the datasheet for that MCU that you are using. Usually PORTA.4 cannot be used as output, so check the PDF. www.elektronika.ba
  13. T

    GSM AT Command for issuing service command

    Hello, Is there an AT command for dialing /issuing gsm service commands? For example, when you dial on your phone's keypad: *43# and press YES you would see "Requesting..." or something like that. That's cool. The question is, how to do that by using AT commands? I have tried: ATD*43#...
  14. T

    GSM AT Command for issuing service command

    siemens m35i at+cusd Hello, Is there an AT command for dialing /issuing gsm service commands? For example, when you dial on your phone's keypad: *43# and press YES you would see "Requesting..." or something like that. That's cool. The question is, how to do that by using AT commands? I have...
  15. T

    nokia 3310 16f627A fbus control

    python sms pdu converter Hello, Are you willing to share your code for decoding PDU -> TEXT and vice-versa? I will then re-write them in MPASM (using assembler). The problem could be because you are using internal oscillator. The oscillator should be VERY precise, so use extarnal for no...

Part and Inventory Search

Back
Top