07-30-2024, 05:37 AM
How can this be used with framework = arduino instead ?
ESP-IDF does NOT allow the use of the ESPHome OTA and having the ability to upload firmware via the webserver interface.
You can't just change to to usr arduino either, as that then causes causes a compile to fail, due to 'USB_SERIAL_JTAG' being used.
Is there anyway that logger can use hardware = USB_CDC instead? That would then allow framework = arduino to be used.
Also with 9-24V input being required to power the board (not even USB power), why doesn't this also include a 5V output, to allow powering the vast number of sensors that require 5V to run?
With this sorted, this would be a good 'mass use' board, allowing placing a bunch in a DIN cabinet and using to monitor sensors.
POE HAT would be nice, instead of 4G module.
Thanks,
Justin
ESP-IDF does NOT allow the use of the ESPHome OTA and having the ability to upload firmware via the webserver interface.
You can't just change to to usr arduino either, as that then causes causes a compile to fail, due to 'USB_SERIAL_JTAG' being used.
Is there anyway that logger can use hardware = USB_CDC instead? That would then allow framework = arduino to be used.
Also with 9-24V input being required to power the board (not even USB power), why doesn't this also include a 5V output, to allow powering the vast number of sensors that require 5V to run?
With this sorted, this would be a good 'mass use' board, allowing placing a bunch in a DIN cabinet and using to monitor sensors.
POE HAT would be nice, instead of 4G module.
Thanks,
Justin