Hello, I have a server motherboard that has gpio pins that I can write a simple python script t he at can blink a led or use an oled screen to display the motherboard information. I was wondering if there is a way with arduino to do the same thing? Such as a virtual gpio pins.
Hey UKHeliBob, what. I mean is on my server mother board It has gpio pins I can use them to do different things and control them all from a windows os or Linux of some kind.
I wanted to do the same thing with an arduino without having to upload new sketches all the time.
Yes it the basically same thing but the with the motherboard gpio pins I just need to write one script in python to write to the pins to do anything with arduino. I need to do the same thing and write the arduino code as well.
So every time I need to change code I have to write two scripts.
Sorry, but I am still not getting what you want to do. Which "virtual pins" do you want to control using the Arduino and where are they located ?
If you mean that you want to control the "virtual pins" on the motherboard using an Arduino then something will need to be running on the PC to receive messages from the Arduino and to pass the commands to the pins. This could be a Python script and would only need to be written once
The Arduino would send commands to the Python script using a standard communications protocol that you design
If my assumptions about what you want to do are wrong then please explain in more detail what you want to do
That might do the trick. Only thing is relys on the libraries without it's code. The oled is not in it's library. How would I add that in there? Also can I do a normal blink led or pwm an led if needed?