Comparing the computing performance of the PIC microntroller series. #whetstone #dhrystone #pic10 #pic12 #pic16 #pic18 #pic24 #pic32
https://www.i4cy.com/pic_benchmark/
[13/03/2023]
Comparing the computing performance of the PIC microntroller series. #whetstone #dhrystone #pic10 #pic12 #pic16 #pic18 #pic24 #pic32
https://www.i4cy.com/pic_benchmark/
[13/03/2023]
4.4BSD UNIX™, the last version to be written at Berkeley UC. Shown here with vintage keyboard and vintage monitor, and 3 microcontrollers to glue it all together.
#100DaysOfCode #BSD #UNIX #Microcontroller #PIC32 #PIC18
[20/04/2021]
I have just constructed this PIC32 microcontroller based serial terminal on veroboard. It supports a PS2 or USB keyboard, and drives a VGA or composite video output.
But will it work?
#PIC32 #SerialTerminal #RS232 #Electronics #VintageComputing
[17/04/2021]
My home designed & built Microchip #PIC32 based #Unix Computer. This tiny board runs 4.4BSD UNIX™ last written at Berkeley, shown connected to a terminal via a serial port. This OS required a room full of VAX hardware back in 1978.
https://www.i4cy.com/unix_pic32/
[26/02/2021]
My completed wireless Internet of Things scrolling Messager. It displays live news feeds, local weather forecasts and other useful information in real-time.
#IoT #NewsFeed #Reuters #ledmatrix #leddisplay #microchip #pic32 #miwi #zigbee
[14/04/2020]
An uber low tech retro game I wrote for a 16 x 16 LED matrix. Wow check that resolution!
#RetroGaming #RetroGames #PIC32 #microcontroller #CPlusPlus #LED
[22/01/2020]
Bootloader for PIC32MX microcontroller that fits into the 3KiB bootloader flash memory - GitHub - kiffie/kiffieboot: Bootloader for PIC32MX microcontroller that fits into the 3KiB bootloader flash ...
Blink An LED On a PIC32 With Rust, Easily
Got a PIC32 microcontroller and a healthy curiousity about the Rust programming language and its low-level capabilities, but unsure how to squash the two of them together with a minimum of hassle? If that's the case, then today is your lucky day!
[Harry Gill] has you covered with his primer on programming a PIC32 with Rust, which will have you blinking an LED in no time. [Harry] admits that when he got started, his microcontroller programming skills were a bit rusty, so don't let yourself think setting this up is beyond your abilities. If you have a working knowledge of the basics of microcontroller programming, you'll be fine. [Harry] had to jump through a few hoops to get the right tools working, but thoughtfully documented the necessary steps, and provides a bare minimum hardware list.
Unsure what Rust is or what it offers? Check out the basics here, and see if it's something that interests you. If you want to look even deeper, check out the kind of work that goes into writing a bare metal kernel in Rust.