———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
and after installing Python for Windows, I am now receiving :
Pyserial is not installed for C:\Users\User\AppData\Local\Programs\Python\Python37\pythonw.exe. Check the README for installation instructions.
Traceback (most recent call last):
File "C:/Temp/test.py", line 38, in <module>
import serial
ModuleNotFoundError: No module named 'serial'
And so the headf*ck begins... :D
I would go ahead and install a Linux box at home, but then upon install I'd probably have a missing library or dependency, and if I should go ask for help, well i'd be told to go read the docs. You know how it is. :D :lol:
and after installing Python for Windows, I am now receiving :
Pyserial is not installed for C:\Users\User\AppData\Local\Programs\Python\Python37\pythonw.exe. Check the README for installation instructions.
Traceback (most recent call last):
File "C:/Temp/test.py", line 38, in <module>
import serial
ModuleNotFoundError: No module named 'serial'
And so the headf*ck begins... :D
I would go ahead and install a Linux box at home, but then upon install I'd probably have a missing library or dependency, and if I should go ask for help, well i'd be told to go read the docs. You know how it is. :D :lol:
pip install pyserial
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
theq wrote: 07 Apr 2020 12:13
Use NodeMCU in Windows
Be sure to correctly set the offsets for the binaries if you use this. I dislike GUI's because they rely on users clicking things and give less repeatable results.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
theq wrote: 07 Apr 2020 12:13
Use NodeMCU in Windows
Be sure to correctly set the offsets for the binaries if you use this. I dislike GUI's because they rely on users clicking things and give less repeatable results.
I think the offsets are found within the names given to the .bin files.... 0x00000.bin and 0x10000.bin
Be sure to correctly set the offsets for the binaries if you use this. I dislike GUI's because they rely on users clicking things and give less repeatable results.
I think the offsets are found within the names given to the .bin files.... 0x00000.bin and 0x10000.bin
Yup but make sure you dont accidentally wipe other parts of the ESP!!!
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
kulamario wrote: 08 Apr 2020 01:11
Lads I have question about this
Is possible connect to parallel port on amiga ?
Or is only for TF330 serial port?
This solution is only ment for the TF330 SPI port.
However, it will work on other serial ports if you take correct measures. Connecting this to old school serial ports will break the ESP. So use a MAX3232 or similar to avoid this.
kulamario wrote: 08 Apr 2020 01:11
Lads I have question about this
Is possible connect to parallel port on amiga ?
Or is only for TF330 serial port?
You might be better just buying a plipbox type solution.
This solution is only ment for the TF330 SPI port.
However, it will work on other serial ports if you take correct measures. Connecting this to old school serial ports will break the ESP. So use a MAX3232 or similar to avoid this.
Careful! The TF3xx's do not have SPI ports. Those are only on the TF5xx series.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."