Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - Problem Testing arduino sketch in actual uno board

(you are viewing a thread; or go back to list of threads)

Problem Testing arduino sketch in actual uno board (by Ahmad sakr)
I made a simple program to test persistent instruction and I compiled the sketch for arduino and I added liquid crystal codes in the arduino Zz.cpp file at lines (18,19,183,184,185 and 186)
I simulated the arduino hex file in protus and everything is good but when testing in actual arduino uno 328 board, there is no response even pressing up and down keys the x value still 0
I connected the wiring like in protus in the attachment
What is the cause of not working in actual?
I'm using ldmicro 439 and arduino ide 185
Thanks for the good support
Fri May 11 2018, 03:47:29, download attachment test-1.rar
(no subject) (by Ihor Nehrutsa)
1) To manualy fix writing to EEPROM
replace
Write1_Ib_scratch(); // EEPROM is ready
to
Write0_Ib_scratch(); // EEPROM is ready


https://github.com/LDmicro/LDmicro/issues/82
Will be fixed in 4.3.9.2

2) Check the nominals of the resistors.
Fri May 11 2018, 08:03:46, download attachment 1.JPG
(no subject) (by Ihor Nehrutsa)
See and download at
https://github.com/LDmicro/LDmicro/issues/86
Try with v4.3.9.2
Sat May 12 2018, 17:34:06
Thanks (by Ahmad sakr)
To Ihor Nehrutsa
Thank you for your great support.
It works fine
Thanks again and again
Sun May 13 2018, 07:33:08
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):