does the latest 3.30 hex code have the 300 use limitation?
Announcement
Collapse
No announcement yet.
felezjoo PI(the best pulse induction metal detector that I made until now)
Collapse
X
-
Funny thing; version 3.30 is not working good with this LCD display which i used so far!?
It displays some of the text only at left side of the display and the right side is blank!?
Looks like it is 8x2 LCD and not 16x2 type!?
I tried version 3.23 and it is working alright with the same LCD, so as all the previous versions.
Only version 3.30 is not working good?
Anyone having similar experience?
Maybe version 3.30 is for use with different type of display?
Comment
-
Originally posted by ivconic View PostFunny thing; version 3.30 is not working good with this LCD display which i used so far!?
It displays some of the text only at left side of the display and the right side is blank!?
Looks like it is 8x2 LCD and not 16x2 type!?
I tried version 3.23 and it is working alright with the same LCD, so as all the previous versions.
Only version 3.30 is not working good?
Anyone having similar experience?
Maybe version 3.30 is for use with different type of display?
Comment
-
-
Originally posted by ivconic View Post
Maybe it is in the way how Atmega is programmed?
I am using Arduino for such task.
All versions up to 3.23 including it are programmed the same way with Arduino and all working fine, except version 3.30.
Comment
-
Originally posted by jladre View PostI think so because the program is not designed to program through arduino.
I guess version 3.30 needs overridden Atmega memory, additional 2kB occupied by standard bootloader.
This further means that author reached the limits of Atmega's resources with latest version.
Or... he followed this topic and decided to implement a "catch" (memory allocation) to prevent use of Arduino.
Counter disabling was not done strictly because of Arduino presence, in that way it would be wrong conclusion.
Counter disabling was done on much more delicate way by peek&poking through IDA diss&Avr Studio.
It was done on previous versions and it will be done on latest too, no problem at all.
It would not be a problem either to flash Atmega on conventional way, using ISP programmer.
But i like to use Arduino because it's faster. And it allows playing with Nano and Mini, using them as "module" for various configurations.
It's in favor of designers idea; not to harm it, because it offers to users wider choice when making this detector.
As far as i saw; version 3.30 is also not on English language... or i am wrong?
I got strange non-English words on the LCD, maybe because those were twisted due reduced displaying?
Whatever the case; would be good to know real reasons why this is happening.
I will try to nick out some free time to distinguish this.
Comment
Comment