REGBOT version 3

From Rsewiki
Revision as of 17:55, 8 September 2016 by Jca (Talk | contribs)

Jump to: navigation, search

Contents

Aim

  • maintain frame,
  • Avoid too many satellite PCB's,
  • more powerfull 5V,
  • fix PCB errors on version 2,
  • new servo interface plug


Status and observations

REGBOT 36 LIV has new board (and new battery/charger mount (3D print)

  • Line sensor low power pin (Teensy pin 25) now working. Pin 25 set to output in main.cpp (line 125), and pulsed in main.cpp (line 425 and 466). Line estimate seems OK (after calibration) - line sensor calibration missing in regbot.ini.
  • Space for charger is too small - hits line sensor 6-pin plug on main-board and hits line sensor 90 deg 10-pin plug in other end. Should lower buttom plates by e.g. 4mm.
  • Battery power (XT60) should have small plug on main PCB, so that XT60 plug can be fixed to battery/charger mount.
  • IR sensor power control is OK. IR sensor calibration missing in regbot.ini.
  • Power off by "halt" and by too low battery voltage is OK, back on by "power" button in both cases OK. Power off (by halt), no USB, then power on by power button is OK.
  • wifi (on board part) is working (client is not) - tested with putty (not on SSID=device)
  • Servo plog (teensy pin 25 (PWM) is also line sensor pin, teensy pin 5 (PWM) is also SPI interface, teensy pin A14 (analog out), teensy pin 18 (also linesensor power pin).
  • IMU interface OK
  • start button OK
  • servo 1 implemented (400hz, 10 bit PWM control) - and tested - +/- 512 gives about 90 deg, not 180 as expected (bad Hobby King servo for purpose). But modifies motor-PWM, this will work only on new (version 4) motherboard.
  • current sensor OK
  • motor control OK
  • start button OK


Missing/bugs

Software robot side (Teensy)

  • control implement (tick) - partially tested (velocity seems OK)
  • include servo control (and software castor wheel) in mission possibility
servo1=1.6,servo3=1.1, d2=0: d1 = 1, A1>1
d2 = 1: time=0.01
d2 = 0: time=0.01
  • heartbeat (and the rest) seems to stop after a while (minutes) - seen twice
  • wifi - will not restart when a connection is active - how to do a HUP on a client
  • wifi fail to start at power on (need edit + apply in client)
  • new wifi send sends one part of string only, and then some garbage - every other time - error in wifi8266.cpp

Software client side

  • wifi implement - partially OK - open-close-open fails, some messages too long (> 62 bytes) for one send. This msg overflow is seen too often.
  • load of log/help is not working
  • reimplement data transfer to get data on demand - not pushing - works OK on USB connection - a few messagetypes are too long for wifi, limit or disable on wifi connection.

Teensy pin assingnment

GND side

  • 0 serial RX (wifi)
  • 1 serial TX (wifi)
  • 2 motor left direction
  • 3 motor left PWM
  • 4 motor left D2 enable -> flyttes til right motor PWM
  • 5 servo pin 3 (PWM) - og 2nd SPI CS pin (4) (see also teensy pin 24)
  • 6 Start button
  • 7 motor slew ctrl -> flyttes til motor enable D2
  • 8 motor right direction
  • 9 motor right PWM -> flyttes til servo PWM (servo pin 4)
  • 10 motor right D2 enable - > flyttes til servo PWM (servo pin 6)
  • 11 SPI MOSI
  • 12 SPI MOSI

Vin side

  • 13 heart beat LED og SPI clock
  • 14 (A0) IR dist 2
  • 15 (A1) IR dist 1
  • 16 I2C SCL
  • 17 I2C SDA
  • 18 Line sensor LED power (skal ikke også til servo pin)
  • 19 encoder left B
  • 20 encoder left A
  • 21 encoder right B
  • 22 encoder right A
  • 23 (A9)battery voltage

End

  • A14 (analog out) servo pin 5 (i/o, ikke PWM) - for switch in or signal out (mostly)

2nd row

  • A10 motor current left
  • A11 motor current right

button side

  • A12 line sensor pin 3
  • A13 line sensor pin 4
  • A15 line sensor pin 5
  • A16 line sensor pin 6
  • A17 line sensor pin 7
  • A18 line sensor pin 8
  • A19 line sensor pin 9
  • A20 line sensor pin 10
  • 24 SPI CE (SPI CS pin (pin 3))
  • 25 Line sensor LED HIGH
  • 32 IR power on
  • 33 Robot power on
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox