Callsign
ad: dxeng
Page 5 of 5 FirstFirst 1 2 3 4 5
Results 41 to 49 of 49

Thread: ARDUINO

ad: l-AmericanRadio
ad: l-assoc
ad: l-hrd-1
ad: l-gcopper
ad: l-ezhang
ad: l-BCInc
ad: l-innov
  1. #41
    Join Date
    Feb 2010
    Location
    Dallas / Fort Worth
    Posts
    2,600

    Default

    Quote Originally Posted by WA6MHZ View Post
    The good news is that I can talk and program the Arduino with my WinXP laptop. Don't know why the win2K doesnt work. So there is progress!
    Glad to hear it -- now you can get something done on your automatic litter box emptier and black widder eradicator.

  2. #42

    Default

    Whoops, didn't catch that you were running Windows 2k. Here's something that might be of use, http://arduino.cc/playground/Main/UnoWin2k.

  3. #43

    Default

    Arduino APRS Tracker:

    I have uploaded my custom version of the Trackuino Project.

    Link:
    http://code.google.com/p/trackuino-aprs/

    Alfredo Mendiola Loyola
    OA4AJP

  4. #44
    Join Date
    Jul 2009
    Location
    FN13
    Posts
    766

    Default

    Still working on mine. Got the GPS going, got the keyboard working, got the LCD going all four lines. Working on parsing user input for messaging and then to parse messages coming in. I hope to get it to be able to automatically recognize a "conversation".

    I'm also hoping DJ700 shares his formatting to give me some ideas. I've already implemented modular coding and I'm working on getting the code more compact. Thursday I'm off to a client for 6 weeks. Taking the arduino, gps, radio, LCD and wires with me. I'm sure going through security will be fun.
    Electricity takes ALL paths to ground, not just the least resistive. -Guido

  5. #45

    Default

    Quote Originally Posted by AC2EV View Post
    I'm also hoping DJ700 shares his formatting to give me some ideas. .................
    @AC2EV
    I did send a reply PM via forum, but am unshure whether you did receive it. If negative, please try once more and also give me your E-Mail address for direct access. ( see also: http://www.kh-gps.de/radioshield.htm )

    Regarding TRACKUINO:
    See my simple clone version of it: http://www.kh-gps.de/trackuino.htm

    BTW: My pages are in German, but there always are links for easy automatic translation by using GOOGLE Translator

    73 de Klaus, DJ7OO

  6. #46
    Join Date
    Jul 2009
    Location
    FN13
    Posts
    766

    Default

    Quote Originally Posted by DJ7OO View Post
    @AC2EV
    I did send a reply PM via forum, but am unshure whether you did receive it. If negative, please try once more and also give me your E-Mail address for direct access. ( see also: http://www.kh-gps.de/radioshield.htm )

    Regarding TRACKUINO:
    See my simple clone version of it: http://www.kh-gps.de/trackuino.htm

    BTW: My pages are in German, but there always are links for easy automatic translation by using GOOGLE Translator

    73 de Klaus, DJ7OO

    Got it. Email sent.

    One thing that I wasn't able to understand fully in the translation. What were you using the EEPROM storage for? It looked like you were doing some conversions of the GPS data but I wasn't quite sure why that would require using the EEPROM.
    Electricity takes ALL paths to ground, not just the least resistive. -Guido

  7. #47

    Default

    Quote Originally Posted by AC2EV View Post
    One thing that I wasn't able to understand fully in the translation. What were you using the EEPROM storage for? It looked like you were doing some conversions of the GPS data but I wasn't quite sure why that would require using the EEPROM.
    .
    One feature of my project is showing distances an bearings related to incoming signals. For this you need to know your own position. There
    are three ways to find it:
    First is, using fix lat/lon values within sourcecode.
    Second is, using lat/lon values downloadable by user within processor EEPROM.
    Third is using live GPS data from attached receiver ( for mobile use ).
    .
    The version i sent was preliminary with prepared but not yet used EEPROM data.
    .
    Klaus

  8. Default

    Quote Originally Posted by AF6LJ View Post
    I have been thinking about ether getting one of those boards or a ATMega board.
    As an aside, you can make your own Arduino-compatible board with an ATMega 32
    Corey, KC2UGV
    ---


    "A person with Ubuntu is open and available to others, affirming of others, does not feel threatened that others are able and good, for he or she has a proper self-assurance that comes from knowing that he or she belongs in a greater whole and is diminished when others are humiliated or diminished, when others are tortured or oppressed." - Archbishop Desmond Tutu

  9. #49

    Default Arduino Due Release Data Annoucned

    Just saw that the new Arduino Due with a 32 bit ARM processor core will be released on 22 Oct. The clock is over 80 MHz and it has a board pin out like the MEGA256 Arduino. It will be very interesting for use in more complex applications than the Arduino Uno or Leonardo.

Page 5 of 5 FirstFirst 1 2 3 4 5

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •