gameworn
@gameworn
Member
Joined: 2020-10-20 10:08 pm
Last seen: 2022-12-02 2:28 am
Topics: 6 / Replies: 24
Reply
RE: Sending data over the ethernet using server.write()

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. ...

2 years ago
Forum
Reply
RE: Sending data over the ethernet using server.write()

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...

2 years ago
Forum
Reply
RE: Sending data over the ethernet using server.write()

I will send you the code that correctly converts the 3 digit voltage first. Arduino value = analogRead(analogInput); //reads the battery voltage a...

2 years ago
Forum
Reply
RE: Sending data over the ethernet using server.write()

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 ...

2 years ago
Forum
Reply
RE: Sending data over the ethernet using server.write()

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...

2 years ago
Forum
Reply
RE: Sending data over the ethernet using server.write()

I have been using Game Control Plus which controls an XBox wireless controller which communicates with Processing. I use Processing to install some g...

2 years ago
Forum
Reply
RE: Sending data over the ethernet using server.write()

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)...

2 years ago
Forum
Topic
Forum
Replies: 73
Views: 4784
Reply
RE: I2C using two ESP32 Modules Master works, Slave has errors

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...

2 years ago
Reply
RE: ESP32-Cam picture freezes after a few seconds when turned on.

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...

3 years ago
Topic
Replies: 1
Views: 1174
Page 2 / 2