Use the very attractive new ATTINY chips for your projects

  Переглядів 188,423

Andreas Spiess

Andreas Spiess

День тому

Frequent viewers know that I like GreatScott's channel because he greatly develops people’s interest in electronics. When he showed a trigger board to keep a USB power bank on for small projects, I thought: Great idea, but this could be done better! And it is a perfect excuse to tinker with the new ATtiny chips. He used a 50-year-old 555 timer IC, and I want to use the same size and a similar price modern chip because this chip lets us put some “artificial” intelligence into the project. During this journey, we will learn about a very useful chip family and discover some unknown behavior of power banks as well as a new fake sold on AliExpress.
The job offer is no longer valid :-(
My second channel: / hb9blawireless
Links:
Arduino Nano Clone: s.click.aliexpress.com/e/_Dkh... or amzn.to/3wriMsR
USB-Serial converter (3.3 and 5V): s.click.aliexpress.com/e/_DkB... or amzn.to/48zPsOB
PCBs for experiments: s.click.aliexpress.com/e/_DBI... or amzn.to/3ONsSea
DIP SOP PCBs: s.click.aliexpress.com/e/_DcR... or amzn.to/3OKuvJw
ATTINY412 FAKES: Do not order!: s.click.aliexpress.com/e/_Dmg...
Real ATTINY412: bit.ly/4bEFLkm
ATTINY412 datasheet: www.microchip.com/en-us/produ...
MegaTinyCore: github.com/SpenceKonde/megaTi...
jtag2updi: github.com/ElTangas/jtag2updi
GreatScotts Video: • Your Powerbank has 1 B...
Patreon supporter companies:
passiv-energie.gmbh/
www.welectron.com/
yosmart.com/
UKpostsr Patreon: / @makersmashup
The links above are usually affiliate links that support the channel (at no additional cost to you).
Supporting Material and Blog Page: www.sensorsiot.org
GitHub: www.github.com/sensorsiot
My Patreon Page: / andreasspiess
Discord: / discord
If you want to support the channel, please use the links below to start your shopping. No additional charges for you, but I get a commission on your purchases to buy new stuff for the channel
My Amazon.com shop: www.amazon.com/shop/andreassp...
For Banggood bit.ly/2jAQEf4
For AliExpress: For AliExpress: bit.ly/3MtXUY8 (just go on from here to your product)
For Amazon US: www.amazon.com/shop/andreassp...
For Amazon.de: amzn.to/2r0ZCYI
For Amazon UK: amzn.to/2mxBaJf
For ebay.com: ebay.to/2DuYXBp
profile.php?...
/ spiessa
www.instructables.com/member/...
Please do not try to email me. This communication channel is reserved for my primary job
As an Amazon Associate, I earn from qualifying purchases
#no#midroll#ads

КОМЕНТАРІ: 798
@greatscottlab
@greatscottlab 2 місяці тому
Love to see other approaches to one problem. Pretty cool ATTiny as well. Might use it in the future as well ;-)
@norm1124
@norm1124 2 місяці тому
Bitluni has some in depth reviews about the reasons why the attiny fits his purpose so well
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Nice to see you commenting like that! You see, you are an inspiration even for old men ;-)
@peachville4383
@peachville4383 2 місяці тому
Hi guys. I've been using USB power banks to power my long range RF/Nano projects for years and use transistor circuitry to defeat auto-shutdown. Using RF I can not only send/receive data and reboot but also shutdown the board entirely. An Eagle pic of my pc board design: www.4gto.com/Nano_powerbank_pcb.jpg
@MUSTARDTIGERFPV
@MUSTARDTIGERFPV 2 місяці тому
IMHO the CH32V003 and its siblings (CH32V203 in particular) are far more promising for the price point and size. It has far more capable peripherals, is less expensive, and also has a far more capable CPU if/when you need it!
@alastorgdl
@alastorgdl 2 місяці тому
@@MUSTARDTIGERFPV I was thinking exactly the same. Perfect for simple sensing and controlling tasks Do you know any good free and scalable framework for controllers and sensors? I'm playing with creating my own but want to be sure I'm not reinventing the wheel
@PhG1961
@PhG1961 2 місяці тому
Great Scott, a guy with a Swiss accent, a vintage high tech NE555... and now ATtiny's... what an awesome Sunday morning entertainment.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Glad you enjoyed it!
@user-pz2ic5mr1f
@user-pz2ic5mr1f 2 місяці тому
😊😊😊😅😢😊😢😢​@@AndreasSpiess
@ikemkrueger
@ikemkrueger 2 місяці тому
I think he is German, not Swiss.
@PhG1961
@PhG1961 2 місяці тому
@@ikemkrueger Indeed, Great Scott is from Germany. Andreas is the guy with the Swiss accent, he's definitely from Switzerland.
@jordillach3222
@jordillach3222 Місяць тому
Who cares about his accent, he has great IDEARS 0:15. 😆
@NomenNescio99
@NomenNescio99 2 місяці тому
We chose to do the things we do, not because they are easy, but because we thought they were going to be easy.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Precisely. Like making children ;-)
@alastorgdl
@alastorgdl 2 місяці тому
@NomenNescio99 Even Linux exists for that very reason
@zeendaniels5809
@zeendaniels5809 2 місяці тому
So true... And I feel very identified with this, going down the Klipper way instead of sticking with Marlin for my 3D printer 😂
@jjones503
@jjones503 2 місяці тому
@AndreasSpiess making the children is the easy part. Keeping them alive and growing them up not to be assholes, is the hard part. 🤣
@Conservator.
@Conservator. 16 днів тому
@@jjones503 From a male perspective!
@markwarburton8563
@markwarburton8563 2 місяці тому
I fiddled with AVRs in the past and wanted to store state information on a power failure. I used a diode feeding a largish cap on the power pins and monitored the incoming power before the diode for a power failure using a second diode connected to a sense pin with an interrupt set up to trigger when it went low. When the interrupt was triggered, I immediately stored the state information to the EEPROM, and the energy in the cap was enough to get that done before the AVR ran out of power. This saved needing to constantly write data to the EEPROM in case the power died, because there was quite a lot of data to store and the 100,000 cycles would be used up within a year if I kept writing that data to the EEPROM every second. Wear levelling wasn't an option.
@TheUnofficialMaker
@TheUnofficialMaker 2 місяці тому
what i was thinking, great
@AndreasSpiess
@AndreasSpiess 2 місяці тому
A good idea to avoid wearing! Here, these additional parts were not relly needed as I do not use the "calibration function" a lot.
@cdevidal
@cdevidal 2 місяці тому
“If something looks simple and straightforward, it often is not.” I found this out the hard way, trying to complete a project that I thought would be finished in three months, has taken almost eight years 😂
@AndreasSpiess
@AndreasSpiess 2 місяці тому
That is a long time for a project. I admire your stamina!
@cdevidal
@cdevidal 2 місяці тому
@@AndreasSpiess I think the payoff will be worth it. SecureFarm, security in the back yard for the small homesteader. Whoa did I have a lot of roadblocks. Your videos helped :-)
@SnakebitSTI
@SnakebitSTI Місяць тому
If only more managers understood that lol. "Looks simple... it'll take me between 4 hours and 4 weeks."
@beentheredonethatunfortunately
@beentheredonethatunfortunately 4 дні тому
s/w only I have previously said the team could have the functionality done in a month (elapsed). To have it production quality would take a bit longer. These days I find doubling the estimate, adding the fudge factor and doubling again is still an underestimate, but then my team these days is very different standard. (Did anyone see the video add in recent months about "you too could be an embedded software developer in a few weeks [repeat embedded software developer about a hundred times]" - that's the quality of people we seem to see these days).
@leonleon1809
@leonleon1809 2 місяці тому
I like videos that shows how to use dedicated chips instead of using always an esp or arduino. Small projects will be cheaper and more power efficient. 👍
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I agree
@elguido
@elguido 2 місяці тому
A dedicated chip is not necessarily more power efficient. If you put the microcontroller to sleep it consumes very little power
@adlerweb
@adlerweb 2 місяці тому
@@elguido Yes, but most ready-made ESP/Arduino boards have things like power LEDs, UART-USB-bridges or linear voltage regulators with pool quiescent current, which aren't really bothered by the MCUs sleep mode.
@a1nelson
@a1nelson 2 місяці тому
It’s my job to design rather sophisticated industrial controls. But, even with the best tools, good firmware and reasonable budgets, I still try to sneak in the occasional 555 and/or 2N3904/3906 (b/c I have an appreciation for the classics) and one 90 degree trace - just to drive the “electrons are going to slide off around the corner” (even at DC) crowd crazy. This probably says terrible things about me as a person, but at least I can inject a bit of harmless fun into my work. Haha Long live the (timer) King - the 555.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I agree. An electronics part that survives such a long time must be good!
@Paxmax
@Paxmax 2 місяці тому
You Rebel scum! (Only joking ofcoz, Always sneak in the classics, keeping it analog "Because" we are Rebel Scum!)
@fredgreyling6982
@fredgreyling6982 2 місяці тому
😊​@@AndreasSpiess
@c1ph3rpunk
@c1ph3rpunk 2 місяці тому
Love it, classically trained tech trolling. Been in tech for decades, in security now, I often toss out TCL and Perl scripts to mess with the younguns, they have no idea how to deal with anything but Python.
@jan_harald
@jan_harald 2 місяці тому
@@c1ph3rpunkto be extra naughty you could use pascal or forth or cobol, lol latest cobol spec is from 2023, and there is a fully gnu cobol compiler! >;P
@markxr1
@markxr1 2 місяці тому
Some interesting things about the Attiny 1-series: 1. The internal oscillator is much more accurate than on the older AVR chips. 2. They support a wide voltage input range especially at lower clock rate. 3. The ADC is actually quite good (this is more subjective).
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you for the additional info. Indeed, I run my chip on the lowest clock speed (internal). But of course, precise timing is not a big issue in this project.
@siberx4
@siberx4 2 місяці тому
A good ADC is handy on low pin count devices like this, because you can do things like use resistor ladders to hook up a bunch of buttons or switches (DIP or otherwise) to a single pin, saving you I/O for other functions.
@john_hind
@john_hind 2 місяці тому
The thing I really like about these (relatively) new devices is that FINALLY we have low pin-count devices with serial peripherals. Just what you need to convert a simple sensor or actuator into a serial bus device using I2C, CAN or LIN etc. (although the latter two will also require a bus driver chip). I have waited twenty years for this day, and suggested it to Microchip on numerous occasions! Two pins for power, one for reset/programming, two for the serial bus, you still have three to connect your sensor/actuator which is plenty in most cases. The Chinese chips are presumably copies at the mask level or reverse engineered. Does not seem worth the risk when they are readily available at reasonable prices from reputable western stockists (one of which has actually popped up as an ad over this video!)
@backgammonbacon
@backgammonbacon 2 місяці тому
These devices are already several years old. The one used in the video is at least 4 years old already.
@john_hind
@john_hind 2 місяці тому
@@backgammonbacon Hence '(relatively)'.
@osmanpasha96
@osmanpasha96 2 місяці тому
Attiny's have had USI (I2C/SPI/UART) for ages, for example, attiny85 that was introduced in 2005.
@john_hind
@john_hind 2 місяці тому
@@osmanpasha96 On the eight pin ones?
@osmanpasha96
@osmanpasha96 2 місяці тому
@@john_hind yep
@buidelrat132
@buidelrat132 2 місяці тому
Could you keep the uC running off a capacitor long enough to trigger a pulse, so that you don't need a battery?
@thextremeking
@thextremeking 2 місяці тому
Nice idea!
@PAkhramchuk
@PAkhramchuk 2 місяці тому
Because the power consumption is to little - one diode, one electrolytic capacitor and small change in code: if ADC doesn't see 5V - subtract a 'some safe amount of seconds' and save this number into EEPROM and rise the flag (to avoid any trashy values when the capacitor voltage goes down the safe voltage region) On start you can type this value into Serial for debug purpose. CC: @AndreasSpiess
@AndreasSpiess
@AndreasSpiess 2 місяці тому
A good idea!
@jan_harald
@jan_harald 2 місяці тому
I was thinking this pretty much as soon, if not slightly before he introduced the battery idea, lol and I don't even mess with any microcontroller stuff, lol
@mr_gerber
@mr_gerber 2 місяці тому
I'd look for a proper low power controller, STM32U-series or TI MSP430, that will run circles around the mA numbers from the video, and run at low input voltage. Pair it with a mF supercap and you should have plenty of run time for re-triggering and storing timing data
@jesuschal3802
@jesuschal3802 2 місяці тому
A friend of mine approached me with an interesting ATtiny challenge. He had to develop a certain small&smart device for a musician; the ATtiny85 was the perfect companion. The challenge was to make the final fine-tuning on the field while rehearsing: how to quickly reprogram the ATtiny without dissembling or swapping the device? "Use a DIP switch or jumpers" was my spontaneous answer. I'm glad he succeeded with it with such small and spontaneous advice.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Indeed, such switches were a good idea for the ATTINY85...
@cdjxwubcyex
@cdjxwubcyex 2 місяці тому
You need to say AI device, not smart device. "smart" is so 2010....
@lohikarhu734
@lohikarhu734 2 місяці тому
@cdjxwubcyex; And AI is so overused for many cases of natural stupidity 😅
@eldorado3523
@eldorado3523 2 місяці тому
Adding impedance to the pins AFTER the bifurcation to the ISP connection usually solves most of the issues with ISP interference. Attiny Pin -----> ISP Header ----> Resistor ----> Peripheral. This ensures that the ISP has a lower impedance towards the ATTiny Pin. The exact value of the resistor depends on the overall circuit impedance, but I have experienced seeing anything from 10R to 22R working well for IC to IC communication.
@WistrelChianti
@WistrelChianti 2 місяці тому
@@cdjxwubcyex X'D
@SvenWolfSwe
@SvenWolfSwe 2 місяці тому
It would be super cool if Great Scott now took your design and improved it even further. The most epic type of battle ever And a learning experience for is viewers😊
@eh42
@eh42 2 місяці тому
If they find defects or holes in each other's designs, would that make the collaboration... Swiss Cheese?
@AndreasSpiess
@AndreasSpiess 2 місяці тому
He already commented that he might use the chip in the future. Bu probably for a different project...
@lesliepieterse1072
@lesliepieterse1072 2 місяці тому
Thank you for the update on the new ATtiny
@AndreasSpiess
@AndreasSpiess 2 місяці тому
My pleasure!
@uwezimmermann5427
@uwezimmermann5427 2 місяці тому
Nice introduction to the new ATtinys - however, regarding your criticism of the old SPI-programming interface: I never had a problem using all 5 pins (excluding reset, vcc and gnd) on the 8-pin chips with in-circuit programming. Yes, you are double-using those pins, but only during programming. And then it normally doesn't matter if you send invalid codes to an also attached SPI-slave devide, blink some LEDs or have push-buttons attached (as long as you don't press these buttons during programming).
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I agree that it does not always crete issues if you pay attention what you connect to the pins. Still, I like the new method better.
@DennisGentry
@DennisGentry Місяць тому
Yeah, that's what I found too, just take a little care to avoid a large load to the programming pins, but like he said, the new way is a lot nicer. I found myself using the 20 pin ATTINYs when an 8 pin would do, just because I knew I wouldn't run out of pins in any case.
@planker
@planker 2 місяці тому
Please, more ATtiny stuff. Excellent show.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you!
@AlexNaanou
@AlexNaanou 2 місяці тому
Your interface can be simplified: - enter characterization mode if nothing is connected to the output otherwise enter supply mode - in characterization mode, while the power supply is active keep an led on (it will switch off when power is cut indicating to the user that it is done and they can plug in their load) - in supply mode, turn on a different led (or different color, to indicate a different mode) This would completely free up the user to do user things in parallel =)
@osmanpasha96
@osmanpasha96 2 місяці тому
Detecting if output is connected requires a lot more effort, so it complicates the design
@conorstewart2214
@conorstewart2214 2 місяці тому
How do you plan to detect if something is connected to the output? The usb has no detect pin so one of the only ways you can do it is to measure current which itself adds complexity, requiring either a low side shunt resistor or a Hall effect current sensor.
@AlexNaanou
@AlexNaanou 2 місяці тому
@conorstewart2214 @osmanpasha96 Yes, a bit more complexity would be required... I was thinking on measuring current, should be the simplest approach.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Good ideas. Maybe you try it to prove if they work?
@otm646
@otm646 2 місяці тому
Both you guys have taught me so much. I love being able to take the basics of a concept, develop it into a working project and then move it onto the next level to really cement my understanding.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I always try to stand on the "shoulders of giants" ;-)
@murraymadness4674
@murraymadness4674 2 місяці тому
Doing the chip 'supply shortage' these were the only cheap chips I could find, so I had to figure out how to use them, there was not a lot of youtubers using them yet. Great to see even the favorite channel is using them.
@AndreasSpiess
@AndreasSpiess Місяць тому
Indeed, they were available for quite some time…
@hoctrimededebutry8655
@hoctrimededebutry8655 2 місяці тому
Your channel and the Great Scott one are my two favourites !! Thanks a lot for sharing your knowledge
@AndreasSpiess
@AndreasSpiess 2 місяці тому
You are welcome!
@johannes9386
@johannes9386 2 місяці тому
There are power banks with a low power mode that can be activated by double-clicking on some Anker products. This is required, for example, to charge True Wireless Earbuds or smart watches. Edit: It's called Trickel Charge Mode at Anker. It says that it deactivates after 2 hours of non-use. It is questionable how exactly they can measure whether this is used or not.
@Vindolin
@Vindolin 2 місяці тому
I accidentally discovered this, one of the charge indicator LEDs switched from blue to green when I pressed the button twice. Strangely this was not documented in the manual.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Good info. Thank you!
@martinbruckner2109
@martinbruckner2109 2 місяці тому
After playing around with Arduinos dor a few years, I came across this series of newer microcontrollers about 7 months ago. I use them now for all smaller projects. The required hardware for programming is so simple and cheap, and still no bootloader required. Quite accurate timers without external oscillator. I love it!
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you for sharing your experience!
@DetBuildsStuff
@DetBuildsStuff 2 місяці тому
Hi Andreas - great to see you getting into the ATTINYs - brilliant little chips, and Spence Kondes Core works like a charm. One thinng about the programmer: you don't need to sacrifice an NANO: UPDI is possible with any cheap USB-2-Serial based adapter. The ones with the CH340 chips work quilte nicely and are normally a dollar a pop. One resistor between TX and RX and you're game; I did a video on that toppic some time ago. Keep up the good work!
@AndreasSpiess
@AndreasSpiess Місяць тому
Indeed, you can also use an usb to serial adapter. I tried it after other commenters wrote it.
@audiodiwhy2195
@audiodiwhy2195 2 місяці тому
I had no idea atmel had an improved attiny that was easier to program. No having to remove it from the test circuit 100 times. Imagine that! Thank you Mr speiss. Your channel is a huge help to the pursuit of getting things to work!!
@AndreasSpiess
@AndreasSpiess 2 місяці тому
You are welcome! Indeed, removing the chip was quite anoying for me, too
@BrandonJacobson
@BrandonJacobson 2 місяці тому
My project queue is so big already. Your channel keeps adding to the list. Thanks for another great video!
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Here it is different: After a video, I can delete one item on my list ;-)
@rodneysmith1750
@rodneysmith1750 2 місяці тому
Great video today, I also watched Great Scott's video. BTW the debug switching was a trick I learned many years ago when I first learned to program in C, thanks for sharing! Much love, happiness, and success to you!
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Indeed, the debugging trick is old. Still, beginners might not know it and it is important for such small chips.
@rodneysmith1750
@rodneysmith1750 2 місяці тому
@@AndreasSpiessMy intent was not to disparage the technique at all, it merely surprised me to hear anyone talking about it. Without tricks like that, I would still be an assembler programmer. Love your program and have been watching and enjoying my front-row seat for a long time. Thanks again Andreas for all you do!
@zeberto1986
@zeberto1986 2 місяці тому
This is exactly how my projects go. As an example Ive been trying to make a pi based nightvision camera using the Argon POD case. The goal was simple - have a no IR camer output to the PODs SPI display. After quite a bit of experimentation I sacked off the spi display for a small hdmi connected display which does exactly what I want - full screen camera - with a lot less coding than the spi display. In summary never be frighten of changing what you're doing especially of you can achieve the same goal with less hassle.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Nice story with the same learnings!
@Trust_me_I_am_an_Engineer
@Trust_me_I_am_an_Engineer 2 місяці тому
Thank you so much, Andreas, for yet another inspiring video. Your channel is motivating me to live a healthier life (cut back calories, improve my condition, etc..) because I keep adding your projects to my "I MUST try this before I die" list and I'm only ever going to get through that list if I don't add years to my life. Thank you so much for motivating me.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
We all live longer these days. And you will get a lot of time if you will be retired ;-)
@NameLast-wm5je
@NameLast-wm5je Місяць тому
Seducingly pleasant presentation format. Your structuring of the video is highly enjoyable. Found myself almost not skipping back and forth because you laid it out in a sensible sequence which kept my interest up. The layout progressed nicely. Good job! Also: Great Scott is awesome.
@AndreasSpiess
@AndreasSpiess Місяць тому
Thank you for your kind words!
@dougbas3980
@dougbas3980 2 місяці тому
Another direction to look into! I am 76YO and split my time too many ways. 🤣Maybe limit myself to 5 or 6 projects at a time? When I am 80YO, it may be just not drooling🤔. Another great video Andreas.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Having the choice to say "no" is very relaxing, I think. I also have to pay attention to this word...
@roidroid
@roidroid 2 місяці тому
i'm in my 40s, already significant mental cycles dedicated to _drooling-prevention-subroutine._ When i'm in 80s i hope to drool at 2x existing capabilities 🤤🌊 !!
@alistairgill5538
@alistairgill5538 2 місяці тому
I just reached 76 yesterday. My first step into the "micro-controller-world" was designing the hardware around an Intel 8080 and the programming it using a teletype, byte for byte. Not even a floppy disc -> everything had to be stored onto a paper tape until the prom could be programmed. Still, the end product moved paper or film to and fro, accurately for a type setting machine. I am still using micro-controllers - or maybe I should say, using them again - for laser based projects. No paper tape though.
@roidroid
@roidroid 2 місяці тому
@@alistairgill5538 People might be interested in seeing videos (or just twitter updates w' photos) on your projects. I'm always amazed at the subcultures & passion that exists out there for specific sub-fields of interest. Doesn't have to be well filmed, always remember: The people interested in this subject, are likely people just like you - who film/narrate things JUST LIKE YOU TOO! they don't mind 😄
@alistairgill5538
@alistairgill5538 2 місяці тому
@@roidroid It has occurred to me to do something like that. I have given quite a few talks locally - 30 to 40 minutes - on various topics. Thanks for the suggestion. I'll think about it.
@dfgaJK
@dfgaJK 2 місяці тому
I have spent a lot of time using the ATTiny85 and the micronucleus bootloader to get an additional pin. They don't have full hardware uart support like these newer ones do so these look like a nice alternative as an upgrade.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Definitively, the one pin programming as well as the UART are extremely useful.
@GigAHerZ64
@GigAHerZ64 2 місяці тому
A capacitor to delay a brown-out and a 5V input that would have down-edge triggered interrupt might save you from saving every value into EEPROM -> just write one value during IRQ just before the chip dies...
@GJToken
@GJToken 2 місяці тому
Was about to make this same comment
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I agree. But it would be one part more ;-)
@ABaumstumpf
@ABaumstumpf 2 місяці тому
Why measure and store instead of just reacting? Decouple the ATtiny a big so it keeps running a tiny bit after the power-down of the battery-pack. That way when the power goes low it can record the time and trigger it again (maybe repeat a second time for more confidence).
@tjwatts100
@tjwatts100 2 місяці тому
He covered that I think: there was no easy way for the ATtiny to turn the power bank back on once it had gone into "low output" mode. I might have missed something, but I think that was the problem.
@ABaumstumpf
@ABaumstumpf 2 місяці тому
@@tjwatts100 That was with an external power source and he talked about how it worked but he decided to go a different path.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
@tjwatts100 is right: The power banks did not switch off even with the lightest power draw.
@HL65536
@HL65536 2 місяці тому
I love the Attiny412 (correction: i used the 402) so much, I bought 100 of them. They are already in: - a DIY battery management system/balancer (one attiny for each cell) - IR remote controlled RGB D&D props - a battery adapter (DC-DC converter) for my robot vacuum so it runs off standard 18650s edit: seems like the one I used is the 402, but same things apply: cheap, only 1 programming pin, easy to use.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
The difference seems to be that the 402 does not have a DAC. So no issue if you do not need it...
@greekstraycats
@greekstraycats 2 місяці тому
I love the ATTiny. Using them for many years. Always having a lot of them in stock for new projects. Did not know about the new ones!
@AndreasSpiess
@AndreasSpiess Місяць тому
I am sure you will like them, too!
@wjn777
@wjn777 2 місяці тому
Great way to start the week! I love these kinds of videos, thank you for sharing
@AndreasSpiess
@AndreasSpiess 2 місяці тому
My pleasure!
@perc1875
@perc1875 2 місяці тому
Lots of goodies in this video! Those new ATTiny chips looks promising, I've heard about them but this is the first video I see them in use. Thanks for sharing!
@AndreasSpiess
@AndreasSpiess Місяць тому
My pleasure!
@AndreasSpiess
@AndreasSpiess Місяць тому
My pleasure!
@rogerfroud300
@rogerfroud300 2 місяці тому
Excellent! I've used PICs since they were first made, and this single pin programming looks to be a game changer.
@AndreasSpiess
@AndreasSpiess Місяць тому
But these are no PICs. They are AVRs.
@mosfet500
@mosfet500 2 місяці тому
Thanks Andreas. What I do with SMD chips is use one of the SMD sockets then solder the programmed chip to my board. Some chips will work with the 6 pin connector on the board but you have to be careful what pins you use. I've fixed circuits with mosfets controlling devices by using a resistor on the gate from the programmer, 10k to 100k usually work.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you for your tips! I also used SMD socket for programming. However, I found it easier to program and test the chips in the real environment.
@dieFPVler
@dieFPVler 2 місяці тому
First I thought the sound of Scott´s voice is imitated intentionally and I was waiting for mocked intro -> Leeet´s get started :)
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Actually, we have a similar "basic language" that creates our accent...
@Damisj
@Damisj 2 місяці тому
After a severe head trauma, Great Scott, Andreas Spiess, Big Clive, and Nick from The Linux Experiment, have helped me to come back. Now I'm helping to build the AI Museum in Stockholm, Sweden =)
@AndreasSpiess
@AndreasSpiess Місяць тому
Excellent! Good luck!
@HorizonInTech
@HorizonInTech 2 місяці тому
This was such an amazing demonstration. Thank you for an elaborate video. Because of this I have learned a completely new thing tonight.
@AndreasSpiess
@AndreasSpiess Місяць тому
Wonderful!
@hippie-io7225
@hippie-io7225 2 місяці тому
Thank you for this video. I have been a fan of Atmel chips for many years. These new chips will be very useful. My solution to the power bank problem was to design my own power banks with an on-off switch. Then made power banks for my battery powered camping fridge (my BougeRV fridge has been in constant use for almost two years now) . I build the packs in 400W/Hr increments. I get 1 to 2 days fridge operating time out of each pack.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Your packs are probably a bit bigger than mine ;-) Mine would not drive a fridge for a long time.
@asificam1
@asificam1 Місяць тому
Can you recommend where or how to get low power BMS system for these packs? Last one I bought was off Amazon and my pack now has 2 series banks of cells that are below safe voltage (less than 1 volt) while the third bank is at 4.2 volts... the battery went dead and then I could not get it to charge... Now I know why. But I tested all the cells by charging them all and leaving them for a month, all within 0.1 volts of full which is what I measured when I took them off the charger, my meter sucks so close enough. I have also had other issues like a low max current (can't do 5 amps even with 18 cells in parallel)... even these cells can easily do 1 amp easily so that sucks. I considered using an AVR to control them but I need to find a way to kill power to the AVR when the pack goes dead so it doesn't keep draining the cells. Or do you just use a hard switch to kill all power and then make sure to shut them off when dead?
@DafyddRoche
@DafyddRoche 2 місяці тому
Great Video Andreas. I do something similar in my gaming LED controllers over on terraintronics. I use the Wemos D1 Mini as a brain, and drive a 47Ohm to GND using a mosfet as you've done. The little innovation that I love is the "count and save" you have to characterize the battery. A simple idea, but brilliant. I currently have A0 unpopulated. I think I'll update the code to check A0 on startup, and IF it's 3V3, assume it's in characterization mode.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I am not sure if the 3.3V method works. I only have to press the button if I know I use a different power bank.
@mdev3987
@mdev3987 2 місяці тому
That fact, after you had a good sleep - suddenly you have all the answers. Our biggest enemy is our tired brain.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I agree!
@BerndFelsche
@BerndFelsche 2 місяці тому
When you have thought yourself into a corner, you have to wait for the paint to dry.
@alistairgill5538
@alistairgill5538 2 місяці тому
This so true. I often go to bed with an open issue, no solution to a problem. Next day, as by magic, I know what to do.
@alistairgill5538
@alistairgill5538 2 місяці тому
@@BerndFelsche... no need to wait for the paint to dry if you are Tom (Tom and Jerry). You just paint a door on the wall, open it and exit.
@opotime
@opotime 2 місяці тому
I call that Bad Dreams because If i wake Up i have to repeat what i did during my sleep ... Thats working twice and to be Safe you have to think twice too. Greatz from Germany and have a nice Day opo
@paulromsky9527
@paulromsky9527 2 місяці тому
Great video, I gave you a like. At 9:38 EEPROM cells don't always last for 100,000 writes per memory address (location), many work on memory pages (sections), say 256 bytes in many EEPROMs but this one is only 128 bytes total, so you should experiment to find out if 100,000 writes to the first EEPROM address will wear out the first address only or its entire EEPROM in these tiny devices. 100,000 writes is guaranteed, many can last a bit more before they finally fail. But 100,000 "learning" sessions is a LOT, the USB contacts are more likely to wear out before then.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you for the "like". Indeed, EEPROM wearing is probably not an issue for this application.
@spambot7110
@spambot7110 2 місяці тому
there's 1 rewrite per second, so that's. 100k sessions / (number of seconds measured), bringing it down to a much lower 100s or 1000s of sessions
@nashaut7635
@nashaut7635 2 місяці тому
If you ever need to measure the voltage at the supply pin, some AVR microcontrollers have the internal bandgap reference wired as an input to the analog multiplexer, which means you can measure the voltage reference voltage using the main supply voltage. This is equivalent to measuring the supply voltage with the internal bandgap reference, just with swapped values in the formula. This will spare an analog input pin. I don't remember however if the ATtiny41x have that feature.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I did not look at the ADC (I just used it). But I once made a video abour using the internal bandgap reference of the 328P...
@PeetHobby
@PeetHobby 2 місяці тому
Great video again. I love the "new" attiny series 0 and 1. 👍 In 2022, I made a small dev board with ATtiny1604 and ATtiny1614. They are superior in all aspects compared to the older Attiny.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you for sharing your experience!
@jdsan6009
@jdsan6009 2 місяці тому
Great video. In addition the latest ATTiny 2-series have an excellent ADC configurable up to 17 bits and can work in differential mode accepting rail voltages (direct current measurement with a shunt resistor) . Unfortunatelly the smallest in this family is 14 pin part.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I also was looking for the -2 series and did not find a lot of chips available. This is why I did not mention them.
@Roobotics
@Roobotics 2 місяці тому
This reminds me greatly of my adventures with the 10f200 (6 pin IC). "I'll start so small, it'll be easy!" oh that caused such a headache with the pin multiplexing. I had to figure out how to repurpose the /RST line as input, the other 3 GPIO pins charliplexed 6 LEDs. One cool side effect was by using the /RST like I did, the project uses no real power while off, as a micro-solar cell actually holds it in a halt state, being used as a light sensor basically. Not enough to power anything, but enough to bias an input pin.
@AndreasSpiess
@AndreasSpiess Місяць тому
Indeed, 6pins is not a lot for a microprocessor!
@chrisrudy1969
@chrisrudy1969 2 місяці тому
Thanks Andreas! Great video! I learn so much from you and Great Scott :)
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Glad you enjoyed it!
@tubeDude48
@tubeDude48 2 місяці тому
This was very useful! Thanks, Andreas. And thanks for the heads-up on the new chips! 👍
@AndreasSpiess
@AndreasSpiess 2 місяці тому
My pleasure!
@PeranMe
@PeranMe 2 місяці тому
Thanks Andreas, this was another great video! You’ re a star, keep being awesome!
@AndreasSpiess
@AndreasSpiess 2 місяці тому
My pleasure!
@tjwatts100
@tjwatts100 2 місяці тому
These new ATtinys look awesome: thanks for the update good sir 👍😀
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Glad you like them!
@elpiel
@elpiel 2 місяці тому
"Open source and UKposts is the right place to foster innovation" are exactly my words! Great video and hopefully you will start to see more content from our community - AeroRust. I wish I had a bit more knowledge in electronics but I'm very comfortable with embedded software at this point and want to do exactly this - make open-source and learning materials for aerospace development.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I just googled. The only time I had to do with your industry is when I had a project at Emirates Airways...
@charliebrownn6622
@charliebrownn6622 2 місяці тому
Omg !! Clash of TITANS 🤩🤩! Two of my favorite UKpostsrs !
@AndreasSpiess
@AndreasSpiess 2 місяці тому
No clash. Collaboration ;-)
@miroslavmikus6480
@miroslavmikus6480 2 місяці тому
I use Tiny212/412 for few years and with internal 32k oscillator as main clock it takes around 6-10uA even without sleeping (of course if you enable ADC or DAC references -> hundreds of uA. Or if you forget to disable unused pins - then it's in milliamps). With MicroUpdi programmer and Microchip studio (it needs to disable "only supported devices") you can do full On chip debugging (or many others with UPDI like AVR Dx)
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you for the additional info. Debugging is a neat feature! I did not check if it is already supported by the new Arduino IDE.
@miroslavmikus6480
@miroslavmikus6480 2 місяці тому
@@AndreasSpiess It probably isn't in the Arduino IDE. Just Microchip studio + MicroUpdi or other Microchip debugger. For Mega4809 i just created template with arduino core and I can just switch between 808/809 ... 4808/4809 (libraries are quite anoying as it doesn't have common mcu setting in the Microchip studio). And for the tiny212/412 memory is so small I almost run out of the flash just using floats (uint32_t wasn't much better) :D
@smarzony
@smarzony 2 місяці тому
As always great video, I admire your skills
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thanks for the visit!
@AntonioDellaRovere
@AntonioDellaRovere 2 місяці тому
Shortage perhaps lead to those chips, where they chose to package a different die in the 8 pin package..
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Maybe an explanation. It would be good to declare it in the description (if it is a different chip or only a different signature that easily could be fixed during upload)
@txkflier
@txkflier Місяць тому
Yes, very interesting. I built a couple of projects using the ATtiny 85 last year. I'll have to get some of the 412's and some with more pins. Thanks..
@AndreasSpiess
@AndreasSpiess Місяць тому
You are welcome!
@avejst
@avejst 2 місяці тому
Great project! Interesting new chip, that can give new possibilities for projects. Thanks for sharing your experience with All of us 👍😃
@AndreasSpiess
@AndreasSpiess 2 місяці тому
My pleasure!
@wolpumba4099
@wolpumba4099 2 місяці тому
Here's an abstract based on the transcript. I used Gemini Advanced 1.0 to create it: *Abstract* This project aims to improve upon an existing USB power bank trigger design (originally using a 555 timer) by leveraging a modern ATtiny microcontroller. Challenges in power bank behavior are addressed, primarily concerning their auto-shutoff at varying low-load thresholds. The solution employs the ATtiny to characterize power bank behavior, storing parameters in EEPROM for automatic power-on triggering to maintain operation. The project highlights the advantages of new ATtiny chips (UPDI programming, Serial.print), the adaptability of open-source hardware (Arduino Nano as a programmer), and the importance of iterative design when encountering unexpected complexities.
@aleksanderhr.fredro8407
@aleksanderhr.fredro8407 2 місяці тому
After this video I need to search the web for some opensource powerbank project capable of USB PD charging. Great work, have a nice day!
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I am pretty sure you will find one.
@KC-nd7nt
@KC-nd7nt 2 місяці тому
I thought i was buying bad power banks . Drives me nuts . Plug in something, walk away and it randomly stops charging . Ridiculous ! Thanks for solving this issue
@alexc4924
@alexc4924 2 місяці тому
If it has more than one port, try different ports
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Indeed, it was astonishing to me, too.
@jameszahary
@jameszahary 2 місяці тому
Another feature we need: Some power banks will give you battery voltage, say 3.7-4.1 to the usb when there is a tiny load, then turn on the booster to 5v when load increases. I would be nice to control that.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
If you need variable voltage, I would go with USB-C PD. There, you can ask for a big variety of voltages up to 20V
@jameszahary
@jameszahary 2 місяці тому
@@AndreasSpiess I'm not thinking about 5v or 12v, but rather getting a micro-watt of battery power to power a sleeping esp32 or a pir, without burning out the battery by constantly boosting it to 5v. I could power a circuit with a couple AA batteries for months, or drill a hole into the powerbank and get the 18650 power (on the safe side of the over-discharge circuit) for my micro-watt, but it would be nice to get the microwatt through the usb with the booster shut off, and then get the real 5v power when the esp32 wakes up and turns something on and we need real power. Maybe a couple AAs for the microwatt, and rechargeable powerbank for the reak power.
@theagentsmith
@theagentsmith 2 місяці тому
I needed a protection circuit for 12V lead battery overdischarging, but couldn't find anything, only for Li-Ion. I made a simple one with ATTiny85, similar to the circuit you made, only different purposes. I could use software serial for debugging. It consumes really low amount of power when sleeping. However this new version makes it even more interesting, thank you for the video!
@AndreasSpiess
@AndreasSpiess Місяць тому
A good idea to use an ATTINY for such a project!
@CryptonNite23
@CryptonNite23 2 місяці тому
Nothing can beat the NE555! :D
@johnpricejoseca1705
@johnpricejoseca1705 2 місяці тому
Neat! I’m going to have to find a project where I need these cute chips! As an fyi, voltaic systems makes a line of battery packs that don’t have the auto off function so they work well for low power devices. I’ve been using them for years. Very convenient.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thanks for the link. They seem to have a nice line-up!
@johnpricejoseca1705
@johnpricejoseca1705 2 місяці тому
@@AndreasSpiess Nice solar panels, too! You might be interested in their Capacitor-based power cell for very low power applications.
@ctid107
@ctid107 2 місяці тому
Ha, "buggers" in a Swiss accent, that's a first for me!
@tjwatts100
@tjwatts100 2 місяці тому
Dammit: now I have to watch it again to find that 🤣
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I learned it somewhere and found it neat ;-)
@deslomeslager
@deslomeslager 2 місяці тому
The AT tiny is a wonderful chip! Perfect for very simple tasks!
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I agree!
@LimbaZero
@LimbaZero 2 місяці тому
If I remember right ATTiny 2313, 13 and 85 supported debug wire for programming but first programming needed to do with spi and enable it. DW used the reset pin.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I thought that DebugWire only was supported by the Atmel programmers. At least, I never saw it with the Arduino IDE.
@Wolfennar
@Wolfennar 2 місяці тому
Ok the one pin program thing of the new chip actually sounds super cool and useful :O
@AndreasSpiess
@AndreasSpiess 2 місяці тому
It is!
@wherami
@wherami 2 місяці тому
I love attiny chips! Always looking to use them when I can
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Good "behavior" ;-)
@yvindeddy9150
@yvindeddy9150 2 місяці тому
As a machinery Engineer, i find these videos fun to watch
@AndreasSpiess
@AndreasSpiess Місяць тому
Thank you!
@BenjaminVestergaard
@BenjaminVestergaard Місяць тому
Very nice with the new way of programming, certainly makes hobby projects much easier. As for automatic adjustment... wouldn't it be possible to have a capacitor keep the ATTiny alive for long enough to write a new cutoff value, reset the USB and come back up with a new interval to peak at? Of course this would only work going from a longer interval to a shorter. So on first power-up it would always need to start with a long interval and wait for the first cutoff, adjust and reset the USB. You could make a switch that could discharge the capacitor if you hold it for 2-3 seconds while disconnected, so you're sure that it "starts over" if you switch between banks quicker than it can use the charge. The electronics around the uC isn't my strong point, but I love playing around with the uC software. So I'm just suggesting something I could imagine could work.
@AndreasSpiess
@AndreasSpiess Місяць тому
Best is always to try it. These powerbanks are quite tricky...
@FruchtcocktailUndCo
@FruchtcocktailUndCo 2 місяці тому
Love your spicy humor in this one. I wanted to build such a device like GreatScott, maybe it will be two now. :D
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you! And abter building both, you can dedide which one you like better ;-)
@bastiannenke9613
@bastiannenke9613 2 місяці тому
I kinda expected you to count the time but also have a second counter that gets reset to 0 after a few minutes of runtime. Gets counted up un init and of its at a count of 3 it tries to update the time. The new way to program the microcontrollers sounds great.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
That could for sure be included in the sketch.
@bastiannenke9613
@bastiannenke9613 2 місяці тому
@@AndreasSpiess could also over engineer it with a buffer battery or so...
@jimschlough5481
@jimschlough5481 Місяць тому
Thanks!
@Seikatsu121
@Seikatsu121 2 місяці тому
Great Scott and the 555 timer have a similar relationship like electroboom and the full bridge rectifier
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Maybe...
@AvdL769
@AvdL769 13 днів тому
Very interesting approach for you. I have great respect for both channels. I'm also a hardware design engineer. But a perfect solution would be a solution that doesn't lose any power. So I prefer to see a solution without the resistor to ground. So use a kind of buck/boost converter setup to trigger the current monitor in the power bank and release the energy to the connection that uses a small amount of current. Maybe I'm making this project more complex than needed, but that would be a perfect solution.
@AvdL769
@AvdL769 13 днів тому
Well. I had some minutes to think about it. Storing energy temporarily in a coil/capacitor could be a solution, but if it stores that with 100% efficiency (which it doesn't do!), we have still a problem. What is the real energy usage (E=P*t) of the device connected on the output? If the energy usage is less than the energy that we draw each full period (Ton+Toff) from the power bank to keep it alive, than an extra resistor is still needed. Please ignore my solution 😜
@idogendel
@idogendel 2 місяці тому
I love these new ATtinys, they are my go-to MCUs now for small tasks. Even the 202/402, I wouldn't say they're outdated, they just don't have a DAC which is an awesome feature. As for the odd fakes, my guess is that there was a mistake in production (wrong die?), and someone raided the trash can, picked up that batch and offered it for sale per the marking 😀
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Somebody wrote that it was a mistake Microchip made and even Mouser had them on sale ;-)
@WistrelChianti
@WistrelChianti 2 місяці тому
Thanks really enjoyed this. Not done any electronic (or even thought about) for too long now so was a nice exercise to read your circuit diagram (and pleased I still could!). I think in my own version, given the voltage input tolerance of ATTINY chips (the 85s at least) I would have experimented with a beefy capacitor on the input and use your "voltage" to look for a drop off. This way hopefully, one could cut out the need to record/time/trigger the "stimulate" and "run on air" as it were (the capacitor) when the power cuts which would hopefully be enough time to trigger/sustain the stimulate load to turn the thing on. Ideally then you'd only get a very momentary cut of power to the main device being powered. If that isn't acceptable though, could just use the cap that one time for the initial measurement, then go back to timing/triggering an early (before cut off) stimulate. I've had this cut off issue with USB lights before on power packs and indeed it's irritating so a nice idea from Great Scott to make a work around.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Indeed, a cap would power the ATTINY for a moment to save the value in EEPROM.
@WistrelChianti
@WistrelChianti 2 місяці тому
@@AndreasSpiess surely flipping a pin to get the power going again though would be even faster... then just keep in RAM
@WistrelChianti
@WistrelChianti 2 місяці тому
@@AndreasSpiess really does make me want to experiment to see what the art of the possible is...
@roysigurdkarlsbakk3842
@roysigurdkarlsbakk3842 2 місяці тому
Very nice - this is really quite useful!
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Glad you think so!
@cdgonepotatoes4219
@cdgonepotatoes4219 Місяць тому
This reminds me of one important lesson my lab teacher taught me: "Is the reduction of material expense or the software's efficiency worth the R&D time?" Sometimes a quick (and ugly) solution is much better than clean code and few components. That new mindset helped me complete assignments on time, at the same time that started a trend of me doing assignments twice, once in the required way, once in my way, because I often wouldn't be satisfied by the solutions I found on the spot.
@AndreasSpiess
@AndreasSpiess Місяць тому
I agree: All depend on the numbers. For a small series, material cost is not the issue. But if you create an iPhone, a few cents can make a difference. Here it is a hobby, and its main product should be fun. So it might be a bit different...
@smlgd
@smlgd Місяць тому
I work in a company where people from long before I joined used to think like that. Now we pay a heavy price in tech debt where our old projects are almost unmaintainable. We spend days sometimes analyzing old code because when we need to make a simple change and it breaks everything. Pretty much all of the code is kept in a "functions.c" file with a lot of inline #ifdefs for product variants and a LOT of global variables that are cryptically named and reused across multiple functions and stuff like 6800 LCD display logic and switch matrix scanning mixed in with actual presentation logic. It's almost like programming in assembly but in C and the global variables are your registers or something like that (I guess maybe the guy who made that code probably learned to code in ASM before C for MCUs was even a thing, and made the jump to C but kept the same programming mindset). The same goes for the hardware as sometimes they didn't even bother connecting I2C lines to the actual I2C pins in the MCU, so then someone had to make a bitbang I2C code for it. Thankfully upper management realized how much of a problem it was causing and now we're rewriting and redesigning our products from scratch one by one
@axelhertwig8258
@axelhertwig8258 Місяць тому
Some time back I used a Digistump for the same purpose. It is a ready made ATiny85 board with easy programming and plugs into an USB-A connection of the powerbank. I created ~100mA over 500ms just through 2 GPIOs, with 100 Ohm to GND each. Works without magic smoke ;-).
@AndreasSpiess
@AndreasSpiess Місяць тому
Cool!
@engineninetyninelastname5701
@engineninetyninelastname5701 2 місяці тому
i love your sense humor 🙂
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you!
@al73r
@al73r 2 місяці тому
I found it easier to wire directly to the charge boards +- for circuit power. I retain the charge controller for well charging the cell attached. I ran this outdoors for 3yrs on a soil and light monitor for my wife. No need for the additional circuit.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
If you want to opne the power bank, this is a good idea!
@al73r
@al73r 2 місяці тому
@@AndreasSpiess we are makers afterall 😉
@robertcameronjones
@robertcameronjones 2 місяці тому
Love Microchip. I launched one of the very first high volume PIC designs in Michigan in the late 80's in the hundreds of thousands per year (PIC16C54) on vehicle remote transmitters. One Time Programmable only, but this was revolutionary then as most parts were mask ROM at the time. They even put those devices into SOT packages. They were marketed as micros but were used as "ASIC fixers" to fix small hardware bugs in complex ASICs. Cool company!
@AndreasSpiess
@AndreasSpiess Місяць тому
I learned about the first steps of Microchip from an interview on the Amphour podcast (with the former CEO). Very interesting!
@JulienBaut
@JulienBaut 2 місяці тому
Thank you for showing the new attiny :) I am approaching a similar project with storing values before switching off the chip. Do you know how the microchip behaves, when the chip is turned off while writing to the eeprom? Or does the capacitor store enough energy to complete the writing step?
@AndreasSpiess
@AndreasSpiess 2 місяці тому
You can increase the value of the cap to make sure this does not happen. But it will be a very rare event in my setup.
@tobiasd5235
@tobiasd5235 2 місяці тому
Asianometry did a great Video about fake ICs and recycled ICs
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Indeed, I saw it. This fake maybe is not a real fake as anohter commenter wrote. These chips were even sold by Mouser, etc... But of course, I do not know.
@slighter
@slighter 2 місяці тому
I recommend getting the green strawberry PE sheet for that and some custom made warp grills, Bussards and cobra heads. Greatly improves the ships!
@AndreasSpiess
@AndreasSpiess 2 місяці тому
???
@slighter
@slighter 2 місяці тому
@@AndreasSpiess goddammit UKposts, why did you have to post my comment to a completely different video? 😪
@1kreature
@1kreature 2 місяці тому
Very interesting approach! However, you could avoid the constant writing to eeprom by detecting the powerloss. A common way I do it is isolate the supply of the MCU via a diode if there is extra load on the system and add a capacitor on the supply-pin of the MCU. Then I use a pin on the MCU as detector for the powerloss by setting it up as a falling flank interrupt. This allows the fastest detection time and at this point you can store your data. You can test the timing by using an oscilloscope and setting a pin high once the storing is finished and watch this pin vs the flank of the power pin to see how long it took. If you know your power consumption including the storage needs you can calculate a capacitor required, otherwise it is easy to test with scope. Remember to use 10X probe or more to reduce load on rail.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
I agree, this could be done. But it would add 2 more parts... A good idea for other applications!
@1kreature
@1kreature 2 місяці тому
@@AndreasSpiess A capacitor on the supply pin is a minimum though, and always recommended.
@artursmihelsons415
@artursmihelsons415 2 місяці тому
Excellent video and great update idea! I didn't know, that there is new ATtiny series available. In some projects it may be better to use new ones. I need to look at them deeper. Probably, they are not supported in older AVRstudio. With ISP I love, that I can directly program chips from studio..
@AndreasSpiess
@AndreasSpiess Місяць тому
I never used AVRstudio…
@gambler301
@gambler301 2 місяці тому
thanks for your great videos
@AndreasSpiess
@AndreasSpiess 2 місяці тому
You are welcome!
@bendunselman
@bendunselman 2 місяці тому
I like the Swiss humor in particular! 😅👍
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you!
@AerialWaviator
@AerialWaviator 2 місяці тому
That this whole project was inspired by the channel motto of "WE WANT MORE", (3:09) while making use of fewer resources. Learnt so much more than if a 556 dual timer had been used. Will now be revisiting ATtiny's .. for just the right amount of Swiss AI.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Indeed, I used this project also as an excuse to learn about the ATTINies...
@JohnVance
@JohnVance 2 місяці тому
I love your videos so much man.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you!
@John_Ridley
@John_Ridley 2 місяці тому
Great video as always. Got some in my cart from Digikey, I was about to order some Tiny84s anyway (for a previous kit project) it'll be fun to experiment with this. I prefer direct C/GCC programming to Arduino, so I can do lower power (one of my Tiny85 boards was still OK and woke up having been left in sleep mode after 5 years on a CR2032). But maybe I should mess around with it again.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Astonishing! I think you can go quite low power with these chips also with the Arduino IDE. At least you can select the clock rate and some other features. And you can use deep sleep.
@Scrogan
@Scrogan 2 місяці тому
I use the new AVRs too, the 1614 basically has the specs of a 328p, plus it has better timers, more versatile GPIO, a DAC, and even a custom logic system that I haven’t figured out yet. But I will note that they’re a pain to use with AVR-gcc, you need to get fils out of MPLABX for it, and I couldn’t get EEPROM working since it uses a somewhat different memory address space. I use SerialUPDI instead of the arduino sketch, all it takes is modifying a USB to serial dongle. As for the older ATtiny programming problem, it’s less of an issue than you make it out to be. You can use the 4 programming pins for other things, so long as the programming process won’t interfere with them. Even the reset pin can be used as an analogue input, so long as the voltage on it doesn’t go below the going-low threshold.
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Thank you for sharing your experience. I agree with your comment about the ATTINY85 (otherwise, they would not be very useful). Still, as you write, you always have to pay attention to what you connect to these pins.
@rudolfst
@rudolfst 2 місяці тому
Great video, thanks! These new ATtinys with simple programming are great! 👍 On my (too long) list of project is one where I can force an old Intel NUC into starting Windows as soon as I power it up (I could not find this setting in its BIOS) I will now probably attempt to achieve this with an ATtiny 412. 😊 Question: do you know if you can program these ATtinys with PlatformIO?
@AndreasSpiess
@AndreasSpiess 2 місяці тому
Since PlatformIO uses the Arduino framework it should be possible.
@michalp.1484
@michalp.1484 2 місяці тому
the ATtiny uC is a different league of course, but the NE555 is still amazing, I think it's the most versatile chip ever designed
@AndreasSpiess
@AndreasSpiess 2 місяці тому
If an electronics chip survives 50 years it must be good ;-)
USB-C Tutorial for Everybody (Connector, Cable, PD, Data Transfer, Devices)
26:08
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
GreatScott!
Переглядів 450 тис.
Військовослужбовці ЗСУ проводять оповіщення в Полтаві
00:32
FOOTBALL WITH PLAY BUTTONS ▶️ #roadto100million
00:24
Celine Dept
Переглядів 109 млн
Артем Пивоваров х Klavdia Petrivna - Барабан
03:16
Artem Pivovarov
Переглядів 929 тис.
Radar Sensors from $3 to over $100: Which one is Best?
14:31
Andreas Spiess
Переглядів 145 тис.
I tried finding Hidden Gems on Aliexpress!
12:53
GreatScott!
Переглядів 1,7 млн
Rutgers University Confirmed: Meshtastic and LoRa are dangerous
13:27
Andreas Spiess
Переглядів 706 тис.
When Did Raspberry Pi become the villain?
21:54
Jeff Geerling
Переглядів 1,2 млн
ESP32 Guide 2024 | Choosing and Using an ESP32 Board
41:06
DroneBot Workshop
Переглядів 194 тис.
I tried finding Hidden Gems on AliExpress & got NASA Technology?!
14:41
Simmerstats: The genius old tech that controls your stovetop
36:31
Technology Connections
Переглядів 626 тис.
Top Fifteen Mistakes People Make When Designing Prototype PCBs
12:26
Cosplay Light and Sound
Переглядів 117 тис.
I tried finding Hidden Gems on AliExpress AGAIN! (Part 7)
13:44
GreatScott!
Переглядів 576 тис.
Phone charger explosion
0:43
_vector_
Переглядів 1,8 млн
Распаковка айфона в воде😱 #shorts
0:25
НЭКС
Переглядів 299 тис.
Это УНИЖЕНИЕ: Самсунг сделал ступеньки из АЙФОНОВ
0:14
Собиратель новостей
Переглядів 7 млн