Arduino controlled wheelchair

Power wheelchair board for REAL info!

POWERCHAIR MENU! www.wheelchairdriver.com/powerchair-stuff.htm

Re: Arduino controlled wheelchair

Postby gcebiker » 06 Jul 2017, 09:03

Do optional stability wheels at the back of the scooter help or hinder towing on an uneven surface?
My Jazzy comes with six wheels for anti-tip functionality.)


My Jazzy 600 (where the Power Module came from) and my present Q6 Edge both have 6 wheels but that silver donor chair seems to do ok and with no load on the front wheels its easier to turn. Plus it was free...and fits under the boat and the captain seat that was on it. I have put on my Q6 Edge...is SOOO comfortable over foam/gel cushions i have been using for years.

That was my first go ever backing that trailer with that power base and i have tweaked the Power base code and that of the RC Transmitter since then, to make it much more controllable, as to sensors, yes i have ultrasonic sensors here and have a sketch here to use them but the timing was never quite right so i had planned to use a separate Nano for the purpose of measuring the distance / add a Lidar, SEEED now has some affordable ones.

Where you were using nano pins D3,D9,D10,D12 you now have..
J1-5 - D2 -> 6 INPUT on switch IC
J1-9 - D6 -> 1 of Max485
J1-10 - D7 -> 2,3 of Max485
J1-12 - D9 -> 4 of Max485
so I assume pin definition changes in the sketch to match up with the new data pins being used.


Its to free up the SS, MISO, MOSI pins for anyone wanting to use them or us for interfacing with our sensors.Yes i will be changing the sketch to reflect the pin changes.

What appears to me as a mistake.. is the traces into Pin 6 and 7 of the Max485 are flipped.. 6 (A) should go to Pin 2 of the switch IC, and 7 (B) should go to the B screw terminal on the shark bus connector.


That IC you are looking at is the Maxim - MAX485. A and B being the outputs
The other one is the Maxim DG419 , it has to be a MAXIM brand, others though cheaper. WILL NOT run at power chair voltages.

That was a mistake i just found, but in my schematic.

Instead of going from memory this time i had the working board in front of me.
Image
I have yet to include the small Cap on the DG419, the spec sheet does not call for it but as soon as i figure out how to add a part i will be putting it in.
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby sirmike » 06 Jul 2017, 13:01

Never miss the opportunity to add a bypass capacitor to smooth out the power.. on either the 24v or the 5v rail..
it's good insurance against transients. :)

Two tips on using Eagle CAD..

To add a new component: Edit -> Add -> 'Enter device type and pick from list'
Knowing what they call a part in the library can sometimes be a challenge.

To add 45 degree bends in traces.. pick Draw -> Line -> ' Pick your wire bend style from the selection strip along the upper left of the screen..

picker.JPG
picker.JPG (11.08 KiB) Viewed 15636 times
What he said...
sirmike
 
Posts: 37
Joined: 03 Jul 2017, 23:30
Location: Victoria, BC, Canada

Re: Arduino controlled wheelchair

Postby gcebiker » 06 Jul 2017, 13:08

Hi Mike,
Things i get stuck,
- The pins for the inputs are overlapping, the reason for most of the errors when i do the wiring check.
- I cant seem to figure out how to edit the text.

I dont know how to assign values to the caps.

C1 is just a tiny .1uf ceramic filter cap (well thats what i think it is, it might say 104M , ill pull the packet out and see in the morning what they are)
C2 is an Electrolytic 105deg, 1000uf, 6.3v
R1 - 22k metal film (value is important not the type)
R2 - 1K 1W resistor.
D1 - 1N4148 in DO-35 glass axial package (sorry i got these wrong when you asked previously)
D2 - 1N4148 in DO-35 glass axial package
IC3 - 5W TSR 1-2450 - TracoPower voltage regulator. - (7805 is rated 24-5v 1amp but they burn up fast...)
IC1 - Maxim DG419 - PDF spec sheet here...
IC2 - Maxim MAX485 - RS485 Tranciever PDF spec sheet here...
The Arduino that processes the input into Serial data via Software Serial to the MAX485
Arduino Nano V3.0 by Gravitech http://www.gravitech.us/arna30wiatp.html


EAGLE cad files (only just found this)

Picture of physical board - it might require tweaking, Mike are you able to add the mounting holes and strain relief for the SHARK BUS cable ?

V6 of RS485 DG419 board.jpg


EAGLE file for the above - cant upload it, Mike i will email it to you. (Ive windows 10 64 now and i remember renaming files in the past)
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby sirmike » 06 Jul 2017, 13:34

Ok signal diodes instead of power rectifiers makes sense I have both laying around.

Text editing is usually a matter of context.. selecting the correct layer before trying to edit.. tName is a good one..

Mounting holes, sure I'll add them.
What he said...
sirmike
 
Posts: 37
Joined: 03 Jul 2017, 23:30
Location: Victoria, BC, Canada

Re: Arduino controlled wheelchair

Postby gcebiker » 06 Jul 2017, 14:33

Arduino Sketch that should work with the board Ver 1.6 (my previous post)

SR_RC_PCB_Board_July_6_2017.zip
(4.79 KiB) Downloaded 426 times
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby gcebiker » 07 Jul 2017, 01:07

Mike i have replaced the 3pin, header pins on the left and right of the Arduino Female Header.

Trying to find/fix the DRC errors.

Still working on it, ill post and email the file when it passes the DRC check and any other checks i need to do.
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby sirmike » 07 Jul 2017, 07:25

ok, I ran out of time this evening to finish things up but I got a good start.. will have more time on the weekend to get things
ready for a board run.
What he said...
sirmike
 
Posts: 37
Joined: 03 Jul 2017, 23:30
Location: Victoria, BC, Canada

Re: Arduino controlled wheelchair

Postby gcebiker » 07 Jul 2017, 07:46

Ive gone through and put labels on stuff, i have not connected the schematic yet, i think i need to do that for some of the DRC errors to go away.

This is Version 1.8,
Arduino_Shark_v1.8.zip
(12.04 KiB) Downloaded 413 times


i am starting V1.9 now, i think all i have to do is reconnect the header pins on the side to the arduino.

Mike should i stop now so that you dont have to redo anything ?
God knows this stuff is time consuming (well it is for noobs )
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby gcebiker » 07 Jul 2017, 08:11

I think this is the finished board... :?
Arduino_Shark_v1.9.zip
(12.68 KiB) Downloaded 406 times

Found some things i could improve over the last one.

V1.9 of Dynamic Shark RS485 DG419 board.jpg


Bugger, its still called 1.7 but its really 1.9 :)
I know it looks like Pin 8 of the MAX485 is touching the B output but in the EAGLE file its not.

Should i be connecting all the pads underneath with Via's over the place to make it over any crossover tracks ?
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby gcebiker » 07 Jul 2017, 14:45

There are 2 Via's i have found that i am having a bit of trouble removing.
They are not needed, its a mistake i made this morning when i was trying to get a trace to go where i wanted.

The one inside the DG419 chip
The one inside the Ceramic Cap, C1
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby gcebiker » 07 Jul 2017, 14:59

Mike, this as far as i have gotten with the .sch file ...its midnight so i guess i should get some sleep.
I wont be able to work on it till late tomorrow night so feel free to beat me to it :mrgreen:

Arduino_Shark13.zip
(7.92 KiB) Downloaded 412 times
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby gcebiker » 08 Jul 2017, 06:40

Its not quite right with respect to the models used from the EAGLE library.
Some of the pins in the EAGLE lib are different to the chip actually used.

Pic of the board V1.9(despite my forgetting to change the notes at the bottom)
The attachment V1.9 of Dynamic Shark RS485 DG419 board.jpg is no longer available

BRD for EAGLE - 3 max per post but its only a few posts before this.


Pic of the Schematic
V1.9 of Dynamic Shark RS485 DG419 board.jpg

SCH file for EAGLE
Arduino Shark SCH v1.3.zip
(8.73 KiB) Downloaded 395 times


If anyone sees something wrong please let me know.
I dont know that i can merge the two.

I am going to try importing the library from Maxim if i can find them.
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby gcebiker » 08 Jul 2017, 06:54

I was to slow to edit that post, so here is an amended schematic with better labeling.
Arduino Shark EMU schematic.jpg


SCH file, which probably wont work as the MAX485 chip does not have enough pin outs in the model. Looking into fixing that now.
Only provided in case Mike starts looking at it today/tonight...time zones hey :)
Arduino Shark SCH v1.3.zip
(8.73 KiB) Downloaded 371 times
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby gcebiker » 08 Jul 2017, 08:39

Ok i think this is spot on...but you never know, only been doing this for 2 days, not like i have much experience with this program...

That said, V1.9 with corrected models and pin connections (mistake not critical)
Arduino Shark EMU sch v1.9.jpg


EAGLE sch file v1.9
Arduino Shark SCH v1.9.zip
(9.04 KiB) Downloaded 384 times
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby gcebiker » 08 Jul 2017, 13:35

Parts list

Part Value Package Library Position (mil) Orientation

C1 0.1uF C050-024X044 rcl (1500 950) R0
C2 6.3v 1000uf Electrolytic C050-024X044 rcl (2050 2000) R0
D1 Signal Diode DO41-7 diode (1500 1950) R270
D2 Signal Diode DO41-7 diode (1450 1600) R180
E$1 Female Header TSW-115-02-S-T con-samtec (2100 900) R90
E$2 Female Header TSW-115-02-S-T con-samtec (800 900) R90
E$7 Arduino Nano V3.0
H3 Screw Terminal 4pin W237-4P con-wago-508 (1000 2350) R0
IC1 DG419 DIL08 maxim (1450 1250) R0
IC2 MAX485 DIL08 maxim (1450 650) R270
IC3 7805TV TO220V linear (1950 2450) R0
R1 22K R-7,5 discrete (800 1950) R0
R2 1K 1W 0207/10 resistor (1300 1900) R90
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby gcebiker » 08 Jul 2017, 15:18

I have emailed two Australian Companies for quotes to make the board on what i have so far.

I cant join the board as in the SCH i can import the model for the MAX485, i am unable to import it into the BRD file "not compatible" it says

So i can get an idea of how many to order, can people following this thread post that they would want one.

Thanks
Tony
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby sirmike » 08 Jul 2017, 18:19

So, I sat down last night to look at the board and add mounting, strain relief holes, and board outlines..
and the question came up what dimension should the board be.. so I looked at Dirty PCB website and can see
that their cheap protoboard service gives ~10 boards in 5x5cm or 10x10cm sizes for <=$20USD... (not bad.)

Then, I looked at custom sizes within the 10x10cm size range and the cost appears to be the same..

Then, I got to thinking about future uses for an autonomous Jazzy platform..
and came to the conclusion that the nano itself is ok for the interface to the chair and do RC, but what if you wanted
to provide for more sensors and processing capability in the future, wouldn't a PI HAT board with a bit of proto space
be a thing to consider..

Then, I looked for PI HAT Eagle CAD board template an found a couple.. 56.5mm x 65 or 85mm with the outline,
PI GPIO header, mounting holes already defined.. all fits within the 10x10cm $20/10 boards scenario.

So, now the question to you..
what do you think about incorporating the Arduino Shark board layout into a Pi HAT format?
Kill two birds with one stone..

The updated board could be used standalone, as originally intended, or populated with a Traco 2Amp part
and a RPi GPIO Header to run both NANO and the PI from the + 24v power supplied by the chair?

Something like.. these merged together..?

Nano Shark HAT.JPG
What he said...
sirmike
 
Posts: 37
Joined: 03 Jul 2017, 23:30
Location: Victoria, BC, Canada

Re: Arduino controlled wheelchair

Postby gcebiker » 09 Jul 2017, 02:05

Code: Select all
what if you wanted
to provide for more sensors and processing capability in the future


Love the idea, nice cases for the Pi too, solves that problem for the Arduino.
With a case like this we could even incorporate a OLED screen...
Image

I know next to nothing about Raspberry Pi but will put some time into it today.

Do you mean the Arduino plugs into a Raspberry Pi with that board you found ?

I was aiming for something like this for the Arduino.
Image

Does your idea skip that step and go right to the next phase for the extra processing power needed to keep the timing right and process sensor data?
While keeping it simple / cheap for the people that just want the basics ?

Seems win win to me.
What can i do to help ?
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby gcebiker » 09 Jul 2017, 03:58

Cool, the Pi can be programed with C++ which is pretty close to the Arduino code , nice !

Ive already a bunch of Ultra Sonic senors .

What type of Pi should i order Mike ?
It will take a while to get here so i am planning ahead.
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby sirmike » 09 Jul 2017, 04:22

