element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Get Closer Wearables Design Challenge
  • Challenges & Projects
  • Design Challenges
  • Get Closer Wearables Design Challenge
  • More
  • Cancel
Get Closer Wearables Design Challenge
Blog Jacket Progress
  • Blog
  • Forum
  • Documents
  • Files
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: hifromkatie
  • Date Created: 1 Oct 2013 6:44 PM Date Created
  • Views 1038 views
  • Likes 1 like
  • Comments 4 comments
  • flora
  • get_closer_challenge
  • get_closer
Related
Recommended

Jacket Progress

hifromkatie
hifromkatie
1 Oct 2013

Everything is now sewn on to the jacket:

 

 

 

I've carried out an LED test to check that I'm ok powering from  3.3V and it seems that everything is ok, so that's saved routing another power line down the length of my arm.

 

 

A quick overview of what's on the jacket and what it's for:

 

The FLORA:                          Main processing unit

The FLORA GPS module:      Current location

Compass:                              Current facing

colour sensor:                         Program destination

8 LED pixels:                         8 compass points for direction in 'find me home' mode, 8 speed indicators, 1 mph steps, rolls around to display the next 8mph once the first 8 has been exceeded.

 

+ late addition....

light sensor:                         I was planning to route a standard switch into the cuff to switch between direction and speed modes, but then whilst I was working out the route for it I realised I could use the light sensor as a switch. This can then be run on the SCL and SDA line which is already down the sleeve for the compass and colour sensor.

 

 

 

Issues:

 

The first Issue i've found now it is connected is that the first neopixel sporadically flashes, from a quick probe I think there may be an intermittent connection between the output data line and the power rail, so I will check this out next.

 

The second issue is that the GPS wasn't getting a fix at first, I wired it up on the jacket with crocodile clips and found that the GND connection isn't all that reliable, so I'm going to reinforce this will a few more strands to beef the connection up, I may do this to all the power rails as I'm running quite a lot quite a long way! My jacket sleeve is much longer than any track that I've routed before, and the thread is much thinner than I would use as standard track on a PCB.

 

My third issue is that comms with the other sensors is a little iffy, sometimes I can get data returned, but the majority of the time I can't. also the colour sensor LED is a bit flickery, this all indicates that there is a wiring issue, similar to above. I'm not really sure what to do about this, I knew at the start that I was pushing my luck with conductive thread going down the length of the sleeve, I will try to add some more threads to the connections to reduce the resistance of the connections to try to improve the connections.

 

I've got other issues and tweaks, but I'll progress to those once the basics are sorted.

  • Sign in to reply
Parents
  • shabaz
    shabaz over 11 years ago

    Hi Katie,

     

    Interesting project. From your earlier photo the wiring to the 8 LEDs looked nice (not that I know anything about sewing :-)

    I suppose, if the remainder LEDs work and just the first one flickers, it proves that the wiring through the arm is good, and maybe the power rail to the first LED is not making good contact to it? It's just a suggestion, it sounds like you know what your're doing anyway.

    As for any I2C type comms (I'm guessing this is what the sensors use?), that is hard over a distance, I've sometimes seen issues over 20-30cm, if it is at high speed. If you can slow down the I2C comms bit periods then that will help. I couldn't find the schematic for the Flora board, but sometimes it can help reducing the pullup resistor values (e.g. down to about 1.5k resistance). But, you probably want to try a slower bus speed first (or maybe Adafruit may already have information on how long the I2C can run for using the Flora board and typical wiring to the supplied sensors in the kit).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • hifromkatie
    hifromkatie over 11 years ago in reply to shabaz

    Good idea regarding changing down the speed, I'll see if it's possible once i've got a moment, I hadn't thought of it.

    The comms is I2C, Ideally I'd like the connections much shorter, but unfortunately they would make it a little impractical for the original purpose, so I would like to do as much as I can to try to make it work this way.

     

    The LED issue is  a loose connection on the final LED, as pressing on the connection helps it, it should just be a simple tightening of the connection.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • hifromkatie
    hifromkatie over 11 years ago in reply to shabaz

    Good idea regarding changing down the speed, I'll see if it's possible once i've got a moment, I hadn't thought of it.

    The comms is I2C, Ideally I'd like the connections much shorter, but unfortunately they would make it a little impractical for the original purpose, so I would like to do as much as I can to try to make it work this way.

     

    The LED issue is  a loose connection on the final LED, as pressing on the connection helps it, it should just be a simple tightening of the connection.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube