Emulator of Original Dell Charger Using ATTINY85
1–10 of 57 posts
Re: Emulator of Original Dell Charger Using ATTINY85
#2Re: Emulator of Original Dell Charger Using ATTINY85
#3Re: Emulator of Original Dell Charger Using ATTINY85
#4Re: Emulator of Original Dell Charger Using ATTINY85
#5I assume the purpose of this would be to build a Dell compatible charger but this repo doesn't appear to provide much information on how to actually do that. I get that the microcontroller provides the signalling the laptop needs to identify the charger, but assuming you built this circuit, how would you actually use it to charge a laptop ?
Re: Emulator of Original Dell Charger Using ATTINY85
#6I assume the purpose of this would be to build a Dell compatible charger but this repo doesn't appear to provide much information on how to actually do that. I get that the microcontroller provides the signalling the laptop needs to identify the charger, but assuming you built this circuit, how would you actually use it to charge a laptop ?
Re: Emulator of Original Dell Charger Using ATTINY85
#7Re: Emulator of Original Dell Charger Using ATTINY85
#8Awesome work. I just dove into the world of AVR programming and bought a bunch of ATTINY85's. Super easy to work with, extremely versatile, and low power consumption.
Re: Emulator of Original Dell Charger Using ATTINY85
#9I have a strip of ATTINY85's at hand for misc electronic projects and they've been really great for beginner-level circuits and learning embedded programming. I'm a dev by trade but have a bit of electronics knowledge and these are cheap enough to not worry about frying them and still get the job done.
I'm excited for the Rust + AVR world to move forward a bit so I can keep playing with it without the currently required hacks :)
Re: Emulator of Original Dell Charger Using ATTINY85
#10I assume the purpose of this would be to build a Dell compatible charger but this repo doesn't appear to provide much information on how to actually do that. I get that the microcontroller provides the signalling the laptop needs to identify the charger, but assuming you built this circuit, how would you actually use it to charge a laptop ?
It's a bit over my head, but the schematic in the readme seems to have a shared ground, with one pin going to the attiny microcontroller, and the other going to a generic power source. With a big warning that your power source needs to be up to spec.
EDIT: On further thought I think that connector must be intended to represent the laptop input and Vcc is the output of a generic power supply (with sufficient voltage and current capacity). It was not clear to me because my Dell laptop doesn't appear to have a 3-pin power connector so maybe this only applies to certain models.