10 comments

  • jameshart 58 minutes ago
    The range of difference in capabilities of different boards branded ESP32 is getting larger. Makes it tricky to figure out when someone says ‘you can run this on an ESP32’ what level of hardware investment is required.
    • philipallstar 28 minutes ago
      I am really struggling to understand what ESP32 is. I've got into adjacent things a bit recently, but haven't figured that one out yet.
      • the__alchemist 6 minutes ago
        It's a family of microcontrollers by Espressif. A microcontroller (MCU) is a type of integrated circuit (IC: physical appearance: Black rectangle of epoxy with exposed metal tabs). It has, in the same IC, a CPU, RAM, non-volatile FLASH memory, and a collection of peripherals which vary depending on the MCU. These usually include I/O protocols, ADCs, DACs, DMA controllers, math processors etc.

        Stated another way: An MCU, like the ESP32, is a tiny computer, sans the hardware you physically interface with it.

        The computing power, and memory is much lower than your desktop or laptop PC (or mobile phone), but if you are using it to run a dedicated task, instead of using a big OS like Linux or Windows, it can complete the tasks really fast (often microseconds) and with minimal power use. This is because it's easy to program to do exactly what you need, with nothing competing for the hardware.

      • nkozyra 24 minutes ago
        They're all just single board computers, generally low-powered (literally and in the sense of capability, particularly memory)

        They're generally intended to run flashed firmware and be single-purpose. They usually come bundled with peripheral components and typically have breakouts to add more (pots, sensors, etc).

        They're great for doing one thing (though some support firmware switching), and you can build the 'software' for them pretty easily using Python or C-like variants.

        So for hobbyists they're perfect. You want a quick LED christmas display you can toggle between Rudolph and Santa from a quick network call? You want a humidity sensor in your bedroom? You want to create a networked security camera? These are the types of use cases for MCUs.

        • atonse 7 minutes ago
          BTW, I was just researching this last week (the christmas display) and ESP32 has a matter compatible chip now... so you an control all this from Apple Home and the other Smart Home platforms.

          Absolutely mind blowing. What a fun time to do side projects.

        • ckocagil 14 minutes ago
          They're not single board computers. They're microcontrollers. Or rather they were until this new chip was introduced.
          • serf 0 minutes ago
            >they're not single board computers.

            what's the meaningful distinction now? It isn't all SoC anymore and it has had a linux capable MMU since S3, even if it required a lot of work.

            The only real difference at this point is pure numbers, and i'm not that keen on defining microcontrollers as "those things with less ram than an SBC.", and if it's a microcontroller because it requires bare-metal uploads; well then I point to the older S3 MMU boards running busybox.

        • m00dy 23 minutes ago
          you can also use Rust.
          • the__alchemist 0 minutes ago
            Yea - I think this is one of Rust's core use cases.
      • ckocagil 16 minutes ago
        Originally it was the more capable successor to ESP8266, the super cheap chip containing a high speed core with wifi and an IP stack. At one point it powered a huge chunk of all smart devices on the market. Then the original ESP32 was introduced as the successor, with BLE and two cores which were even faster. That made it a very capable chip for tasks demanding compute. After the original ESP32 they decided to add variety and make a whole "ESP32 family" and yes there's quite a lot of variety these days. Even the ISA and cores changed.
  • mstaoru 2 hours ago
    Ah, the Lord Giveth and the Lord Taketh Away. P4 didn't have enough raw speed for camera applications but had MIPI CSI, S31 has enough raw speed but no CSI.
    • daemonologist 1 hour ago
      My reaction precisely when I first heard the specs for this thing. Espressif works in mysterious ways.
      • monocasa 26 minutes ago
        I imagine that most of these (like almost all embedded chips) are designed primarily for some specific customer or two, and then they dump them on the market generally on the off chance someone else wants them too now that they're essentially capitalized.
    • lopper4 36 minutes ago
      What about the P4's "raw speed" is lacking for camera applications (vs S31)?
      • mstaoru 7 minutes ago
        I'm wrong actually about S31. The cores are actually lower clocked than P4. And somehow I thought S31 is 250 MHz 16-bit DDR PSRAM but it's 8-bit only. So if you have an uncompressed video stream over CSI, there's just nowhere to buffer it.
  • tdhz77 1 hour ago
    I have esp32’s in every room for tracking down The Who in home automation via home assistant and Bermuda. I soldered some headers for the first time and now I’m making custom pcb boards. I added a fog machine for my halloweeen decorations and I’m just having fun. I could see how a much powerful esp32 could eliminate the dozen have and allow to switch between the outlet and battery.
    • thedougd 50 minutes ago
      "Bermuda aims to let you track any bluetooth device, and have Home Assistant tell you where in your house that device is."
    • ThePowerOfFuet 1 hour ago
      > I have esp32’s in every room for tracking down The Who in home automation via home assistant and Bermuda.

      I'm sorry to be asking this, but what is that supposed to mean?

      • tdhz77 33 minutes ago
        https://github.com/agittins/bermuda

        Smart homes are dumb unless you are presence aware. Looking at your phone to do a thing is just moving a light switch to your hand.

        The Who is — does the automation make sense for one or many people. If two people are in a room what happens? If one person leaves what happens?

        Esp32’s are pivotal in actually making a smart home predict what you want making the home more of a friend, “get on up there Peter Townsend.”

      • jameshart 1 hour ago
        Pete Townshend knows what he did.
      • burntpineapple 56 minutes ago
        "Who is going through this room" to power automations for that individual
  • rbanffy 2 hours ago
    With all the capabilities, video and audio output, it might be an excellent platform for software emulation of older devices. There is plenty of GPIO that can be driven by the 40 MHz core while the other two work on nobler things.
  • poisonborz 1 hour ago
    Sorry for the staple "duh AI article" but the product would be interesting, XDA-Devs is an established name, and then reading chapter titles like "Peripherals already change how it looks" is appaling. Like, ok, you pump up the text with AI, but at least proofread that sentences make sense? At least the titles?
  • hwh 1 hour ago
    The article seems to confuse the MCU and some sort of undisclosed SBC for the MCU. Well, it’s starting to do this in the headline.
    • fg137 1 hour ago
      That why I don't read the news part of xda-developers. Their staff seem to make a lot of basic technical errors despite what xda-developers is known for.

      (Although xda-developers forum isn't exactly a great place for technical discussions either. Not following standard software engineering practice and instead using forum posts to track bugs and announce releases in 2020s is beyond me.)

      • m00dy 16 minutes ago
        I would never touch anything from there. I do not get how people just flash random binaries to their phones without verifying anything. It is basically asking for malware.
  • ruvie8812 55 minutes ago
    Still only 2.4GHz wifi :-/
    • tonymet 2 minutes ago
      small boards with small batteries are better off with one radio and one antenna.
  • sidewndr46 2 hours ago
    It looks like this latest version has an actual MMU of sorts, so that should make many things possible.
    • Rohansi 1 hour ago
      By "of sorts" you mean a full RISC-V 32-bit MMU (Sv32).
  • chorylee 1 hour ago
    [flagged]
  • Ledgermellow 1 hour ago
    [dead]