Personally, I like the AVR MCU's though I am slowly starting to grow out of them. The Arduino libraries are convenient but many of them have sloppy poorly documented code. I hate the Arduino IDE (more than I hate ALL IDSs). With that said, I still use the libraries, make my own bards and use an editor and Makefile. Call me old if you must ;).
I am looking to the Raspberry PI or maybe an ESPxxx... not sure which for my next couple of projects. -joe On Thu, Jan 25, 2018 at 12:49 PM, gregebert <[email protected]> wrote: > One thing I noticed about the Arduino interface "standard" is that it > lacks important details such as timing (setup, hold, min-prop, max-prop, > etc). > > This is both a blessing (Ignorance is bliss; irrelevant technical detail > such as people using LEDs and motors; makes Arduino easier to use for > less-technical people) > .....and a curse (Impossible to prove-out a high-speed design will meet > timing in all operating cases, cant analyze signal integrity) > > If you need something small, cheap, doesn't need to run fast, and has a > large user community, Arduino is tough to beat. Maybe unbeatable. > > If you need more memory/compute-power/WiFi, go with RasPi zero W > > > If you need high-speed control, microcontroller or FPGA is more effort and > cost but will get you a proven design. > > If you need more memory/compute-power/WiFi, consider adding a RasPi Zero W > to support the uC / FPGA > > > -- > You received this message because you are subscribed to the Google Groups > "neonixie-l" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web, visit https://groups.google.com/d/ > msgid/neonixie-l/e372dfd5-3eb9-4919-bf2a-07e8da74de09%40googlegroups.com > <https://groups.google.com/d/msgid/neonixie-l/e372dfd5-3eb9-4919-bf2a-07e8da74de09%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "neonixie-l" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/CAE%2BVk6OhdTZPnJJ0qMhwNB%3D3CfXruBxQLCGGUuF60p5fBJiugA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
