Radio frequency
Radio frequency
Santagostino’s predictive maintenance for HVAC uses Nano RP2040 Connect
Santagostino’s predictive maintenance for HVAC uses Nano RP2040 Connect
time.setup(-5,0)
del1=0
low1=50
textbox timep
print “AIR CONDITION TEMPERATURE ANALYSIS”
print “RETURN VENT TEMPERATURE ”
textbox in1
print “OUTPUT VENT TEMPERATURE ”
textbox out1
print “LOWEST TEMP OF THE DAY”
textbox deltemp
print “Max delta temp”
print
print “NOTE: 10 11, OR 12 IS GOOD, BELOW 9 IS FAILING”
textbox low1
‘setup a stop button to quit the program
Button “stop the program”, [fin]
timer 1000, [chkstat]
Wait
[chkstat]
timep=time(“month-day hour-min”)
in1=temp(“285e03e612190128”)
out1=temp(“28b848dc12190179”)
deltemp=in1-out1
if deltemp>30 then deltemp=0
if deltemp>del1 then del1=deltemp
if out1<5 then out1=50
if out1<low1 then low1=out1
if time(“hour-min”)==”22-00″ then
del1=0
low1=50
delay 60000
endif
wait
[fin]
end
Good Aorcondition thermostat wiring vodeo
After making hunreds of boards with PCB Express…. we grew out of them. They offer a very easy to use interface, walled garden approach. expensive boards. Something like 5 x the industry average.
I finally found EasyEDA. It is simple enough for my pea brain to operate. Lots of libraries built in. 3D view. Direct to JLCPCB to fab boards.
We shall see how the quality works out.
Shoulderblade,
Tummy
Pillow at knees
Ankle circle 3 l 30 r
Full up full down
New recommendation as of spring 2022, untested.
https://mkrabset.github.io/krabzcam/krabzcam/index.html
MakerCam was the easiest to deal with.
It is dead with the death of flash.
http://jscut.org/jscut.html# seems pretty easy to use.
Starts from SVG, watch the upper right corner for promts….
Gcodes that are added to the output file.
S100 ;set spindle speed
M3 ;turn on spindle
M5 ;turn off spindle
For 7X Coupling, the set up is:
turn cutter DIA up to .126
.2 pass width, gcode units inch, Xoffset – Y offset =0.
create operation pocket .125
cut the last block of code and put it at the end
December 2020 steps for face cut:
use OODraw to generate svg
JSCUT has difficulty “Picking” objects with no FILL.
so solid fill all objects with black, and line black
ARRANGE order seems to matter,
so if there is a bounding box, send to back
intuWiz software was used for some other cut files with simple shapes