View Single Post
  #3  
Old 11-18-2016, 11:48 AM
Electronic M's Avatar
Electronic M Electronic M is offline
M is for Memory
 
Join Date: Jan 2011
Location: Pewaukee/Delafield Wi
Posts: 14,758
Do you have any experience/desire to learn how to program an Arduino micro controller using C language and or understanding of I^2C communication?...You will need that to control the board, and possibly to set it up to work.

It is not very hard to learn to program. In college I was given an Arduino Uno embedded development board and learned much programming on it. I^2C is easy to implement on the Uno I was using it after ~an hour of research....Granted the chip I was trying to talk to (a UHF agile TV modulator) via 1^2C did not have the same address as it's data sheet specified, so I had to write a program to ping every address in order and look for a response...That took more effort than implementing I^2C.
__________________
Tom C.

Zenith: The quality stays in EVEN after the name falls off!
What I want. --> http://www.videokarma.org/showpost.p...62&postcount=4
Reply With Quote