Dear All,
I hope you are well!
I kindly ask your support for an issue I am facing with my new Arduino Nano Every. Thank you very much in advance for your kind support and feedback.
I have tried to find a solution in several fora, but I was not able to solve the issue. I have some experience with Arduino, but I am not that pro that I understand everything.
Background:
I am developing a weather station with an Arduino Mega. But to have some fun with the intermediate results I put my first working concept on an Arduino Nano (clone) and it works.
Configuration: Arduino Nano (clone), DHT-22 and a LCD12864 display.
Problem:
Because I was facing some issues some memory problems (Memory shortage during compilation, as next step I want to extend with a BMP280) I bought myself 2 Arduino Nano Every (make: Arduino). I copied the sketch to the new Every board. Result: I did not work. I looks like the sketch is not transferred to the Every. Of course I changed the settings in the IDE for this board.
I tried an alternative: I created a simple sketch for the Every: declared some variables, do some simple math and write the values with Serial.println to my laptop, result: it works fine! My conclusion: the new Every board is fine and also the settings in the IDE are correct to communicate with the board (or am I wrong?). I am also able to receive the board info.
When I went back to the first sketch (“the simple weather station”) it is again not working.
For the complete picture: I am working with a Macbook Pro and Big Sur, Arduino IDE 4.
I have also tried to start up again my laptop and IDE, but to positive result.
Attached I added 2 compilation reports (I don’t know this is the right name).
First: The report of the Arduino Nano clone which works fine.
Second: The report of the Arduino Nano Every which doesn’t work.
Of course I see some differences especially with the #-bars (Reading/Writing), but I am not able to judge this.
Your kind support is much appreciated. Thank you!!
Enjoy your day, kind regards, Pieter Verkerk - The Netherlands
compilation report.pdf (51.1 KB)