-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lgt8fx nano style support? #28
Comments
Looking at the video it looks like you haven't actually written compiled sketch to the device. It says missing bootloader at one point. Try writing a simple hello app which sends something to serial port and verify that it's working properly. |
when I record a blink or something like that, everything works. this is strange ... I assembled my copy on another version where I applied 5 volts to the contacts everywhere. but it is interesting what is not so specific with this) |
The way MemcardRex verifies Memcarduino is that it sends GETID (hex 0xA) which should get "MCDINO" ASCII response over serial. After that it asks for firmware version (0xA1). You can fake this simple exchange with a skeleton sketch and it will still verify as genuine Memcarduino. So something in serial communication is not working properly if you don't get anything. You need to have a working serial connection at 38400 baud. |
No, that's not what I meant. Write this simple sketch and verify with serial monitor that it's all working correctly. void setup() { void loop() { |
I'm sorry, but I don't know what a serial monitor is, how it looks and works. |
this should help |
Try this simple skeleton sketch, see if it gets detected as Memcarduino with MemcardRex.
|
I'm sorry but this looks like it's hardware quirk of some some sort. Maybe bootloader takes more than 2 seconds to run the application in which case detection timeouts. If you can burn the sketch using ISP without bootloader to start directly or find a way to shorten bootloader wait time. |
bandicam.2022-11-20.14-00-58-157.mp4
The text was updated successfully, but these errors were encountered: