Arduino stucks and serial.println outputs are massed up

78 Views Asked by At

I am trying to create an iota transaction bundle in C for Arduino devices and created therefore a github repository:

https://github.com/Xplosio2/Iota-transaction-in-C

The code is compiling successfully, however the Arduino is making some encrypted outputs that doesn't make any sense. I am not able to limit the problem to one file, due to lack of knowladge in c. I suspect that the problem could be in the following files:

kerl.h, kerl.c, conversion.h, conversion.c

I hope you can help me with this problem. Thanks for any help in advance.

PS: I am using the Arduino IDE to compile the code. I think it could be a pointer/stack problem?

0

There are 0 best solutions below