-
Notifications
You must be signed in to change notification settings - Fork 72
why can not work with arduino pro mini 168? #63
Comments
I have the same problem, with 328p works fine, but with 168p (16MHz, 5V) not works, I have try with some of them. CLIENT (168P) 23:39:47.350 -> UniqueID: 30 35 35 34 31 18 10 02 bool DuinoCoin_loop() Thank you |
Can be a RAM problem? I have change code to use String instead StreamString and when string lenght is about 18 characters it stops to concatenate.... |
Now i have see that streamstring is a string extension. The result: So, we can see that the string has a strange limit.... Even i have reserved memory to this string bufferReceive.reserve(100); If a removed the call to Duino_loop(), then It has more free RAM and output is OK: 17:25:12.627 -> Wire Address: 1 But not works... sorry I'm newbie. Thank you. |
After trying to get moe and more memory the result was: Thank you. |
upload code successfully, no errors
board consist pro mini 328 (4 pcs), and pro mini 168 3.3v 8Mhz ( 6 pcs)
start up everything,
all 4 pro mini 328 working fine but none pro mini 168 is working
why?
The text was updated successfully, but these errors were encountered: