Matthew Wood

Results 9 comments of Matthew Wood

I attempted the above but still ended with the same result, except the message please cycle power as appended after Waiting for MCU. stcgal -p /dev/cu.usbserial-DK0GQ2DT -t 24000 build/c3-firmware.hex Waiting...

If it helps, I have used a logic analyzer to monitor the RX/TX lines of the STC chip during this process. I see a long stream of 7F and then...

That was easier than my logic analyzer :-) stcgal -D -p /dev/cu.usbserial-DK0GQ2DT -t 24000 build/c3-firmware.hex Waiting for MCU, please cycle power:

I don't need it to work with windows. I only referenced windows above due to testing with the original STC-ISP. I am using OSX on a MacBook Pro M1 (ARM).

stcgal -D -l 115200 -p /dev/cu.usbserial-DK0GQ2DT -t 24000 build/c3-firmware.hex Waiting for MCU, please cycle power:

Results Using the modified protocols.py and removing -l 115200 stcgal -D -p /dev/cu.usbserial-DK0GQ2DT -t 24000 build/c3-firmware.hex Waiting for MCU, please cycle power:

I'll try to find a purchase link for the specific PCB but in the past I could only find, [this one](https://www.aliexpress.com/item/1005003651808246.html?spm=a2g0o.productlist.main.7.393a9bb5UYGK1y&algo_pvid=1fbe3e09-64e7-4aeb-b09a-65735d4313b5&algo_exp_id=1fbe3e09-64e7-4aeb-b09a-65735d4313b5-3&pdp_npi=3%40dis%21EUR%214.43%214.43%21%21%21%21%21%402102172f16885063799727817d074f%2112000029776143233%21sea%21BE%210&curPageLogUid=r24LoZGFPzt3). I have that board and it programs properly. I...

Just wanted to check on the status of softAP mode? I am happy to help test and update the code as needed for this. I have an ESP32 device that...

I am not running the new React Native Architecture yet, maybe that will be the holiday project is to port this project to it. However I was able to create...