gpio

CUSTOM MULTI-SEGMENT E-INK DISPLAYS FROM DESIGN TO DRIVING

CUSTOM MULTI-SEGMENT E-INK DISPLAYS FROM DESIGN TO DRIVING

With multi-segment displays, what you see available online is pretty much what you get. LEDs, LCDs, VFDs; if you want to keep your BOM at a reasonable price, you’ve pretty much got to settle for whatever some designer thinks looks good. And if the manufacturer’s aesthetic doesn’t match yours, it’s tough luck for you. Maybe […]

CUSTOM MULTI-SEGMENT E-INK DISPLAYS FROM DESIGN TO DRIVING Continue Reading

GIVE YOUR PROJECTS A RETRO TINT WITH THIS 8051-BASED ARDUINO UNO

GIVE YOUR PROJECTS A RETRO TINT WITH THIS 8051-BASED ARDUINO UNO

Most of us are familiar with the Arduino Uno, a starting place for electronics projects since 2010. But what if the Arduino Uno was released in 1980? You’d probably get something like [ElectroBoy]’s 8051-based Arduino Uno. The Arduino Uno-compatible board has an MCS-51 (often called 8051 instead) instead of the usual ATmega328P/ATmega168. Specifically, [ElectroBoy] uses the AT89S52.

GIVE YOUR PROJECTS A RETRO TINT WITH THIS 8051-BASED ARDUINO UNO Continue Reading

Adafruits 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 Continue Reading

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) Continue Reading

Scroll to Top