Sujet : Re: F2FS On USB Sticks?
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.os.linux.miscDate : 24. Mar 2025, 07:48:21
Autres entêtes
Message-ID : <m4cdhlFbfhrU6@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Pan/0.160 (Toresk; )
On Sun, 23 Mar 2025 23:36:04 -0400, c186282 wrote:
Just recently bought two Ards ... the old Uno and a 2560.
Have weather apps in mind and the libs easily do all the funky little
devices and one-wires and such and there's megatons of docs.
Well, you shouldn't run out of pins with the 2560. I've got a few Uno R3s
laying around and a couple of Nano 33 BLE Senses. The Nano is used in a
MIT ML course and they picked it because of all the onboard sensors rather
than a bunch of loose components. It's based on the Nordic Cortex M4 uc.
SOMEBODY does or did make something that looked a whole lot like a
PI, but used some PIC instead. A Pi is faster,
but the PIC likely uses lots less power and can go almost static
between interrupts. Job, best tool. Note the Ard low-power lib is
pretty damned good too, have used that with solar-powered units
before.
There were quite a few. I used to subscribe to Steve Ciarcia's 'Circuit
Cellar' and PIC projects were very popular.
But is Cortex-based REALLY a "PIC" ???
16F84 was a PIC.
My fave PICs are the 12Fxxx 8-pin little lovelies.
So small, so cheap, so versatile. I've even used them to emulate
ordinary logic gates if speed was not super-critical ... that cheap,
and can be most anything you want, even drive a serial display.
I've got some chips with a bunch of little legs that I assume are legacy
AVRs. You could do a lot with them,
However the bigger pain/expense lies in the 'development
systems/boards'. You don't just buy the chip - you have to be able to
program it too. Discourages experimenters.
>
https://www.mikroe.com/easyavrYeah, the $215 is a barrier and then you wind up with a dead bug you have
to do something with. Of course you can go a lot cheaper:
https://www.walmart.com/ip/AVR-Development-Board-NO-Chip-Included-DIY-Set-for-8-48-with-USB-Input/2830964591
Walmart? Yeah I'm sure the local superstore has a bunch of them. Must be
something similar for PICs or you can roll your own.