Last seen: 2022-12-02 2:28 am
Hi All First things first. I would like to thank all who responded to my request for help. Your professionalism and hard work did not go unnoticed. ...
This is what I found when searching for pointers and processing. Java does not support pointers that is a C/C++ thing. When I type the code in Proces...
I will send you the code that correctly converts the 3 digit voltage first. Arduino value = analogRead(analogInput); //reads the battery voltage a...
Hi Will The Server.write data: the value to write (byte or char) buffer : an array of data (byte or char) size of the buffer to write I am using ...
This is where I'm at a loss. I don't understand what the third overload version float voltage = 14.48486; server.write((byte*) &voltage, sizeo...
I have been using Game Control Plus which controls an XBox wireless controller which communicates with Processing. I use Processing to install some g...
Hi I'm using TCP/IP to talk between the mega and processing software. The laptop is used to create an ethernet server(not sure if that is the word)...
Will If you could excuse my ignorance, I read what you wrote and read the info from the link you sent. Could you explain all that. I read it uses ad...
I believe I solved my problem. My ESP32-CAM board came with the antenna, so the zero ohm jumper was soldered in the antenna configuration. I assumed i...