Viewing profile — willemmerson
willemmerson
HN member- Joined
- Fri, Feb 08, 2013, 10:05 AM UTC
- HN karma
- 235
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About willemmerson
Recent public activity
-
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.
- story
-
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…
-
comment
Comment #39730266
Try using literally any other embedded SDK and you'll realise that idf is actually a dream.
-
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…
-
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…
-
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 …
-
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…
- story
-
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…
-
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.
-
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…
-
comment
Comment #34175073
What about https://randomnerdtutorials.com/lilygo-t-sim7000g-esp32-lte-... ?
-
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…
- story
-
comment
Comment #32661556
I'd be interested if it's Newcastle.
- story
- story
- story
- story
- story
-
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?
-
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 …
- story
-
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…