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


Page 1 of 3 1 23 LastLast
Results 1 to 15 of 32

Thread: Hardware Programming

  1. #1

    Default Hardware Programming

    Hi all,

    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.

    Thanks.

  2. #2

    Default

    If you don't want to work at to low of a level like soldering your own PCB's and learning C then you can have a look at this link..

    http://www.phidgets.com/

    They have a bunch of ready build or easy to assemble sensors and boards.. Then you can use there SDK to work in some of the higher level languages like .Net.. But I think they support a lot of different languages... I have my eye on one of there USB relay boards.. looks like you could have a lot of fun with them..

  3. #3

  4. #4
    Grandmaster
    Join Date
    Jun 2007
    Location
    Home is where the heart is
    Posts
    1,184

    Default

    PIC Microchips comes to mind. Or you could get yourself a raspberry Pi, think that would work out cheaper than the PICkit.

    Edit: 1,000th post
    i7-2600K | 8GB DDR3 | 120GB SSD | N570GTX+260GTX | P8P67 Deluxe | HX750W
    MacBook Pro 2.8GHz | 4GB DDR3 | 256GB SSD | 9600GT 512MB | 15.4" LED

  5. #5

    Default

    hmmm back in the day we used assembler ... but good luck with that!
    WA!

  6. #6

    Default

    I like PIC, you can make really small and cheap stuff with it. But for a hobbiest starting out, Arduino or Raspberry pi. The PIC will require assembler whereas the others can be high level languages.

  7. #7

    Default

    Quote Originally Posted by biometrics View Post
    I like PIC, you can make really small and cheap stuff with it. But for a hobbiest starting out, Arduino or Raspberry pi. The PIC will require assembler whereas the others can be high level languages.
    The PIC can also be programmed in C. As easy as the Arduino.

    But I agree, to start off Arduino is best. You don't want to hassle with hardware issues.

  8. #8

    Default

    You can use C on a pic as well. All depends on the compiler. PicKit's software works fine with both

  9. #9

    Default

    I see. Been a long time.

  10. #10

    Default

    Quote Originally Posted by xera View Post
    PIC Microchips comes to mind. Or you could get yourself a raspberry Pi, think that would work out cheaper than the PICkit.

    Edit: 1,000th post
    hey, one of my mates have Raspberry Pi, I'm just curious as to how that'll assist me in controlling hardware?

  11. #11

    Default

    What is the most sufficient way of programming PIC microcontrollers, without needing to spend R300. I like to do things myself. Most online tutorials use bought chip boards, and that's not how I want it. I want to start with the basics, as in, build it myself and know why this works like that.

  12. #12

    Default

    Quote Originally Posted by DevSign View Post
    hey, one of my mates have Raspberry Pi, I'm just curious as to how that'll assist me in controlling hardware?
    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

  13. #13

    Default

    Quote Originally Posted by DevSign View Post
    What is the most sufficient way of programming PIC microcontrollers, without needing to spend R300. I like to do things myself. Most online tutorials use bought chip boards, and that's not how I want it. I want to start with the basics, as in, build it myself and know why this works like that.
    AFAIK the cheapest option is by using a pickit package which costs around R400.
    You unfortunately need a pre-programmed chip to program a chip unless you buy with a bootloader installed which will probably still take you above R300

  14. #14

    Default

    Okay I found my answer here

  15. #15
    Super Grandmaster ponder's Avatar
    Join Date
    Jan 2005
    Location
    KZN Dolphin Coast
    Posts
    33,038

    Default

    Quote Originally Posted by CraZee View Post
    AFAIK the cheapest option is by using a pickit package which costs around R400.
    You unfortunately need a pre-programmed chip to program a chip unless you buy with a bootloader installed which will probably still take you above R300
    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.
    entia non sunt multiplicanda praeter necessitatem

Page 1 of 3 1 23 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
  •