Lars Wadefalk

Results 35 comments of Lars Wadefalk

Additional note: I did discover that I didn't emulate the NAND properly (AND'ing the data to write with the file memory, then writing). I fixed that so that write always...

closed by mistake. It is still a problem.

It is more than enough capable from performance point of view. It would however need voltage converters for the IEC pins because the esp32 is 3.3V and the open collector...

I have not ordered one. It was a while since I worked on the project. I am not really sure the best place to buy one. It does feel however...

Hi Zibri! I am surprised if it would work out of the box, even if it would compile with arduino toolsuite. Usually it is timing involved for the gpios and...

Hi, From a functional point of view, it is a great idea. That would mean either pc or even phones could be the host side. But remember one thing (this...

Yes indeed, things like this really has to be considered. My current "work package", is to implement real channel support, meaning that for each channel, on the PC side it...

Yes, you know I've had the same thoughts too, on and off, and to some extent I think the Arduino side indeed can be simplified. But only that kind of...

Hey, looked at the python code now, very cool indeed and very compact (especially for debug purposes). Wow, you have indeed dug down in the code!

Many thanks for the contribution. Everything is welcome to improve things so, if you think this works well I will check that it doesn't break anything else and then merge...