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 »

HOW TO LOWER RELAY POWER CONSUMPTION

HOW TO LOWER RELAY POWER CONSUMPTION

Relays are often used as electrically controlled switches. Unlike transistors, their switch contacts are electrically isolated from the control input. On the other hand, the power dissipation in a relay coil may be unattractive for battery-operated applications. You can lower this dissipation by adding an analog switch that allows the relay to operate at a

HOW TO LOWER RELAY POWER CONSUMPTION 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 »

DISEQC TESTER CIRCUIT

DISEQC TESTER CIRCUIT WITH ATMEL ATTINY13

This device is designed to help define the way DiSEqC-switches to the working protocols 1.0 and 1.1 and the number of entrances to 4 – x. It feeds the unit from the source of… Electronics Projects, DiSEqC Tester Circuit with Atmel ATtiny13 “avr project, microcontroller projects, “ This device is designed to help define the way DiSEqC-switches to the

DISEQC TESTER CIRCUIT WITH ATMEL ATTINY13 Read More »

Scroll to Top