Postbag: #26 - 74HC595 PCB, 30V LCD Meter, Qi & USB Charger

preview_player
Показать описание
What's in today's postbag?

Рекомендации по теме
Комментарии
Автор

At 00:50 you said: "So, one of the things you can't do on an Arduino, is write an 8-bit byte of data to an 8-bit port. You can't write, in one go, a byte to an output". Well, indeed you can. With PORTA, PORTB, PORTC, PORTD etc. PORTD = 0xff will set pin 0-7 high provided they are set to output. I love you videos by the way, just feel like nitpicking at the moment. :)

jeffmerlin
Автор

This may have already been said, but port 2 of the charger does have the 4 resistors for apple data voltage levels, just 2 of them have been moved slightly because of an unpopulated SOT23-5 pad.

KX
Автор

I had a Fuller speech unit for my ZX Spectrum that used the SPO256 chip. Then I bought a chip from Tandy and made my own speech synthesiser for my Sinclair QL. I always wondered about the AL2 bit at the end. I guess it means allophone set 2. But what did allophone set 1 sound like?
If you want a modern alternative then check out the speakjet chip.

bigclivedotcom
Автор

Do not fully agree with the statement on 1:06 about writing 8b in parallel. For instance, you could use PORTB=B101000; to set digital pins 7, 5, 3 HIGH and pins 6, 4, 2, 1, 0 LOW in one go. The example is straight from arduino's PortManipulation reference page.

Автор

Yes you can set bytes to ports on arduino! They use Atmegas, so you can use direct port manipulation!

Leonelf
Автор

The Currah microspeech for the ZX Spectrum uses the spo256 speech chip.

pcuser
Автор

  I believe that is the chip I had from Radio Shack. I built it into my Atari 400, driven by the joystick ports. Used it for years with a cassette tape recorder and a modified modem to take phone messages or switch to the modem for the BBS I ran. A caller would be told to hold for 30 seconds, then a carrier was sent while the 400 monitored CD, if that timed out it would ask the caller to leave a message and roll the cassette. Over three decades ago but may still be my most complex project/program.

HillOrStream
Автор

Shortly after Apple released the iPad, USB specs were revised to add the ability to up charge current from 1A to 2A. Only problem is that they couldn't enable it for every device, or else they could seriously mame older devices. So these "smart" chargers actually use some of the data lines on the usb cable to talk to the device and essentially ask it if it can handle the 2A charge. It it responds yes, the charge device goes into quick charge mode. If it responds no (or more often, sends back no response at all) the charge current remains limited at 1A.

thejo
Автор

Your Videos are always great thanks!!  Maybe put the new LCD in a ZIP lock and seal it up except the corner ... they have worked very well for me in the past as a temporary solution.  :)

healthman
Автор

Port 2 on the USB charger has the same resistor matrix, but the other two are below and to the right, aren't they?

velocityphotography
Автор

For the bike battery, do get a BMS like the one you mentioned.

I would suggest you get a fixed function charger too, even the BMS will allow you to get away with accidentally using the NiCD charge program on lithium batterys. The RC chargers are neat, but not exactly something I would build into/use as part of other things.

Fixed charger and BMS and you should be rather safe. Do NOT skip the BMS.
There are details for the packing too, but I rather not advice on how to stop a flaming battery. Don't go super-cheap on those parts.

As for IO pins, a AVR microcontroller and a breakout board should give you lot of paralell IO.

One of those 64/100 pin TQFP SMD packages would give you LOTS of 8 bit ports.
(and ports in general)

As for me, xmega and avr dragon looks tempting. I have looked at the xmega datasheet, and it lists features like DMA and internal routing network.

erlendse
Автор

We put a couple of similar LCD voltmeters in one of our trailers.

douro
Автор

hi, about that usb car charger: smaprt ports are supposed to adjust the voltages in usb data lines to find out maximum current draw for the connected o/p device. cause some high end fones put these tricks in their usb charging systems.

iceberg
Автор

13:56 the 2 5-pins ic are just like DCP. TI has TPS2511 to fulfill same purpose

fatpo
Автор

seems like all 3 universal usbs from the ec technology charger have the same resistor network the one on the second port is only slightly different alignment, but the resistor codes are the same.

DantalionNl
Автор

I wonder if the car charger can supply 7.2 amps as printed on the cover :-) Could you load test it?
Thank you for the reviews!

blablablaqwd
Автор

I like Dave Mailbag Monday, I like Julian Postbag Saturday. The two days worth living...hahah....

TheOldmankk
Автор

those smart ports chips could only be dedicated charging controllers, similar to the TPS2511 but they seem simpler.

Edu_RJR
Автор

Why not use a PCF8574? It's self-contained I2C to parallel, and hardware I2C can be used to drive it in no time.

MalKontent
Автор

Id just use a RC charger / balancer for them LiFe cells, I did with my 12 cell 12Ah pack and never had issues .

twirlywhirly