-
Notifications
You must be signed in to change notification settings - Fork 0
/
oldHomePage.txt
40 lines (30 loc) · 2.62 KB
/
oldHomePage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<div className='selButtons'>
<br></br>
<h3>Knotfree is a tool for creating Internet Of Things applications.</h3><br></br><br></br>
<div>
{/* <iframe width="560" height="315" src="https://www.youtube.com/embed/TToFWtls-3E?autoplay=1&mute=1&loop=1&playlist=TToFWtls-3E" title="YouTube video player" allow="accelerometer; autoplay; loop; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen></iframe> */}
</div>
<br></br>
<a href="https://wootton.substack.com/p/assembling-the-scrolling-thing" rel="nofollow noopener ugc">
Check out the MAX7219 scrolling display example project.</a><br></br><br></br>
<a href="https://wootton.substack.com/p/assembling-the-temperature-thing" rel="nofollow noopener ugc">
There is a DHT11 thermometer example.</a><br></br><br></br>
The main idea is to create a thing, which is a device that can be controlled by a user. Like a thermometer, doorbell, light or an electronic device of your creation and to then control it from your phone.<br></br><br></br>
The dashboard is a place to see and control your things. It is the 'Things' tab (press the ☰ in the upper left if the tabs don't show).<br></br>
<br></br>
{isEmpty &&
<div className="indented">
Since it seems you are new here we can help you get started:<br></br>
<button className='homepage' onClick={addAThing}>Click here to have a 'thing' set up for you.</button><br></br><br></br>
Use the menu button,☰, on the upper right and use Pick Command to select different commands and press the button to see what they do.<br></br>
It would be less boring if it was your own thing 😊. <br></br><br></br>
</div>
}
If you are here to get a token for a thing that you are initializing, <button className='homepage' onClick={() => { registry.PublishChange("VerticalTabs", 1) }
}>you can get one here.</button><br></br>
<br></br>
<a target="_blank" href="https://wootton.substack.com/" rel="nofollow noopener ugc" >Example projects here.</a> <br></br><br></br>
<a target="_blank" href="https://github.com/awootton/knotfreeiot/wiki" rel="nofollow noopener ugc" >See docs and learn more.</a> <br></br><br></br>
<a target="_blank" href="https://github.com/awootton/knotfreeiot/discussions/4" rel="nofollow noopener ugc" >Please visit the forum.</a> <br></br><br></br>
<a target="_blank" href="https://github.com/awootton/" rel="nofollow noopener ugc" >Source code.</a> <br></br><br></br>
</div>