Live data from Hacker News

Viewing profile — willemmerson

willemmerson

HN member
Joined
Fri, Feb 08, 2013, 10:05 AM UTC
HN karma
235
Public activity
65 items

About willemmerson

willemmerson@gmail.com

Recent public activity

  1. comment
    Comment #44836494

    It's quite a big deal for people who have been told repeatedly "it's all in the head" by health professionals.

  2. story
  3. comment
    Comment #40936521

    Location: Newcastle-upon-Tyne, UK Remote: Yes Willing to relocate: No Technologies: Python, Django, React, Node, C, Espressif ESP32, IoT Résumé/CV: https://www.linkedin.com/in/will…

  4. comment
    Comment #39730266

    Try using literally any other embedded SDK and you'll realise that idf is actually a dream.

  5. comment
    Comment #39120123

    Doesn't seem like a very fair comparison, you're using a cheap, unofficial knock-off ESP32 board which only allows up to 1v, compared to official Rpi and Arduino boards which go up…

  6. comment
    Comment #38554557

    You might be right about scale, but web servers already handle huge amounts of websockets, and already have complicated pub/sub schemes - think about a chat room for instance. I am…

  7. comment
    Comment #38546847

    MQTT does solve this by storing messages on the broker but you can just store messages in your database instead and send them when the client connects, and personally I think this …

  8. story
    Ask HN: Using WebSockets instead of mqtt for IoT

    I recently worked on a personal project where I wanted to connect multiple ESP32's to a web app. Previously I've used mqtt to do this and also done this in several work projects, b…

  9. story
  10. comment
    Comment #37463704

    So you're saying it's all psychological? If this is true, why are so many with ME/CFS/Long COVID responding so well to LDN? I have had ME/CFS for 25 years and also practised mindfu…

  11. comment
    Comment #36752072

    I don't have anything intelligent to say about this but it's ALOT of fun making all the samples play at the same time - sort of like the HTML version of Ableton Live.

  12. comment
    Comment #36019373

    Could be me/cfs, the defining feature is unrefreshing sleep but also "crashing" after overexertion, usually a day later. As mentioned you should look at r/cfs. Many people with cfs…

  13. comment
    Comment #34175073

    What about https://randomnerdtutorials.com/lilygo-t-sim7000g-esp32-lte-... ?

  14. comment
    Comment #34175030

    It's not completely related but I've been thinking that having a router connected via wireguard might be a good way to do IoT deployments. Generally IoT devices make an outbound co…

  15. story
  16. comment
    Comment #32661556

    I'd be interested if it's Newcastle.

  17. story
  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #29464359

    Looks interesting, just wondering why you chose this architecture over the more standard "message to esp32 via mqtt then esp32 downloads firmware over https" route?

  23. comment
    Comment #28127131

    This is really interesting. For me what makes the esp32 so good though is the existing esp-idf sdk - adding things such as ota update, mqtt, sntp, coredump to flash, webserver etc …

  24. story
  25. comment
    Comment #27811322

    Actually it only consumes 150uA when it's active so if it's just doing one reading a minute then it'll be closer to the deep sleep current which is 5uA or so. There is an awesome l…