Live data from Hacker News

Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects

allaboutcircuits.com

1–10 of 48 posts

Re: Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects

#3
What I liked about the older, simpler Arduino was that you could move an ATmega328p project from an Arduino board to a chip on a breadboard then to a custom PCB with minimal complexity - with just hobbyist-level skills.

But the boards and modules just seem to be getting ever more complex, with lots of tiny SMD components, removing that path.

Re: Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects

#4

ISn't this just https://www.sparkfun.com/qwiic or https://learn.adafruit.com/introducing-adafruit-stemma-qt/wh... ?

No, it’s not just QWIC connectors.

It is just the time-honored maker tradition of finding a cool IC and building a dev board around it for the hobbyist. There’s a i2c multiplexer chip, an i2c buffer, and a nicer motor driver.

Article title is nonsensical.

Re: Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects

#6
post #3

What I liked about the older, simpler Arduino was that you could move an ATmega328p project from an Arduino board to a chip on a breadboard then to a custom PCB with minimal complexity - with just hobbyist-level skills. But the boards and modules just seem to be getting ever more complex, with lots of tiny SMD components, removing that path.

Robotic pick and place board assembly means through-hole components are going the way of the dodo. Sorry.

Adafruit sells breakout boards for various SMT packages so that with a little solder reflow work you can adapt that shiny new chip to your breadboard. https://www.adafruit.com/category/475

Re: Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects

#7
A bit of topic , but I wonder if people who are starting in this field not directly start on esp32 platforms. It's so damn easy to develop with AI on these platforms. In the past we spend a week on lcd drivers alone. Now one can build an entire application that controls other devices via serial, has its own fancy UI, has all kind of useless features like 40 languages, its own webserver, OTA, demo modes and more. With Arduino I am not sure what you get these days

Re: Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects

#9
post #3

What I liked about the older, simpler Arduino was that you could move an ATmega328p project from an Arduino board to a chip on a breadboard then to a custom PCB with minimal complexity - with just hobbyist-level skills. But the boards and modules just seem to be getting ever more complex, with lots of tiny SMD components, removing that path.

Sometimes you get lucky and the smd components have larger packages you can hand solder, but the price for assembly in a Chinese pcb shop is so cheap I don’t think I want to hand solder

Re: Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects

#10
post #7

A bit of topic , but I wonder if people who are starting in this field not directly start on esp32 platforms. It's so damn easy to develop with AI on these platforms. In the past we spend a week on lcd drivers alone. Now one can build an entire application that controls other devices via serial, has its own fancy UI, has all kind of useless features like 40 languages, its own webserver, OTA, demo modes and more. With…

I just started with esp-idf because I can't stand all the bloat of Arduino/Platform.io/ESPHome. Especially now where working with unfamiliar tech stack is easier than ever.
Post reply on HN