• 0 Posts
  • 46 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


  • zik@lemmy.worldtoMildly Infuriating@lemmy.worldPlastic tea bags
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    4 months ago

    You appear to be arguing that even if microplastics are present in the environment it’s not a problem. That’s a brave stance to take given the wealth of information to the contrary.

    Even if they did break down it’s bad. Plastics have additives in them which are used to improve their material properties. These additives include BPA and PFAS (and similar). We know that these compounds cause problems in humans and the environment. So if they were “easily digestible by the body” that would absolutely be a big problem.

    There’s no world in which “nothing will be harmed” by plastic decaying. Some people even argue that conventional plastics are less dangerous in landfill than bioplastics because at least they don’t release dangerous by-products like microplastics or “forever chemicals”.




  • zik@lemmy.worldtoMildly Infuriating@lemmy.worldPlastic tea bags
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    4 months ago

    Despite claims to the contrary, PLA does usually break down into microplastics. It’s possible that under certain conditions (such as those found in industrial composters) those microplastics might be broken down into starches and consumed by bacteria, but most teabags will just end up in landfill and won’t break down beyond microplastics.











  • The STM32WB55 in the flipper has a versatile wireless peripheral built in which can be used to implement various protocols including Bluetooth, zigbee, etc… Support for I2C, I2S and CAN is pretty standard stuff - the ESP32 is nothing special in these respects.

    Maybe they chose the STM32WB55 because its wireless support is more flexible than the ESP32 and allows them to implement a wider variety of protocols? Or possibly just better documented, giving them the chance to do things they can’t on the ESP32? I haven’t compared the inner workings of the two chips’ wireless support so I can’t say for sure.


  • The ESP32s are nice chips, but the STM32s are also really nice to work with and will work fine for this task. Changing to an ESP32 wouldn’t make any real difference to the user so the choice is moot really.

    I’ve designed products around both CPUs and they’re both pretty nice. The STM32 has somewhat better documentation, has cleaner low power modes and is a bit simpler when delving into the nitty gritty details. The ESP is more powerful and has some nice if complex features but I don’t like its low power handling as much.

    Overall I think I’d choose the STM32 for this task since it’s a little easier to make small, battery powered devices with it.