Andrey Klimov
Andrey Klimov
Thank you for direction for investigations I've just added SAM3X8E to Internal storage Currently it was compiled successfully. UPDATE: Now i'm trying to test it I've find arduinoOTA tool in...
@gcharles81 - yes, it working pretty well. PR is not merged here (some cleanup needed, but I still out of time to manage it), but you can try my fork...
@gcharles81 - thanks for testing, but result is little bit unexpected. In my case, lib working against 139680 bytes binary The maximum firmware size is 50% of flash. Did you...
@gcharles81 - as far as firmware upload going through LAN connection, not thought serial, that is not looks like root cause of failures. May you share more details?
@nanitook - my fork have basic logic, derived from @JAndrassy ' s project - sketch act as http server, not client (you need POST firmware to controller using external routine)...
Hello The provided example is quite relevant. It should be possible to use InternalStorage to upgrade FW, retrieved from any source. NB - the example using ESP http(s) libs. If...
There are two kind of devices now: sensors and actuators Sensors places to "input" Actuators placed to "items" Item parameters: ``` #define I_TYPE 0 //Type of item #define I_ARG 1...
Looks as reasonable Complete drivers backlog for now: === UART: sc16is750 (primary for air conditioner out) DAC: mcp4725/4728 (for 0-10V outs) ADC: ads1115 GPO: mcp23017 I2C MUX: TCA9548A PWM OUT:...
Hi! is some progress with PR review? That is a real problem now to ask everybody who compiling every project with low-level UART access to fix Arduino libs manually.
Is somebody still alive here? What reason do not accept PR? That is really difficult for users to modify core libraries every time then needed to re-compile project