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
Vision Thing
  • Challenges & Projects
  • Project14
  • Vision Thing
  • More
  • Cancel
Vision Thing
Blog LDR Camera #7 : 98% Working
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Vision Thing to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: dubbie
  • Date Created: 17 Oct 2019 4:30 PM Date Created
  • Views 2414 views
  • Likes 14 likes
  • Comments 14 comments
  • nano
  • visionthingch
  • ldr camera
Related
Recommended

LDR Camera #7 : 98% Working

dubbie
dubbie
17 Oct 2019
image

Vision Thing

Enter Your Project for a chance to win an Oscilloscope Grand Prize Package for the Most Creative Vision Thing Project!

Back to The Project14 homepage image

Project14 Home
Monthly Themes
Monthly Theme Poll

 

The LDR camera is working! Well, almost. 98% = 63 of the 64 pixels are working. Just one is refusing to work properly which is not too bad as it has only just been finished constructing and wiring everything together. It is probably  loose or broken connection somewhere, possible a broken LDR as I had to use quite a lot of force to fit the LDRs into the holes drilled into the wood for them. I will have to work out which  pixel it is in the camera and try tracing the wiring. I'm a little bit reluctant to do too much messing and moving it about as there are a lot of wires and connectors involved, nearly 150 in total. The Dupont connectors only seem to make a really good connection the first time they are put together. Once they are disconnected I assume there has been a little bit of give in the springiness and subsequent insertions are just not as tight and with this many wires I need as much tightness as possible. The video below shows the LDR camera working and displaying the letter C.

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

 

The next step (apart from tentative explorations of the non-working pixel and/or permanently fixing the whole contraption to a piece of wood  to improve robustness, is to somehow transfer the data to the BeagleBone AI. I am in two minds as to whether to try and control the LDR directly from the BeagleBone AI - which would be the best solution, or to somehow transfer the LDR camera data to the BeagleBone AI so that it can be processed.

I am going to try using an Artificial Neural Network to process the LDR camera data, to try and get it to recognise the 26 letters of the alphabet. This will be a C programme based on one I have used before, from a book called Adaptive Pattern Recognition and Neural Networks by Yoh-Han Pao. It is a pretty old book (1989) but I obtained this copy only a coupe of years ago so it might still be available somewhere on the internet. A full listing of the programme is given in the appendix, which I have typed in and then made some major revisions to, to improve the user interface, file handling and similar.

 

image

 

Here is the beginning of the programme as listed in the book. I'm not sure what the copyright situation is as it is so old.

 

image

 

 

The problem I will have with the programme is that is saves the ANN data set into a file and I do not know if the BeagleBone AI comes with a file system. I'm guessing not so I will have to amend the program to not use files. This might be beyond me in the time remaining but I will see what I can manage.

 

Dubbie

  • Sign in to reply

Top Comments

  • DAB
    DAB over 5 years ago +6
    Nice update. FYI, all prototypes have wiring nightmares, but they usually do the job. DAB
  • fmilburn
    fmilburn over 5 years ago +5
    That is really cool! I was curious as to how it would work so it great to see it in action. RE files: The Beaglebone runs Linux so you should not have a problem there... Frank
  • genebren
    genebren over 5 years ago +5
    Dubbie, That is quite a wiring job! Good to see it mostly working. Have fun with the processing of signals as you start your connection to the BeagleBone. Well done! Gene
Parents
  • genebren
    genebren over 5 years ago

    Dubbie,

     

    That is quite a wiring job!  Good to see it mostly working.  Have fun with the processing of signals as you start your connection to the BeagleBone.

     

    Well done!

     

    Gene

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • dubbie
    dubbie over 5 years ago in reply to genebren

    Gene,

     

    I'm hoping that it will be fun. I haven't really used Linux much so there could be a steep learning curve.

     

    Dubbie

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • clem57
    clem57 over 5 years ago in reply to dubbie

    dubbie , maybe this http://ineasysteps.com/products-page/all_books/linux-easy-steps-6th-edition/ can help you digest what you need...

    Clem

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • dubbie
    dubbie over 5 years ago in reply to clem57

    Looks good. Maybe I should add it to my Christmas Wish List.

     

    Dubbie

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • dubbie
    dubbie over 5 years ago in reply to clem57

    Looks good. Maybe I should add it to my Christmas Wish List.

     

    Dubbie

    • Cancel
    • Vote Up +3 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