Ulrich Norbisrath
Ulrich Norbisrath
How much work is it to make the sorting by size work in either the images deduplication or the video deduplication. It would be nice to either sometimes keep the...
I also looked into different light weight ciphers for the IoTempower IoT framework - but wondering now if I should adopt PJON first. Being more of a software architect than...
Could it be done like this? https://www.airspayce.com/mikem/arduino/RadioHead/classRHEncryptedDriver.html
I actually don't have strong feelings about the architecture (in spite of being a software engineer by training). I just liked the use of the ready available blockciphers here in...
Just wondering if any progress was achieved on the PJON ESP8266 ESPNOW implementation? Has anybody made some more experiments to have an idea how complex it would be?
In my IoT class last year, we have used and run some tests with ESPNow, both on esp32 and esp8266 and got in spite of common myths surrounding ESPNow on...
Has anyone made some progress here - it now seems as if it has to do with new versions of whatsapp? Or does it only affect people with a very...
I played with it a bit yesterday and replaced the main query in extract.py with this: ``` SELECT message.sender_jid_row_id as key_remote_jid, message._id, message.from_me as key_from_me, message.timestamp, message.text_data as data, message.status,...
The original mistake mentions conflicting types in etshal.h for uart_div_modify (and others). When I use etshal.h from microppython/ports/esp8266 these conflicting types go away, but I get the aforementioned overflow error....
Using b4ca4e59a81bb7d818271623fa580ec543e0603f of the esp-open-sdk makes yaota compile again.