#robotics Logs

Apr 30 2018

#robotics Calendar

12:57 AM rue_ is now known as rue_mohr
07:27 AM z64555: yeah that's gonna be tricky
07:28 AM z64555: hm
07:28 AM z64555: any way to tell which direction the pin sheared?
08:45 AM rue_mohr: its just stickey, its alignment when I made it got out a bit
09:10 AM Spirit532_ is now known as Spirit532
09:13 AM rue_mohr: void print(int i)
09:13 AM rue_mohr: {
09:13 AM rue_mohr: printf("%d",((i/9)%3));
09:13 AM rue_mohr: printf("%d",((i/3)%3));
09:13 AM rue_mohr: printf("%d",((i)%3));
09:13 AM rue_mohr: }
09:13 AM rue_mohr: heh
01:14 PM veverak: hmm
01:15 PM veverak: the arduino has three analogs separate
01:15 PM veverak: and two analogs shared with the digital pins
01:15 PM veverak: somehow the joystick on the "shared pin" behaves weirdly
01:15 PM veverak: :/
05:14 PM z64555: veverak: check your grounding
05:14 PM veverak: that's ok
05:15 PM veverak: I have wires between pcb and arduino
05:15 PM veverak: I switched the wire for different analog pin
05:15 PM veverak: the joystick works just fine than
05:16 PM veverak: so I can assert that 5V/GND are OK
08:25 PM rue_mohr: veverak, turn the pullup off