gpio

PI PICO BECOMES SRAM FOR 1981 EDUCATIONAL COMPUTER

PI PICO BECOMES SRAM FOR 1981 EDUCATIONAL COMPUTER

Ever since the Raspberry Pi Pico was introduced in early 2021 we’ve seen the tiny Pi being used for an astonishing variety of applications. It has powered countless clocks, gadgets, games, and accessories for all kinds of computers old and new. [Michael Wessel] has recently added an interesting new application in the “old computer” category, …

PI PICO BECOMES SRAM FOR 1981 EDUCATIONAL COMPUTER Read More »

Adafruit's Metro RP2040 Packs a Raspberry Pi RP2040 and Extras Into an Arduino UNO Form Factor

Adafruit’s Metro RP2040 Packs a Raspberry Pi RP2040 and Extras Into an Arduino UNO Form Factor

Adafruit has announced a new entry in its Metro line of Arduino UNO form factor microcontroller development boards, and this time it’s playing host to a Raspberry Pi RP2040 dual-core Arm Cortex-M0+ chip — and it’s called, unsurprisingly, the Adafruit Metro RP2040. “This is the RP2040 Metro Line, making all station stops at ‘Dual Cortex …

Adafruit’s Metro RP2040 Packs a Raspberry Pi RP2040 and Extras Into an Arduino UNO Form Factor Read More »

Simple-3-Button-On-off-With-12f629-mikroC

Simple 3 Button On-off With 12f629 (mikroC)

a simple 3 buttons on-off with pic12f629. it’s written with MikroC Step 1: The Code… start the code with ”int”———————————————————- int x0,x1,y0,y1,z0,z1; ////// with this the GPIO outputs could stay on or off void main() { GPIO = 0x00; ////// all outputs are 0 CMCON = 0x07; ////// Disable CMCON PORT TRISIO = 0b00111000; ////// …

Simple 3 Button On-off With 12f629 (mikroC) Read More »

Pixie Chroma mini Arduino LED matrix displays from $45

Arduino enthusiasts interested in creating a changeable RGB LED matrix might be interested in the new Pixie Chroma displays created specifically for the Arduino platform by the engineers and develop and team over at Lixie Labs. Features of the Pixie Chroma displays include Quad Mode and Shortcodes enabling you to quickly create scrolling messages in …

Pixie Chroma mini Arduino LED matrix displays from $45 Read More »

Scroll to Top