Skip to content
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

.INO file for Arduino IDE #1

Closed
repetto74 opened this issue Sep 11, 2021 · 6 comments
Closed

.INO file for Arduino IDE #1

repetto74 opened this issue Sep 11, 2021 · 6 comments

Comments

@repetto74
Copy link

Hi,
I am building this very nice project.
I used to program my Arduino boards with the Arduino IDE but it requires files with .ino extension (while yours is a compiled hex).
Any chance to add also the .ino file to load on the Arduino IDE?
Many thanks.
Rick

@zeus074
Copy link
Owner

zeus074 commented Sep 13, 2021

Hi, yes the .ino file is the source code and is still under development, so I had put the hex and update it from time to time. if you want you can also load the hex with the Arduino compiler, you have to go from the command line to the folder where the software is installed and launch avrdude.
ES:
C: \ Users \ "Your username" \ AppData \ Local \ Arduino15 \ packages \ arduino \ tools \ avrdude \ 6.3.0-arduino17 / bin / avrdude -CC: \ Users \ "your username" \ AppData \ Local \ Arduino15 \ packages \ arduino \ tools \ avrdude \ 6.3.0-arduino17 / etc / avrdude.conf -v -patmega328p -carduino -PCOM5 -b115200 -D -Uflash: w: "Hex file path" / Dram -lcd_v4.2.ino.hex-tester: i

Alternatively you can simply download an ide for avrdude and launch the firmware from there:
https://blog.zakkemble.net/avrdudess-a-gui-for-avrdude/

@repetto74
Copy link
Author

repetto74 commented Sep 13, 2021 via email

@zeus074
Copy link
Owner

zeus074 commented Sep 13, 2021

Yes the dc-dc converter must be set to 12v. for dram 4116s i have never tried them but i think it works.
Regards.

Mirco.

@zeus074 zeus074 closed this as completed Sep 13, 2021
@repetto74
Copy link
Author

repetto74 commented Sep 30, 2021 via email

@zeus074
Copy link
Owner

zeus074 commented Sep 30, 2021

Ciao Ricardo, il booster sarebbe meglio se regolato prima di metterlo nel circuito così sei sicuro del suo funzionamento, ma non è sicuramente questo il problema. La 12V è usata solo nell selettore - pin del 4116, quindi da escludere un abbassamentp da assorbimento anomalo.
Controlla che il booster accetti una tensione di 4-5v in ingresso, alcuni funzionano solo con tensioni più elevate.
Controlla anche i pin di ingresso che magari non fosse stato collegato al contrario se non ci sono serigrafie ad indicare in - out.
Se tutto questo è corretto allora non funziona il dc-dc.
il dc-dc che ho usato io è questo:
https://www.amazon.it/dp/B07MY3NZ18/ref=cm_sw_em_r_mt_dp_EECSXGNEZ534HXSNFZWJ?_encoding=UTF8&psc=1

@repetto74
Copy link
Author

repetto74 commented Oct 1, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants