Originally posted by JohnStone
View Post
Hello JohnStone - Many thanks.
In any R&D as you know challenges will always sprout like mushrooms.
Well we are here with desire to solve them.
As per your suggestion, Allegro Current Sensors are great, with feature like:
The thickness of the copper conductor allows survival of the device at high overcurrent conditions.
The terminals of the conductive path are electrically isolated from the signal leads (pins 1 through 3).
This allows the ACS758 family of sensor ICs to be used in applications requiring electrical isolation
without the use of opto-isolators or other costly isolation techniques.
and great features.
There is nothing more rewarding and satisfying than sharing and moving forward with the progress. I hope our goal is much closer now.
in the last few days, I have decided to use multiple arduinos connected by I2C bus. The more I looked at I2C bus the more I liked it
For now I have my main Arduino as Leonardo with I2C LCD screen 20 charaters by 4 Lines on order.
That way one also saves on lot of Arduino pins.
For remainder I going to spread out the processing over to the single function cheap arduinos all connected by the I2C Bus.
The I2C bus just consists of two wires, for example, on arduino UNO, pins A4 for SDA (data) and A5 for SCL (clock) and ofcourse we must also use +5V and common GND.
On I2C bus each device has its own address. There are many applications, such a real-time clocks, digital potentiometers, temperature sensors, digital compasses, memory chips, FM radio circuits, I/O expanders, LCD controllers, amplifiers, and so on already I2C compatiable.
You can have more than one device on the bus at any time, in fact the maximum number of I2C devices used at any one time is 112.
Each device has its unique I2C Address.
Well that should full fill all our needs at this time.
For now I will be using cheaper version of Arduino as SLAVES, based on the AtMega328 DIL and Arduino as Leonardo as MASTER
All the components for ATMega328P are about $12.
Introductory YT uses prior model chips but the idea is clearly presented
Introduction to the Arduino Microcontroller - YouTube
Various AVR Chips compared here.
ATmega8, ATmega48, ATmega88, ATmega168, ATmega328 Comparison
ATmega8 ATmega48 ATmega88 ATmega168 ATmega328
I am also now starting on the first set of tests results with whatever I have at hand.
Wish warmest regards for all.
light

look again at Aviso videos at his bank of IRF840 fets
Leave a comment: