Earlier quoted context omitted.
Could it be curation? I'm still a novice myself so this comes from a place of genuine ignorance, but I find most of the channels for parts and whatnot to be overwhelmingly complex. Adafruit is dead simple to search.
You are an EE? You should know the major websites like digikey and mouser. They are really easy to search. They have tons of categories to narrow your search if you need something specific.
The Adafruit Feather and FeatherWing System
31–40 of 45 posts
Re: The Adafruit Feather and FeatherWing System
#32I give my EE friends a weird look when I see they bought stuff from Adafruit. I understand if you are a casual trying to do embedded for the first time, but these people know what pins are. They know what MCUs are. They know what power and ground are.. Not sure how they come to the conclusion to spend 10x more.
Consider the DC motor/stepper feather for example. Perhaps it's $8 worth of components if you're sourcing things piece by piece. Paying a ~$10 premium when you're making a one-off design seems entirely reasonable compared to trying to design a board yourself, waiting for the PCB fab, etc.
I'm an EE and I source plenty from digikey/mouser/etc for personal projects. There's a gap for the occasional prebuilt board, break out board, or oddball electromechanical part (which can be a pain to find at other suppliers). Higher cost distributors like adafruit/sparkfun do have their place even when you have the background.
Re: The Adafruit Feather and FeatherWing System
#33I give my EE friends a weird look when I see they bought stuff from Adafruit. I understand if you are a casual trying to do embedded for the first time, but these people know what pins are. They know what MCUs are. They know what power and ground are.. Not sure how they come to the conclusion to spend 10x more.
Time is expensive. So, you can find parts elsewhere for much less, but it can take a while to find an equivalent option setup for prototyping. It's not as much of an issue if you've got a stack of blank SMD breakout boards. If you're doing some DIY work and you can find out someone's already designed a module that fits your needs, then why not. Consider the DC motor/stepper feather for example. Perhaps it's $8 worth…
Re: The Adafruit Feather and FeatherWing System
#34Is there a reason that the main board is a feather and the daughter boards are wings? I would have expected 1 wing to have many feathers, not the other way around.
Re: The Adafruit Feather and FeatherWing System
#35I give my EE friends a weird look when I see they bought stuff from Adafruit. I understand if you are a casual trying to do embedded for the first time, but these people know what pins are. They know what MCUs are. They know what power and ground are.. Not sure how they come to the conclusion to spend 10x more.
As a sibling comment noted, a BOM might be $X compared to buying premade packages from Adafruit/Sparkfun at $X0. But paying $X0 means skipping over $X00 worth (or even $X,000) of schematic capture, board layout, design review, PCB fab, assembly, bringup, and fixing bugs.
Re: The Adafruit Feather and FeatherWing System
#36Earlier quoted context omitted.
Making your own hardware only for tinkering it's pretty painful. I think it's better to make a functional prototype in a board like that, and then making your own board of you need to.
I was more saying that you buy the components and put the pieces together according to the datasheet.
Re: The Adafruit Feather and FeatherWing System
#37Earlier quoted context omitted.
You haven't lost anything. It's about what others can gain. Meaning, those who don't (yet) know how to make their own boards or dont care how the interfaces work can still plug a couple of boards together and make a working system. The reductio ad adsurbum on this would compare these boards to PCI cards for your PC - you wouldn't expect the majority of PC users to have to hand assemble their GPU would you?
Sounds like you misunderstand what a breakout board is? Like it's literally the shield minus a set form factor. It takes 0 more knowledge. It's still plugging boards together, still runs the same code. Just not in a shape that will cover up every single pin you have. Which is something that makes things harder for beginners if anything.
Re: The Adafruit Feather and FeatherWing System
#38I give my EE friends a weird look when I see they bought stuff from Adafruit. I understand if you are a casual trying to do embedded for the first time, but these people know what pins are. They know what MCUs are. They know what power and ground are.. Not sure how they come to the conclusion to spend 10x more.
Re: The Adafruit Feather and FeatherWing System
#39"Wouldn't it be great if, instead of collecting shields, HATs, PMODs, Clicks, Booster Packs, Props... you could have a cross-compatible platform? Something that doesn't force you into one chipset? and allows you to mix-and-match the microcontroller, wireless protocol, and functional extensions? Yeah, me too! That's why I created Feather. Feather is a flexible and powerful family of microcontroller main-boards (Feathe…
I've never gotten the obsession with prescribing form factors to breakout boards. What do I lose buying a generic breakout board for half the price of a branded shield/hat/wing and hooking it up on a $2 piece of protoboard or with some jumpers?
Re: The Adafruit Feather and FeatherWing System
#40https://github.com/AdamMarciniak/CygnusX1
The schematics on the adafruit site helped me design my board and wire it all up properly!