Yes the HAT concept is an expansion board for the Pi.. several regular arduino hats exist.. they're a dime a dozen on the web..
just not one with the shark bus drivers ICs/logic/firmware combination.. so that's what we could put on the table.

RPis have several I/O pins like the Arduino, but with an integrated linux platform/desktop.. 1GB of RAM and lots of compute power
in comparison to the nano. They can be taught to play together via RX/TX pins, I2C, data pins.. or via USB adapters depending on the interest.

The recommended supply for the latest RPi is 2A@5V, but in practice they draw <.5A with a GPS dongle attached.
When you load them up with peripherals they start need more current. The nano I've got seems to draw <0.05A
so at 0.55A draw - we could get away with the 2A version of the Traco converter with the same regulator pinout.

I see that the 3A version of the Traco is a big bigger package and it is a 5 pin beastie. (I'll see if we can accommodate the
pads for both options,to really future proof for lots of sensors drawing power.. but if not, 2A will do the trick for now.

One hurdle to overcome is that - while RPi are powered by 5v supplies - their logic is 3.3v (on board 3.3v regulator).
At the very least, interfacing data pins between the two devices requires two resistors 1k/2k to divide the logic voltage from nano to PI. This is not a big deal
to accommodate with some proto space on the board. (There are other fancier options, but they're not really required.)

The HAT displaces the need for an Arduino shield as it can perform double duty. Running stand alone, or plugging onto the RPi
to integrate the two platforms.

The catch is more programming required to benefit from the RPi capabilities, the payoff is more future options, and a wider audience
to develop add-ons to the whole concept.

Doing a nano-shark-HAT I'd be interested in 4 boards to start with, as then, I could try out a few different RPI interface concepts and
plug them/swap them/ onto the Jazzy platform at will.

I'll start in on the HAT layout using the latest rev of the board file you've got to this point, then forward it along for you to look over.
What he said...
sirmike
 
Posts: 37
Joined: 03 Jul 2017, 23:30
Location: Victoria, BC, Canada

Re: Arduino controlled wheelchair

Postby gcebiker » 09 Jul 2017, 04:32

Sweet,

This is a micro update to the last one, removed the unnecessary via's i put in by mistake under the DG419 and Cap
Updated the description at the bottom.
Arduino_Shark_BRD_v1.9.zip
(12.58 KiB) Downloaded 467 times


Arduino_Shark_SCH_v1.9.zip
(8.3 KiB) Downloaded 493 times
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby sirmike » 09 Jul 2017, 04:50

As to the choice of Pi I'd go with a model 3B as it gives the best bang for the buck just now... best deals are in Aliexpress..

$37.66USD with free shipping
https://www.aliexpress.com/item/2016-Ne ... a0d022b55b

Also worth buying the heat sinks... dirt cheap and cheap insurance for longevity..

$2.03USD plus free shipping
https://www.aliexpress.com/item/1-Set-o ... a5e639b05c


Use a Plastic case if you want to use the built in WIFI and Bluetooth that come on the 3B.

Now a word on cases... and HATS..

the standard HAT profile is... 65 x 56.5mm while the Pi board itself is 85 x 56.5mm
in order to have lots of proto space I propose going with HAT mounting points and Pi board dimensions..
the cost to produce is boards is the same, but there is a trade off here... this means using a taller header
and nylon spacers to get above the USB and Ethernet connectors on the Pi board.. (they're available),
and the tidy case you posted with room for a HAT board would not be tall enough.. meaning the need
for a larger case for the PI... use a plastic sandwich case or some such..


HATmech.png
What he said...
sirmike
 
Posts: 37
Joined: 03 Jul 2017, 23:30
Location: Victoria, BC, Canada

Re: Arduino controlled wheelchair

Postby sirmike » 09 Jul 2017, 05:33

Pis use SD cards for their OS and "hard drive"storage so buy a decent 16 or 32GB Class 10 card to do along with..
http://www.megabuy.com.au/samsung-evo-1 ... 65892.html

You'll need a usb keyboard, mouse, and HDMI cable and TV/monitor with the right input..

Also a power cable USB to micro USB and a phone charger with an min of 1A preferably 2.1A output..

$1.75 USD free shipping
https://www.aliexpress.com/item/Raspber ... ec0d6d0388

$1.95 AUD
http://www.megabuy.com.au/rc-hdmi-oem-h ... 15898.html

$9.79 AUD
http://www.ebay.com.au/itm/4-Ports-USB- ... 2986505318
What he said...
sirmike
 
Posts: 37
Joined: 03 Jul 2017, 23:30
Location: Victoria, BC, Canada

Re: Arduino controlled wheelchair

Postby gcebiker » 09 Jul 2017, 06:35

I really like the idea of having a nice case to put the Pi in...not sure where the A,B leads would go.

So might have to forgo putting an OLED screen in eventually ?

As we have done (well you did most of it) would you be able to finish off the Arduino Board itself ?

I would like to have something basic and cheap as eventually i will be using this to tow my boat to the water and leave it there, should it be stolen/vandalized/corroded/driven into the water :oops: .... cheaper is better if i have to replace it.

Whats your thoughts on the Pi Zero ?

Possibly use it in place of the Arduino Nano ?
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby gcebiker » 09 Jul 2017, 10:40

Those Pi's are not cheap here in Australia $50.42 ....especially when i have nearly every recent Arduino in the shed already, plus the Arduino Nano is only $15 ive quite a few AT Tiny85 Pros here too, i was thinking when i got them that i could make small shields like they have and fit it inside the Receiver case for Nintendo Wii.

I think lets make the Arduino board first then move onto the Pi stuff when we have tested em ?
Making the Arduino board now able to fit the Pi does make good sense though.

Ill order my own board once we get them done with DirtyPCB, cheaper than post between countries, Australian postage is nuts.
I guess cause we are in the middle of nowhere...
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby sirmike » 09 Jul 2017, 11:08

OK here's the HAT via email.. look it over and see if you see any flaws in the connections.
I will do the same after a good nights rest then I think it is ready to go..
What he said...
sirmike
 
Posts: 37
Joined: 03 Jul 2017, 23:30
Location: Victoria, BC, Canada

Re: Arduino controlled wheelchair

Postby sirmike » 09 Jul 2017, 11:19

I can do up the v1.9 board tomorrow if this doesn't suit..
What he said...
sirmike
 
Posts: 37
Joined: 03 Jul 2017, 23:30
Location: Victoria, BC, Canada

Re: Arduino controlled wheelchair

Postby sirmike » 09 Jul 2017, 11:27

Also if you want to do the V1.9 what final dimensions do you want for the board.. needs an outline drawn in, etc..
What he said...
sirmike
 
Posts: 37
Joined: 03 Jul 2017, 23:30
Location: Victoria, BC, Canada

Re: Arduino controlled wheelchair

Postby gcebiker » 09 Jul 2017, 16:05

Gave it my best shot for tonight, its 1am and i should get some sleep.

I dont like the auto router, so the board tracks need a tidy up i feel but its only cosmetic.

Here it is for anyone following.

For testing this should suffice Mike, the Pi connections should not impact on it being used as a stand alone board.
I will error check it tomorrow, i know for sure some of the rat nest wires are missing, i did not know i needed them, i put them in tonight for new connections but they are probably missing for the old connections from the cut/paste job i did.

I also put the Power Resistor in at the near the right size and also the 6v 1000uf cap on the Traco, tho we don't need it for the Arduino we might need it for add on stuff later.

Pi Arduino Shard EMU hat. Ver1.3.jpg
http://greenmobility.com.au/rc-wheelchair-controller/
My YouTube Ch -- https://www.youtube.com/user/gcebiker
User avatar
gcebiker
 
Posts: 879
Joined: 11 Jul 2015, 14:20
Location: Gold Coast, Queensland, Australia.

Re: Arduino controlled wheelchair

Postby sirmike » 09 Jul 2017, 20:33

ok ready for review.. cleaned up traces that the autorouter got messy with, checked traces against the schematic, labelled parts..
beefed up the trace size where possible for better current handling.. looks pretty clean now.. I'm happy with it, what do you think?
Time for the board house?

incoming in via email.
What he said...
sirmike
 
Posts: 37
Joined: 03 Jul 2017, 23:30
Location: Victoria, BC, Canada

PreviousNext

Return to Everything Powerchair

Who is online

Users browsing this forum: Burgerman, Jeffulike, Juggler258, ricardoh, SweetBearCub, yeshelp and 99 guests

 

  eXTReMe Tracker