More affordable chip
libadman
Posts: 36
in Propeller 1
Hi there to all, I used a propeller chip once upon a time just to play with. I like all the options it had over the BS2 but I found it a little harder to get used to vs the stamp, So now I'm looking to buy other micro-controllers that offers the same features and ease of use as the propeller or basic stamp 2 for a cheaper price point. I see some chips start at a few cents, surely I don't wanna waste my time buying crappy parts but I'm not even sure where to start. I found and old chip and it wanted like 3-4 softwares and I still did not understand how to program it tho it was minimal in features and had only 33 or so words in its language. Is there a popular chip people use?
Some things I would like the chip to do:
Video output (NTSC/PAL/VGA like propeller)
ADC analog to digital converter
Multiple I/O
Serial communication
Wireless (would be nice but not needed-any type)
Ram
On board memory (not a must)
Multitasking (like the 8 cores able to simultaneously work with propeller)
DIP package
General-purpose
Mice, keyboards, LCDs
Stepper motors and sensors.
I would be appreciative of any help or advice. Thanks in advance
also I only know like mouser and digikey to buy parts besides parallax- is there somewhere more affordable I should be looking?
Some things I would like the chip to do:
Video output (NTSC/PAL/VGA like propeller)
ADC analog to digital converter
Multiple I/O
Serial communication
Wireless (would be nice but not needed-any type)
Ram
On board memory (not a must)
Multitasking (like the 8 cores able to simultaneously work with propeller)
DIP package
General-purpose
Mice, keyboards, LCDs
Stepper motors and sensors.
I would be appreciative of any help or advice. Thanks in advance
also I only know like mouser and digikey to buy parts besides parallax- is there somewhere more affordable I should be looking?
Comments
That's quite a laundry-list
If you stipulate :
*Video output (NTSC/PAL/VGA like propeller)
*Multitasking (like the 8 cores able to simultaneously work with propeller)
*DIP package
The choice is easy - The Propeller !
Video output is niche, and 8 cores is certainly not common, and DIP is also rare these days....
I know of no one offering Wireless and DIP MCUs. The GHz needed is not compatible with DIP packaging.
In DIP packaging, you are extremely limited.
And we haven’t even got to the other requirements.
Reading your list I would go with a Raspberry PI. For the $34 you get your laundry list already done. Just plug it in and start coding. It has several pins just like the P1 and they can be programmed to interface to many devices.
Mike
It's WAY faster than even the fastest Micromite and supports multitasking.
The language is no longer being developed but I don't care, it's already very capable and it's interactive.
At 40MHz, it runs an empty FOR/NEXT, 1,280,000/sec. The hex file is free.
http://www.bypic.co.uk/
https://hackaday.com/2016/10/27/basic-interpreter-hidden-in-esp32-silicon/
The article states that peek and poke do not work, but they do.
And it is very incapable and has some bugs the current author refuses to fix.
Invest your time in better toys.
Tiny Basic was meant to do what Forth soon ended up doing better, providing a very low memory footprint way of doing basic interactive functions on a small computer. It was really the first practical language to be implemented for home computers in the mid-1970's when those machines had 1K or maybe if you were extravagant 4K of RAM. "Level I" Basic for the TRS-80 was essentially a port of Tiny Basic. ("Level II" Basic was Microsoft's first chance to suck to its full glory.) Tiny Basic could do surprisingly grand things if it provided the keywords and you had enough RAM.