Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by bob808

  1. B

    [AVR] Attiny13A + pushbutton + LEDs

    I haven't decided yet. 100R -1K or so I think.
  2. B

    [AVR] Attiny13A + pushbutton + LEDs

    The battery voltage will come from 2x18650 batteries in parallel, so between 3.6V - 4.2V There is a connection from all Vdd pins of only 4 out of 5 AMC 7135 to PB4. The Vdd pin of a single AMC7135 is connected to PB0. On PB1 is the gate of the mosfet. AMC7135 are switched on on the VDD pin and...
  3. B

    [AVR] Attiny13A + pushbutton + LEDs

    So far I managed so far: #include <avr/io.h> #include <util/delay.h> void ProcessPressedButton(int ButtonPressed); void ProcessReleasedButton(int ButtonReleased); int Pressed_Confidence_Level[2]; int Released_Confidence_Level[2]; int Pressed[2]; int LEDNumber[2]; int main(void) { DDRB =...
  4. B

    [AVR] Attiny13A + pushbutton + LEDs

    Hello all, I got a cheap headlamp with a powerful LED and the trouble is that the driver inside is real bad. On High mode the cheap mosfet gets at over 100 degrees C. So I decided to build myself a proper driver board. I want to have 3 modes on it. Low (moonlight mode), Medium (1.4A) and...

Part and Inventory Search

Back
Top