Skip to content

mledimna/L475E-IOT01A2-Sensors-Display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sensors Display

This software is separated in two distinct repositories :

How to use this code

Troubleshooting

Device not responding

Change the array position of the Serial.list()[0] setup line in the SensorsDisplay.pde file.

//Telemetry Initialization
if(Serial.list().length!=0)
{
  deviceCOM = new Serial(this, Serial.list()[0], 115200);
  deviceCOM.clear();
  deviceCOM.bufferUntil(10);
}

Screen not responding

Change fullScreen(P3D,2); second parameter in the SensorsDisplay.pde file. Try 1 to Number of Screen plugged to the machine.

//Screen Initialization
fullScreen(P3D,2);
noStroke();
frameRate(30);

About

L475E-IOT01A2 Sensors display using Processing 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published