measure the analog levels and digital signals in an input device
measure something: add a sensor to a microcontroller board that you have designed and read it.
At first mill, there are some missing area trace cut. I thought the patterns
are not uniform, so deside retry to make mill again same origin position.
Finally clean surface after 3 mill cutting.(It seems to make not sure tide screw mill to chunk.)
I use Atmel Studio 7 to make firmware, and python to monitor the signal.
Step1:
- 1. Just put the code hello.load.45.c in AtmelStudio7 IDE, compile and upload to load test board.
- 2. In hello.load.45.py directory, try run it with Gitbash
-> there ware no data output, so I try to find some error point within my environment.
Above two pictures, I assume that something wrong in programming.
So I compare fab achives tools to my toolchain.
Here is the main point. My Native Compiler version avr-gcc version 5.4.0
But, in fabacademy archives shows that avr-gcc version 4.9.2.
So I try to change compiler version. I can hardly to find that version.
By the way, that makes some 0 byte size download file.
**Here I attatch for the error state message file.:
log file for error state in use avr-gcc version 4.9.2
Here I choose another compiler
WinAVR2010 version that contain 4.3.3. It works well to produce as below result.