← Back to context

Comment by wkat4242

19 days ago

This, but also that they gave a huge middle finger to the hobbyist community during the component crisis by giving preference to integrators.

Most makers I know have pivoted to ESP32 during this time as it was good enough and actually available. Probably would have happened sooner or later though.

The ESP32 has nothing to do with a Raspberry Pi. It's only good that people learnt to use the better tool (in terms of price and power consumption) once better tools like MicroPython or NodeMCU came around.

  • I don't agree.

    When the first raspberry was introduced, it was really really hard to interface an electronics project with the internet. Arduinos were really dumb at the time. That's why the raspberry was so ideal. But most electronics projects didn't really need a whole linux distro running on it. It was just that there was no other option.

    The ESPs introduced a totally new class that can cover most of the usecases of electronics projects that the raspberry originally aimed at. They support wifi, bluetooth, pretty serious processing, enough for most connected projects. They totally ate the raspberry's lunch in the embedded market. Of course the RP2040 aims for this too but IMO it's kinda too little too late, the ESP32 is already so well established and has the biggest community.

    At the other end of course the PC pricing came down and the intel N100's and the like eat its lunchon the other side.

    • Absolutely right... I used to use Pi Zero W's for IOT projects. I had several of them around my house running sensors, rgb lights and the like. Now I can do the same thing with a much smaller device like an ESP32. Setting up a device that changes light colour based on time can be done with a €3 esp8266 flashed with WLED. For other projects I will use the beefier ESP32-S2/S3 or the Pi Pico Microcontroller.

  • If you have a led to light up over the internet the Pi was the simplest, cheapest and fastest to develop for. Now the ESP is simple enough and so cheap the RPi doesn’t make sense for the use case, but it took a long while to get here.