Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects
allaboutcircuits.com
Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects
1–10 of 48 posts
Re: Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects
#2Re: Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects
#3But 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
#4ISn't this just https://www.sparkfun.com/qwiic or https://learn.adafruit.com/introducing-adafruit-stemma-qt/wh... ?
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
#5Re: Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects
#6What 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.
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
#7Re: Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects
#8I thought arduino was on everyone's shit lists for trying to go closed source? Did that change?
Re: Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects
#9What 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
#10A 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…