Attention all registered users. The new forum upgrade requires you to reset your password as you logon for the first time.
To reset your password choose this option that is displayed when you attempted to login with your username: "Forgotten your password? Click here!"
You will be sent an e-mail to the address that is associated with your forum account. Follow the simple directions to reset your password.
If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I do a bit of coding using Picaxe chips. Excellent little devices, and very cheap, fast enough for most purposes. Superb forum for these chips too with some very knowledgeable and friendly people.
Thanks Andy and I have a bunch of programs that work with PIC's in PIC Basic Pro. Just trying to develop a new program. They are very interesting device and I love that you can use a flowchart to program their PIC's! I think that I need to stay with microchip PIC's as I am hoping to put a bunch of programs into one PIC and it should probably operate at 20MHZ rather than something slower. Thank you for the link!
The picaxe chips use pic microcontrollers exclusively. They have the BASIC code set bootstrapped on. The advantage of this is that you need no special programmers, so you can get into programming them cheaply and easily.
In addition there is a free software tool for coding which has a built in emulator, so you can test the code out before flashing it to the actual chip.
Some of the latest versions can be clocked up to 64mhz, which is no slouch. For most purposes 4-8mhz is quite sufficient I have found- they crack through the code quicker than I can react.
I was a complete programming neophyte up until I encountered the PIcaxe chips. I had a go with OOPIC, and couldn't get along with the object orientated programming at all- found it totally counter intuitive. I also looked into PIC's programmed with assembler, but that looked like hard work. The Picaxe has routines built in for decoding R/C pulses from the RX and controlling servos, in addition there are simple to use routines for things like I2C and serial control, which is useful for interfacing with servo controllers like Pololu boards alongside other serial controlled devices.
Comment