Circuit

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 »

Movement Activated Redstone

Movement Activated Redstone

Hi there! This project is a motion activated redstone lamp. It works by using a crumble microcontroller and an ultrasonic distance sensor wired up to a relay. This project is being entered into the minecraft competition and any votes, favorites or comments would be greatly appreciated! Step 1: Minecraft Redstone Having played Minecraft for quite

Movement Activated Redstone Read More »

PCBITE SYSTEM FOR PRECISE PCB PROBING

PCBITE SYSTEM FOR PRECISE PCB PROBING

This kit holds any size circuit board and features spring-loaded fine tips on stable gooseneck arms for hands-free PCB probing Saelig Company, Inc. announces the introduction of the Sensepeek PCBite System – a professional yet affordable PCB testing apparatus with a system of repositionable fine-point spring-loaded probes, a large (8.3” x 11.7”) metal baseplate, and four magnetic-base PCB

PCBITE SYSTEM FOR PRECISE PCB PROBING Read More »

Temperature to period circuit provides linearization of thermistor response

Temperature-to-period circuit provides linearization of thermistor response

Designers often use thermistors rather than other temperature sensors because thermistors offer high sensitivity, compactness, low cost, and small time constants. But most thermistors’ resistance-versus-temperature characteristics are highly nonlinear and need correction for applications that require a linear response. Using a thermistor as a sensor, the simple circuit in Figure 1 provides a time period varying linearly

Temperature-to-period circuit provides linearization of thermistor response Read More »

WHEELS BIKE LIGHT

WHEELS BIKE LIGHT CIRCUIT

ATTINY2313 a flashy accessory for your bike 74LS595N 25LC080P a good practice based on the software with all the details have pcb diagram hex code schema (schema) and PCBs (br) Latest eaglecad prepared by…Electronics Projects, Wheels bike light circuit “avr project, microcontroller projects, “ ATTINY2313 a flashy accessory for your bike 74LS595N 25LC080P a good practice based on

WHEELS BIKE LIGHT CIRCUIT Read More »

Scroll to Top