You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Procede Firmware Upload feature in "Tools" menu does not work. The original idea was to use NewSoftSerial to essentially act as a serial port "repeater," echoing the UART serial buffer on DIOs 0 & 1 when attached to Bluetooth. The Bluetooth serial latched to the UART would take the firmware upload from the Procede GUI's COM commands, echo it back through the NewSoftSerial virtual serial port, then send it to the Procede piggyback. What was the problem? At this point I don't even remember, but last I recall NewSoftSerial and the Flash memory libraries both would not fit on the Arduino EEPROM (almost maxed out). Plus I would need to re-route the hardware serial lines to account for both UART and NSS lines. At this point this feature is probably going to die off.
The text was updated successfully, but these errors were encountered:
The Procede Firmware Upload feature in "Tools" menu does not work. The original idea was to use NewSoftSerial to essentially act as a serial port "repeater," echoing the UART serial buffer on DIOs 0 & 1 when attached to Bluetooth. The Bluetooth serial latched to the UART would take the firmware upload from the Procede GUI's COM commands, echo it back through the NewSoftSerial virtual serial port, then send it to the Procede piggyback. What was the problem? At this point I don't even remember, but last I recall NewSoftSerial and the Flash memory libraries both would not fit on the Arduino EEPROM (almost maxed out). Plus I would need to re-route the hardware serial lines to account for both UART and NSS lines. At this point this feature is probably going to die off.
The text was updated successfully, but these errors were encountered: