This page describes the eVOLVER system being developed for the Kahlil lab in BME.
Design Updates (2020)
- MotorDriverBoard -- proposed H-Bridge board to drive bidirectional DC motors
Updated Designs (2018)
- Schematics:
- AllBoardsLayoutCheckJuly2018
- MotherboardLayoutCheck2018
- SVN: http://gauss.bu.edu/svn/evolver-system/Hardware/2018Rev/
- Document with changes: http://gauss.bu.edu/svn/evolver-system/Hardware/2018Rev/eVOLVER%20Hardware%20Gen2.pdf
- More detailed eVOLVER_Gen2_Changes
- Mechanical drawings:
- Original top plate: http://gauss.bu.edu/svn/evolver-system/Hardware/2018Rev/evolverbox_top.PDF
- Proposed update with pcb: http://gauss.bu.edu/svn/evolver-system/Hardware/Motherboard/trunk/mech/TOP_PLATE%20Model%20(1).pdf
- Photos (2017): http://gauss.bu.edu/svn/evolver-system/Hardware/2018Rev/pix/
- Wiring Guide with some notes about how the ADC and PWM channels are connected through the system.
Some thoughts on trace routing for high current:
See spreadsheet (OpenOffice) with calcs. Estimate for existing design with .040" traces using 0.5A load shows 0.16V drop with 80mW dissipation for each circuit. If we increase to 0.6A and decrease trace width to 0.020 that is 0.38V drop and 230mW dissipation. This should be OK. Note that all 4 layers are used.
Tachometer fan speed readout
- SAMD21 datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/40001882A.pdf
- Notes on high-speed SAMD21 ADC operation: http://forum.arduino.cc/index.php?topic=338640.0
- Also this pin (A0) is EXTINT[2] so can be used as an external interrupt with the attachInterrupt() function. See https://forum.arduino.cc/index.php?topic=343779.0
Board Designs (2016/2017)
- The fabricated board designs are all located here in our SVN: SVN Link.
- Schematics (as built):
ECOs (errors) in production boards
- Ground mis-connected on Aux board RS-485 female connector. Fix: jumper pin 1 to pin 5 on the back of the board. Ground is supposed to be on pin 5.
Firmware
Power Supplies
24V Estimates:
24V: 0.15A per heater (16) 0.05A per fan (16) 0.15A per pump (48) Total = 10.4 A 5V: 0.1A per LED plus 1A total for logic plus Raspberry Pi = 0.1A*16 + 1A + 0.5A = 3.1A (~15.5W)
12V Estimates:
12V: 0.3A per heater (16) 0.1A per fan (16) 0.3A per pump (48) 5V: 0.1A per LED plus 1A total for logic = 2.6A (~15W)
Candidate 24V supplies:
- W24LT1880 from Acopian ($615)
- PMT-24V350W1AK from Delta ($55). NOTE: 14.5A max output
- CAR0424FPXXXZ01A from GE ($146). 16.6A max output
Candidate 5V supplies:
Other Information
- Proposal -- DRAFT of 6/8/16
- ASB_V3.pdf -- Schematic of prototype analog board
- TVB_V5.pdf -- Schematic of prototype PWM board
- hazen_meeting.pptx -- Slides from 6/8/16 meeting
- Bootloader discussion for Arduino Zero. See also Sparkfun bootloader for the SAMD21 Mini Breakout board
- Current Bootloader Status and information
- See also EDF ArduinoZero page
Last modified 2 years ago
Last modified on Dec 8, 2020, 3:06:03 PM