I finally made them work
I was not using the right clock for programming, 16MHz instead of 8MHz...
Thanks @AWI
Raoul Hecky
@Raoul Hecky
0
Reputation
2
Posts
458
Profile views
0
Followers
0
Following
Best posts made by Raoul Hecky
This user hasn't posted anything yet.
Latest posts made by Raoul Hecky
-
RE: Another possible board - ATMega328, nRF socket, DHT22 socket, MOSFET, Uno pinout
-
RE: Another possible board - ATMega328, nRF socket, DHT22 socket, MOSFET, Uno pinout
Hello,
I just got 2 boards and I'em trying to test them. For now I only plugged a usb/serial adapter with an ftdi to the JP3 connector to program the board. The program is simple as Serial.begin(9600); Serial.println("test");But that's not working. The programming was done successfully, and when I open the Serial monitor in the arduino ide, all I got is garbage characters. I have setup the correct communication option in the ide of course. The power VCC comes from my USB and I tried with 3.3v or 5v, but it did not change anything.
When I do the with a standard arduino mini pro, it works correctly, but not with the @ceech boards...
Any idea why and whats wrong here?
thanks