View xholonWorkbook.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Sat Jan 14 2023 12:43:38 GMT-0500 (Eastern Standard Time)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
Xholon | |
------ | |
Title: mqtt01 | |
Description: initial test of MQTT with Xholon | |
Url: http://www.primordion.com/Xholon/gwt/ |
View README.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In this IoT project I combine the following components: | |
* Raspberry Pi Pico W | |
* Grove sensors | |
* Thonny, micropython code | |
* Mosquitto, MQTT | |
* Node-Red |
View aemlicLogger.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* aemlicLogger.c | |
* Copyright (c) 2022 Ken Webb | |
* MIT license | |
* based on ~/pico/ksw-examples/program/flash_program.c | |
* | |
* Log activity of the aemlic v2 board. | |
* Record how many seconds the Pico runs, each time it's powered up. | |
* This will give a rough idea of what the aemlic is doing. | |
* |
View xholonWorkbook.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Thu May 05 2022 07:28:01 GMT-0400 (Eastern Daylight Saving Time)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
Xholon | |
------ | |
Title: Pigeon Deterrence System (PDS) | |
Description: | |
Url: http://www.primordion.com/Xholon/gwt/ |
View README.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coast Walker for use in Island Game | |
Ken Webb | |
Novemeber 13, 2021 | |
cd ~/nodespace | |
mkdir expressCWalker | |
cd expressCWalker | |
npm init | |
"main": "app.js", | |
npm install express --save |
View README.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Beach Comber | |
For use with Island Game. | |
An Avatar that stays within the current stretch of Coast. |
View README.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Learning Express - web framework for node | |
Experimenting with dragging modules into a running Xholon app, | |
where the module connects to a JavaScript node server. |
View xholonWorkbook.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Wed Sep 15 2021 11:21:01 GMT-0400 (Eastern Daylight Time)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
Xholon | |
------ | |
Title: Mars Template | |
Description: | |
Url: http://www.primordion.com/Xholon/gwt/ |
View xholonWorkbook.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Sun Aug 22 2021 10:36:59 GMT-0400 (Eastern Daylight Time)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
Xholon | |
------ | |
Title: Web Workers | |
Description: | |
Url: http://www.primordion.com/Xholon/gwt/ |
View xholonWorkbook.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Tue Aug 17 2021 13:25:36 GMT-0400 (Eastern Daylight Time)--> | |
<XholonWorkbook> | |
<Notes><![CDATA[ | |
() Xholon | |
------ | |
Title: React Native - Deployment | |
Description: | |
Url: http://www.primordion.com/Xholon/gwt/ |
NewerOlder