Home()
Menu() {
public :
. What?
. How
. Pictures
. Download
. Doc
}
Hardware() {
public :
. What
. 8051
. Lightning
}
Software() {
public :
. What
. Design
. Server
. Frontend
}
|
::: Testing::Screenshots :::
The µcontroller checks for a reset pulse, and when it gets there, it sends a presence pulse.
In the first part we see its totally screwed up... then we noticed we our timers weren't started...
poging tot reset/presence pulse
- pic000, the master sends in a reset (below), a control-pin starts pulsating (up) the prove an interuptroutine started
- pic001, the master sends in a reset (below), a control-pin stopped pulsating (up). Note the (capacitive) noise on the line.
- pic002, the master sends in a reset & a succesfull presence has been put on the line (below). Note the slave hangs when returning to the main-routine: we see only one pulse (up) at the end of the routine
This is the PC-testing-code.
|
hosted by
Linx() {
public :
. OneWire
. C++
. 8051
. Misc
}
Testing() {
public :
. OneWire
}
|