Facebook   Twitter    e-mail newsletter    YouTube    RSS Feed    Android App    iPhone and iPad App     BlackBerry App    


Page 2 of 3 FirstFirst 12 3 LastLast
Results 16 to 30 of 32

Thread: Hardware Programming

  1. #16

    Default

    Quote Originally Posted by ponder View Post
    Huh? I built a kit programmer board years ago and that was not the case. Most expensive part of the kit was the zif socket. Someone is still using it to this day.
    Was this a serial or USB programmer?

  2. #17
    Super Grandmaster
    Join Date
    Mar 2006
    Location
    Jhb, West
    Posts
    11,649

    Default

    Quote Originally Posted by Sysem View Post
    It wont really, as far as I know, the GPIO's dont have much function yet. Rather get an Arduino, or I have an STM32 Discovery board . Its slightly harder (using C to program), but its quite nice
    on the raspberry you can use the GPIO pins. They busy with a Gerdboard to make that easier. Can also plug some sort of camera straight into it.

    Start with the Arduino, cheaper and more friendly to start with. And once you start building your own devices you can use only the chip + a few components.

    http://za.rs-online.com/web/p/proces...-kits/7154081/
    http://za.rs-online.com/web/p/proces...-kits/7589339/
    I live in my own little world, but it's ok, everyone knows me here.
    Quote Originally Posted by The_Librarian View Post
    /me est scared of thpiderth...

  3. #18

    Default

    Quote Originally Posted by spiderz View Post
    on the raspberry you can use the GPIO pins. They busy with a Gerdboard to make that easier. Can also plug some sort of camera straight into it.

    Start with the Arduino, cheaper and more friendly to start with. And once you start building your own devices you can use only the chip + a few components.

    http://za.rs-online.com/web/p/proces...-kits/7154081/
    http://za.rs-online.com/web/p/proces...-kits/7589339/
    Ah thought the functionality was limited! How is the interfacing with the pins? Easier than general microcontrollers?

  4. #19
    Super Grandmaster
    Join Date
    Mar 2006
    Location
    Jhb, West
    Posts
    11,649
    I live in my own little world, but it's ok, everyone knows me here.
    Quote Originally Posted by The_Librarian View Post
    /me est scared of thpiderth...

  5. #20

    Default

    One nice thing with an Arduino, is that if you decide to move on to just using a standalone microcontroller, you can use the arduino to program other Atmel microcontrollers.

    Mike sczsy of Hackaday did a nice short series on learning to program with the Atmel AVR series of microcontrollers.
    blog

    "You have brains in your head, and feet in your shoes, you can steer yourself in any direction you choose"

  6. #21

  7. #22

    Default

    does anyone know where I can get a free IDE with a compiler for the C Language?

  8. #23

    Default

    For a microcontroller, or just programming windows applications?
    blog

    "You have brains in your head, and feet in your shoes, you can steer yourself in any direction you choose"

  9. #24

    Default

    For a micro controller.

  10. #25
    Super Grandmaster
    Join Date
    Sep 2007
    Location
    Pretoria
    Posts
    5,372

    Default

    Quote Originally Posted by DevSign View Post
    For a micro controller.
    Notepad++ for dev'ing. There are specific compilers for the various different brands of MCU though. Atmel has AVR Studio, which is a pretty comprehensive, free IDE. For PIC I've always used Mikrotik, but it's not free.

  11. #26

    Default

    Quote Originally Posted by DevSign View Post
    For a micro controller.
    Which microcontroller? Most microcontrollers (that I have worked with) have their own IDEs to aid programming their controllers. These generally have all the libraries pre-installed. In general these can be downloaded for free.

    Although technically, I guess as long as you have the libraries loaded correctly, you can use any C ide?
    blog

    "You have brains in your head, and feet in your shoes, you can steer yourself in any direction you choose"

  12. #27

    Default

    I have no idea for which, it's just a hobby I want to get started...

  13. #28

    Default

    Use MPLAB for PIC micros. Tons of documentation and easy to use
    http://www.microchip.com/stellent/id...&part=SW007002

  14. #29

    Default

    Quote Originally Posted by DevSign View Post
    I have no idea for which, it's just a hobby I want to get started...
    If you're just starting out, as several people have mentioned, the Arduino is probably the best. Very easy to get running, you buy a prototyping board, which means you get a working microcontroller with necessary components all soldered together. The Arduino Uno can be bought for R250 (excl).

    The Arduino Software can be downloaded here And if you search around there are many tutorials, covering everything from flashing an LED to robots to whatever you can imagine.
    blog

    "You have brains in your head, and feet in your shoes, you can steer yourself in any direction you choose"

  15. #30
    Grandmaster
    Join Date
    Jun 2004
    Location
    Mama Randburg, middle of everywhere
    Posts
    4,580

    Default

    Quote Originally Posted by DevSign View Post
    Can anyone here perhaps point me to a good starter to teach me about hardware programming? Like building an auto switch for low level water and that'll do something, that's just an example.
    You may find the House 4 Hack guys helpful ..(somewhere in)Pretoria to Centurion is likely doable, yes?

Page 2 of 3 FirstFirst 12 3 LastLast

Similar Threads

  1. Hardware - Hardware failure
    By mybb.bot in forum Telkom SA ADSL Network Notifications
    Replies: 0
    Last Post: 10-11-2011, 07:10 PM
  2. Programming VB.net Help plz...
    By renvilo in forum Software and Web Development
    Replies: 37
    Last Post: 17-07-2009, 05:08 PM
  3. .Net Programming
    By foozball3000 in forum Off Topic
    Replies: 12
    Last Post: 03-11-2008, 05:11 PM
  4. PIC Programming
    By BiteMe in forum PC Hardware and Gadgets
    Replies: 1
    Last Post: 14-11-2007, 09:30 PM
  5. Help With C++ Programming Plz
    By x____cheese in forum PC Hardware and Gadgets
    Replies: 5
    Last Post: 21-12-2006, 09:08 AM

Bookmarks

Bookmarks

Posting Permissions

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