├── .gitignore ├── .gitmodules ├── .travis.yml ├── .vscode └── settings.json ├── CMakeLists.txt ├── README.md ├── cmake └── AddVendorLibrary.cmake ├── enable-onemstasktimer.patch ├── getToolchain.sh ├── hardware ├── .gitignore ├── ACNode-Shield │ ├── ACNode-Shield-cache.lib │ ├── ACNode-Shield.bak │ ├── ACNode-Shield.kicad_pcb │ ├── ACNode-Shield.kicad_pcb-bak │ ├── ACNode-Shield.net │ ├── ACNode-Shield.pro │ ├── ACNode-Shield.sch │ ├── fp-lib-table │ ├── gerbers │ │ ├── ACNode-Shield-B.Cu.gbr │ │ ├── ACNode-Shield-B.Mask.gbr │ │ ├── ACNode-Shield-B.SilkS.gbr │ │ ├── ACNode-Shield-Edge.Cuts.gbr │ │ ├── ACNode-Shield-F.Cu.gbr │ │ ├── ACNode-Shield-F.Mask.gbr │ │ ├── ACNode-Shield-F.SilkS.gbr │ │ └── ACNode-Shield.drl │ ├── lib │ │ ├── SD_Slots.pretty │ │ │ ├── MicroSD_Slot.kicad_mod │ │ │ └── SD_Slot.kicad_mod │ │ ├── srd-05vdc-sl-c.bak │ │ ├── srd-05vdc-sl-c.bck │ │ ├── srd-05vdc-sl-c.dcm │ │ ├── srd-05vdc-sl-c.lib │ │ └── ws2812.lib │ └── mod │ │ ├── armory.mod │ │ └── ws2812.mod ├── Card front middle.dxf ├── Card front.dxf ├── New-ACNode-Doorbot-Shield │ ├── Gerbers │ │ ├── Gerbers.zip │ │ ├── acnode-doorbot-B_Cu.gbl │ │ ├── acnode-doorbot-B_Mask.gbs │ │ ├── acnode-doorbot-B_Paste.gbp │ │ ├── acnode-doorbot-B_SilkS.gbo │ │ ├── acnode-doorbot-Edge_Cuts.gm1 │ │ ├── acnode-doorbot-F_Cu.gtl │ │ ├── acnode-doorbot-F_Mask.gts │ │ ├── acnode-doorbot-F_Paste.gtp │ │ ├── acnode-doorbot-F_SilkS.gto │ │ ├── acnode-doorbot-NPTH-drl_map.gbr │ │ ├── acnode-doorbot-NPTH.drl │ │ ├── acnode-doorbot-PTH-drl_map.gbr │ │ └── acnode-doorbot-PTH.drl │ ├── Pcbnew.png │ ├── README.md │ ├── _autosave-acnode-doorbot.sch │ ├── acnode-doorbot-cache.lib │ ├── acnode-doorbot-rescue.dcm │ ├── acnode-doorbot-rescue.lib │ ├── acnode-doorbot.bak │ ├── acnode-doorbot.kicad_pcb │ ├── acnode-doorbot.kicad_pcb-bak │ ├── acnode-doorbot.net │ ├── acnode-doorbot.pro │ ├── acnode-doorbot.sch │ ├── dinrail_clip.stl │ ├── fp-info-cache │ ├── render.png │ └── sym-lib-table ├── New-New-ACNode-Shield │ ├── ExtraParts.lib │ ├── ExtraParts.pretty │ │ ├── Connector-3.81mm-2pin.kicad_mod │ │ ├── Connector-3.81mm-3pin.kicad_mod │ │ ├── Connector-5.08mm.kicad_mod │ │ ├── Download_STEP_150141M173100 (rev1).stp │ │ ├── SOP-4V2.STEP │ │ ├── VOM617A-4SOP.kicad_mod │ │ └── Wurth_3528_LED.kicad_mod │ ├── Gerbers │ │ ├── New-New-ACNode-Shield-B_Cu.gbl │ │ ├── New-New-ACNode-Shield-B_Mask.gbs │ │ ├── New-New-ACNode-Shield-B_Paste.gbp │ │ ├── New-New-ACNode-Shield-B_SilkS.gbo │ │ ├── New-New-ACNode-Shield-Edge_Cuts.gm1 │ │ ├── New-New-ACNode-Shield-F_Cu.gtl │ │ ├── New-New-ACNode-Shield-F_Mask.gts │ │ ├── New-New-ACNode-Shield-F_Paste.gtp │ │ ├── New-New-ACNode-Shield-F_SilkS.gto │ │ ├── New-New-ACNode-Shield-NPTH-drl_map.gbr │ │ ├── New-New-ACNode-Shield-NPTH.drl │ │ ├── New-New-ACNode-Shield-PTH-drl_map.gbr │ │ ├── New-New-ACNode-Shield-PTH.drl │ │ └── New-New-ACNode-Shield.zip │ ├── LED_Switching.sch │ ├── Launchpad.dcm │ ├── Launchpad.lib │ ├── Launchpad.pretty │ │ └── Launchpad.kicad_mod │ ├── New-New-ACNode-Shield-cache.lib │ ├── New-New-ACNode-Shield.kicad_pcb │ ├── New-New-ACNode-Shield.pro │ ├── New-New-ACNode-Shield.sch │ ├── Power.sch │ ├── Readme.md │ ├── SPIFlash.sch │ ├── UserIO.sch │ ├── fp-info-cache │ ├── fp-lib-table │ └── sym-lib-table ├── README.md ├── acnode-reader-direct │ ├── acnode-reader-direct.kicad_pcb │ ├── acnode-reader-direct.kicad_prl │ ├── acnode-reader-direct.kicad_pro │ ├── acnode-reader-direct.kicad_sch │ ├── gerbers │ │ ├── acnode-reader-direct-B_Cu.gbl │ │ ├── acnode-reader-direct-B_Mask.gbs │ │ ├── acnode-reader-direct-B_Paste.gbp │ │ ├── acnode-reader-direct-B_Silkscreen.gbo │ │ ├── acnode-reader-direct-Edge_Cuts.gm1 │ │ ├── acnode-reader-direct-F_Cu.gtl │ │ ├── acnode-reader-direct-F_Mask.gts │ │ ├── acnode-reader-direct-F_Paste.gtp │ │ ├── acnode-reader-direct-F_Silkscreen.gto │ │ ├── acnode-reader-direct-NPTH.drl │ │ ├── acnode-reader-direct-PTH.drl │ │ └── acnode-reader-direct.csv │ ├── mounting_plate_build.jpg │ └── readme.md ├── backing-frame.dxf ├── backing-v1.dxf └── launchpad-footprint.dxf ├── lib ├── CMakeLists.txt ├── MQTTClient │ ├── CONTRIBUTING.md │ ├── Countdown.h │ ├── EthernetStack.h │ ├── FP.h │ ├── IPStack.h │ ├── MQTTClient.h │ ├── MQTTConnect.h │ ├── MQTTConnectClient.c │ ├── MQTTConnectServer.c │ ├── MQTTDeserializePublish.c │ ├── MQTTFormat.c │ ├── MQTTFormat.h │ ├── MQTTLogging.h │ ├── MQTTPacket.c │ ├── MQTTPacket.h │ ├── MQTTPublish.h │ ├── MQTTSerializePublish.c │ ├── MQTTSubscribe.h │ ├── MQTTSubscribeClient.c │ ├── MQTTSubscribeServer.c │ ├── MQTTUnsubscribe.h │ ├── MQTTUnsubscribeClient.c │ ├── MQTTUnsubscribeServer.c │ ├── README.md │ ├── StackTrace.h │ ├── WifiIPStack.h │ ├── about.html │ ├── edl-v10 │ ├── epl-v10 │ ├── examples │ │ ├── HelloEthernet │ │ │ └── HelloEthernet.ino │ │ ├── HelloWiFi │ │ │ └── HelloWiFi.ino │ │ ├── QuickstartEthernet │ │ │ └── QuickstartEthernet.ino │ │ ├── QuickstartWiFi │ │ │ └── QuickstartWiFi.ino │ │ ├── RegisteredEthernet │ │ │ └── RegisteredEthernet.ino │ │ └── RegisteredWiFi │ │ │ └── RegisteredWiFi.ino │ ├── library.properties │ └── notice.html ├── OneMsTaskTimer │ ├── OneMsTaskTimer.cpp │ ├── OneMsTaskTimer.h │ ├── examples │ │ ├── OneMsTaskTimerBlink │ │ │ └── OneMsTaskTimerBlink.ino │ │ └── OneMsTaskTimerBlink_1ms │ │ │ └── OneMsTaskTimerBlink_1ms.ino │ ├── keywords.txt │ └── library.properties ├── SD │ ├── .gitignore │ ├── File.cpp │ ├── SD.cpp │ ├── SD.h │ ├── examples │ │ ├── CardInfo │ │ │ └── CardInfo.ino │ │ ├── Datalogger │ │ │ └── Datalogger.ino │ │ ├── DumpFile │ │ │ └── DumpFile.ino │ │ ├── Files │ │ │ └── Files.ino │ │ ├── ReadWrite │ │ │ └── ReadWrite.ino │ │ └── listfiles │ │ │ └── listfiles.ino │ ├── library.json │ ├── readme.md │ └── utility │ │ ├── FatStructs.h │ │ ├── Sd2Card.cpp │ │ ├── Sd2Card.h │ │ ├── Sd2PinMap.h │ │ ├── SdFat.h │ │ ├── SdFatUtil.h │ │ ├── SdFatmainpage.h │ │ ├── SdFile.cpp │ │ ├── SdInfo.h │ │ └── SdVolume.cpp ├── Syslog │ ├── .gitignore │ ├── README │ ├── examples │ │ └── SyslogClient │ │ │ └── SyslogClient.ino │ ├── keywords.txt │ ├── syslog.cpp │ └── syslog.h └── aJson │ ├── README.md │ ├── aJSON.cpp │ ├── aJSON.h │ ├── examples │ ├── Json_Example │ │ └── Json_Example.ino │ ├── Json_Serial │ │ └── Json_Serial.ino │ └── MultiLevelParsing │ │ └── MultiLevelParsing.ino │ ├── keywords.txt │ ├── library.json │ ├── library.properties │ └── utility │ ├── stringbuffer.c │ └── stringbuffer.h ├── pictures ├── EK-TM4C1294XL.jpg └── pn532_connection.jpg ├── src ├── .gitignore ├── ACServer │ ├── ACServer.h │ ├── DataRecords.cpp │ ├── DataRecords.h │ ├── RealACServer.cpp │ └── RealACServer.h ├── CMakeLists.txt ├── TESTING.txt ├── acnode.cpp ├── acnode.h ├── announcer.h ├── broadcastannouncer.cpp ├── broadcastannouncer.h ├── button.cpp ├── button.h ├── cache.cpp ├── cache.h ├── cacheoverlay.cpp ├── cacheoverlay.h ├── card.cpp ├── card.h ├── cli.cpp ├── cli.h ├── colour.cpp ├── colour.h ├── config.h ├── door.cpp ├── door.h ├── doorbot.cpp ├── doorbot.h ├── doorbot_ac.cpp ├── doorbot_ac.h ├── eepromcache.cpp ├── eepromcache.h ├── every.cpp ├── every.h ├── macros.h ├── main.cpp ├── maintainercachemaintainer.cpp ├── maintainercachemaintainer.h ├── menu.cpp ├── menu.h ├── microrl.cpp ├── microrl.h ├── mqttannouncer.cpp ├── mqttannouncer.h ├── network.cpp ├── network.h ├── nocache.cpp ├── nocache.h ├── ramcache.cpp ├── ramcache.h ├── rgb.cpp ├── rgb.h ├── role.cpp ├── role.h ├── sdcache.cpp ├── sdcache.h ├── settings.cpp ├── settings.h ├── tool.cpp ├── tool.h ├── utils.cpp ├── utils.h ├── version.h ├── watchdog.cpp └── watchdog.h └── targets └── tivac-launchpad ├── CMakeLists.txt ├── EK-TM4C1294XL.cmake └── Platform └── Connected_Launchpad.cmake /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/.gitmodules -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/.travis.yml -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/README.md -------------------------------------------------------------------------------- /cmake/AddVendorLibrary.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/cmake/AddVendorLibrary.cmake -------------------------------------------------------------------------------- /enable-onemstasktimer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/enable-onemstasktimer.patch -------------------------------------------------------------------------------- /getToolchain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/getToolchain.sh -------------------------------------------------------------------------------- /hardware/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *~ 3 | -------------------------------------------------------------------------------- /hardware/ACNode-Shield/ACNode-Shield-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/ACNode-Shield-cache.lib -------------------------------------------------------------------------------- /hardware/ACNode-Shield/ACNode-Shield.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/ACNode-Shield.bak -------------------------------------------------------------------------------- /hardware/ACNode-Shield/ACNode-Shield.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/ACNode-Shield.kicad_pcb -------------------------------------------------------------------------------- /hardware/ACNode-Shield/ACNode-Shield.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/ACNode-Shield.kicad_pcb-bak -------------------------------------------------------------------------------- /hardware/ACNode-Shield/ACNode-Shield.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/ACNode-Shield.net -------------------------------------------------------------------------------- /hardware/ACNode-Shield/ACNode-Shield.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/ACNode-Shield.pro -------------------------------------------------------------------------------- /hardware/ACNode-Shield/ACNode-Shield.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/ACNode-Shield.sch -------------------------------------------------------------------------------- /hardware/ACNode-Shield/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/fp-lib-table -------------------------------------------------------------------------------- /hardware/ACNode-Shield/gerbers/ACNode-Shield-B.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/gerbers/ACNode-Shield-B.Cu.gbr -------------------------------------------------------------------------------- /hardware/ACNode-Shield/gerbers/ACNode-Shield-B.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/gerbers/ACNode-Shield-B.Mask.gbr -------------------------------------------------------------------------------- /hardware/ACNode-Shield/gerbers/ACNode-Shield-B.SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/gerbers/ACNode-Shield-B.SilkS.gbr -------------------------------------------------------------------------------- /hardware/ACNode-Shield/gerbers/ACNode-Shield-Edge.Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/gerbers/ACNode-Shield-Edge.Cuts.gbr -------------------------------------------------------------------------------- /hardware/ACNode-Shield/gerbers/ACNode-Shield-F.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/gerbers/ACNode-Shield-F.Cu.gbr -------------------------------------------------------------------------------- /hardware/ACNode-Shield/gerbers/ACNode-Shield-F.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/gerbers/ACNode-Shield-F.Mask.gbr -------------------------------------------------------------------------------- /hardware/ACNode-Shield/gerbers/ACNode-Shield-F.SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/gerbers/ACNode-Shield-F.SilkS.gbr -------------------------------------------------------------------------------- /hardware/ACNode-Shield/gerbers/ACNode-Shield.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/gerbers/ACNode-Shield.drl -------------------------------------------------------------------------------- /hardware/ACNode-Shield/lib/SD_Slots.pretty/MicroSD_Slot.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/lib/SD_Slots.pretty/MicroSD_Slot.kicad_mod -------------------------------------------------------------------------------- /hardware/ACNode-Shield/lib/SD_Slots.pretty/SD_Slot.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/lib/SD_Slots.pretty/SD_Slot.kicad_mod -------------------------------------------------------------------------------- /hardware/ACNode-Shield/lib/srd-05vdc-sl-c.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/lib/srd-05vdc-sl-c.bak -------------------------------------------------------------------------------- /hardware/ACNode-Shield/lib/srd-05vdc-sl-c.bck: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/ACNode-Shield/lib/srd-05vdc-sl-c.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/ACNode-Shield/lib/srd-05vdc-sl-c.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/lib/srd-05vdc-sl-c.lib -------------------------------------------------------------------------------- /hardware/ACNode-Shield/lib/ws2812.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/lib/ws2812.lib -------------------------------------------------------------------------------- /hardware/ACNode-Shield/mod/armory.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/mod/armory.mod -------------------------------------------------------------------------------- /hardware/ACNode-Shield/mod/ws2812.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/ACNode-Shield/mod/ws2812.mod -------------------------------------------------------------------------------- /hardware/Card front middle.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/Card front middle.dxf -------------------------------------------------------------------------------- /hardware/Card front.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/Card front.dxf -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/Gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/Gerbers.zip -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-B_Cu.gbl -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-B_Mask.gbs -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-B_Paste.gbp -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-B_SilkS.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-B_SilkS.gbo -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-Edge_Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-Edge_Cuts.gm1 -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-F_Cu.gtl -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-F_Mask.gts -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-F_Paste.gtp -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-F_SilkS.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-F_SilkS.gto -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-NPTH-drl_map.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-NPTH-drl_map.gbr -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-NPTH.drl -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-PTH-drl_map.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-PTH-drl_map.gbr -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Gerbers/acnode-doorbot-PTH.drl -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/Pcbnew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/Pcbnew.png -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/README.md -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/_autosave-acnode-doorbot.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/_autosave-acnode-doorbot.sch -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/acnode-doorbot-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/acnode-doorbot-cache.lib -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/acnode-doorbot-rescue.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/acnode-doorbot-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/acnode-doorbot-rescue.lib -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.bak -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.kicad_pcb -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.kicad_pcb-bak -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.net -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.pro -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/acnode-doorbot.sch -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/dinrail_clip.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/dinrail_clip.stl -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/fp-info-cache: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/render.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/render.png -------------------------------------------------------------------------------- /hardware/New-ACNode-Doorbot-Shield/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-ACNode-Doorbot-Shield/sym-lib-table -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/ExtraParts.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/ExtraParts.lib -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/ExtraParts.pretty/Connector-3.81mm-2pin.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/ExtraParts.pretty/Connector-3.81mm-2pin.kicad_mod -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/ExtraParts.pretty/Connector-3.81mm-3pin.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/ExtraParts.pretty/Connector-3.81mm-3pin.kicad_mod -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/ExtraParts.pretty/Connector-5.08mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/ExtraParts.pretty/Connector-5.08mm.kicad_mod -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/ExtraParts.pretty/Download_STEP_150141M173100 (rev1).stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/ExtraParts.pretty/Download_STEP_150141M173100 (rev1).stp -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/ExtraParts.pretty/SOP-4V2.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/ExtraParts.pretty/SOP-4V2.STEP -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/ExtraParts.pretty/VOM617A-4SOP.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/ExtraParts.pretty/VOM617A-4SOP.kicad_mod -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/ExtraParts.pretty/Wurth_3528_LED.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/ExtraParts.pretty/Wurth_3528_LED.kicad_mod -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-B_Cu.gbl -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-B_Mask.gbs -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-B_Paste.gbp -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-B_SilkS.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-B_SilkS.gbo -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-Edge_Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-Edge_Cuts.gm1 -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-F_Cu.gtl -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-F_Mask.gts -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-F_Paste.gtp -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-F_SilkS.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-F_SilkS.gto -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-NPTH-drl_map.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-NPTH-drl_map.gbr -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-NPTH.drl -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-PTH-drl_map.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-PTH-drl_map.gbr -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield-PTH.drl -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Gerbers/New-New-ACNode-Shield.zip -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/LED_Switching.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/LED_Switching.sch -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Launchpad.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Launchpad.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Launchpad.lib -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Launchpad.pretty/Launchpad.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Launchpad.pretty/Launchpad.kicad_mod -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/New-New-ACNode-Shield-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/New-New-ACNode-Shield-cache.lib -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/New-New-ACNode-Shield.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/New-New-ACNode-Shield.kicad_pcb -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/New-New-ACNode-Shield.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/New-New-ACNode-Shield.pro -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/New-New-ACNode-Shield.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/New-New-ACNode-Shield.sch -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Power.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Power.sch -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/Readme.md -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/SPIFlash.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/SPIFlash.sch -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/UserIO.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/UserIO.sch -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/fp-info-cache: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/fp-lib-table -------------------------------------------------------------------------------- /hardware/New-New-ACNode-Shield/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/New-New-ACNode-Shield/sym-lib-table -------------------------------------------------------------------------------- /hardware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/README.md -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/acnode-reader-direct.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/acnode-reader-direct.kicad_pcb -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/acnode-reader-direct.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/acnode-reader-direct.kicad_prl -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/acnode-reader-direct.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/acnode-reader-direct.kicad_pro -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/acnode-reader-direct.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/acnode-reader-direct.kicad_sch -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct-B_Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct-B_Cu.gbl -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct-B_Mask.gbs -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct-B_Paste.gbp -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct-B_Silkscreen.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct-B_Silkscreen.gbo -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct-Edge_Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct-Edge_Cuts.gm1 -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct-F_Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct-F_Cu.gtl -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct-F_Mask.gts -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct-F_Paste.gtp -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct-F_Silkscreen.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct-F_Silkscreen.gto -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct-NPTH.drl -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct-PTH.drl -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/gerbers/acnode-reader-direct.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/gerbers/acnode-reader-direct.csv -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/mounting_plate_build.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/mounting_plate_build.jpg -------------------------------------------------------------------------------- /hardware/acnode-reader-direct/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/acnode-reader-direct/readme.md -------------------------------------------------------------------------------- /hardware/backing-frame.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/backing-frame.dxf -------------------------------------------------------------------------------- /hardware/backing-v1.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/backing-v1.dxf -------------------------------------------------------------------------------- /hardware/launchpad-footprint.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/hardware/launchpad-footprint.dxf -------------------------------------------------------------------------------- /lib/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/CMakeLists.txt -------------------------------------------------------------------------------- /lib/MQTTClient/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/CONTRIBUTING.md -------------------------------------------------------------------------------- /lib/MQTTClient/Countdown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/Countdown.h -------------------------------------------------------------------------------- /lib/MQTTClient/EthernetStack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/EthernetStack.h -------------------------------------------------------------------------------- /lib/MQTTClient/FP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/FP.h -------------------------------------------------------------------------------- /lib/MQTTClient/IPStack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/IPStack.h -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTClient.h -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTConnect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTConnect.h -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTConnectClient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTConnectClient.c -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTConnectServer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTConnectServer.c -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTDeserializePublish.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTDeserializePublish.c -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTFormat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTFormat.c -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTFormat.h -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTLogging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTLogging.h -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTPacket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTPacket.c -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTPacket.h -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTPublish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTPublish.h -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTSerializePublish.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTSerializePublish.c -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTSubscribe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTSubscribe.h -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTSubscribeClient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTSubscribeClient.c -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTSubscribeServer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTSubscribeServer.c -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTUnsubscribe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTUnsubscribe.h -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTUnsubscribeClient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTUnsubscribeClient.c -------------------------------------------------------------------------------- /lib/MQTTClient/MQTTUnsubscribeServer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/MQTTUnsubscribeServer.c -------------------------------------------------------------------------------- /lib/MQTTClient/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/README.md -------------------------------------------------------------------------------- /lib/MQTTClient/StackTrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/StackTrace.h -------------------------------------------------------------------------------- /lib/MQTTClient/WifiIPStack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/WifiIPStack.h -------------------------------------------------------------------------------- /lib/MQTTClient/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/about.html -------------------------------------------------------------------------------- /lib/MQTTClient/edl-v10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/edl-v10 -------------------------------------------------------------------------------- /lib/MQTTClient/epl-v10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/epl-v10 -------------------------------------------------------------------------------- /lib/MQTTClient/examples/HelloEthernet/HelloEthernet.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/examples/HelloEthernet/HelloEthernet.ino -------------------------------------------------------------------------------- /lib/MQTTClient/examples/HelloWiFi/HelloWiFi.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/examples/HelloWiFi/HelloWiFi.ino -------------------------------------------------------------------------------- /lib/MQTTClient/examples/QuickstartEthernet/QuickstartEthernet.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/examples/QuickstartEthernet/QuickstartEthernet.ino -------------------------------------------------------------------------------- /lib/MQTTClient/examples/QuickstartWiFi/QuickstartWiFi.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/examples/QuickstartWiFi/QuickstartWiFi.ino -------------------------------------------------------------------------------- /lib/MQTTClient/examples/RegisteredEthernet/RegisteredEthernet.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/examples/RegisteredEthernet/RegisteredEthernet.ino -------------------------------------------------------------------------------- /lib/MQTTClient/examples/RegisteredWiFi/RegisteredWiFi.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/examples/RegisteredWiFi/RegisteredWiFi.ino -------------------------------------------------------------------------------- /lib/MQTTClient/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/library.properties -------------------------------------------------------------------------------- /lib/MQTTClient/notice.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/MQTTClient/notice.html -------------------------------------------------------------------------------- /lib/OneMsTaskTimer/OneMsTaskTimer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/OneMsTaskTimer/OneMsTaskTimer.cpp -------------------------------------------------------------------------------- /lib/OneMsTaskTimer/OneMsTaskTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/OneMsTaskTimer/OneMsTaskTimer.h -------------------------------------------------------------------------------- /lib/OneMsTaskTimer/examples/OneMsTaskTimerBlink/OneMsTaskTimerBlink.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/OneMsTaskTimer/examples/OneMsTaskTimerBlink/OneMsTaskTimerBlink.ino -------------------------------------------------------------------------------- /lib/OneMsTaskTimer/examples/OneMsTaskTimerBlink_1ms/OneMsTaskTimerBlink_1ms.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/OneMsTaskTimer/examples/OneMsTaskTimerBlink_1ms/OneMsTaskTimerBlink_1ms.ino -------------------------------------------------------------------------------- /lib/OneMsTaskTimer/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/OneMsTaskTimer/keywords.txt -------------------------------------------------------------------------------- /lib/OneMsTaskTimer/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/OneMsTaskTimer/library.properties -------------------------------------------------------------------------------- /lib/SD/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/.gitignore -------------------------------------------------------------------------------- /lib/SD/File.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/File.cpp -------------------------------------------------------------------------------- /lib/SD/SD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/SD.cpp -------------------------------------------------------------------------------- /lib/SD/SD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/SD.h -------------------------------------------------------------------------------- /lib/SD/examples/CardInfo/CardInfo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/examples/CardInfo/CardInfo.ino -------------------------------------------------------------------------------- /lib/SD/examples/Datalogger/Datalogger.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/examples/Datalogger/Datalogger.ino -------------------------------------------------------------------------------- /lib/SD/examples/DumpFile/DumpFile.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/examples/DumpFile/DumpFile.ino -------------------------------------------------------------------------------- /lib/SD/examples/Files/Files.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/examples/Files/Files.ino -------------------------------------------------------------------------------- /lib/SD/examples/ReadWrite/ReadWrite.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/examples/ReadWrite/ReadWrite.ino -------------------------------------------------------------------------------- /lib/SD/examples/listfiles/listfiles.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/examples/listfiles/listfiles.ino -------------------------------------------------------------------------------- /lib/SD/library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/library.json -------------------------------------------------------------------------------- /lib/SD/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/readme.md -------------------------------------------------------------------------------- /lib/SD/utility/FatStructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/utility/FatStructs.h -------------------------------------------------------------------------------- /lib/SD/utility/Sd2Card.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/utility/Sd2Card.cpp -------------------------------------------------------------------------------- /lib/SD/utility/Sd2Card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/utility/Sd2Card.h -------------------------------------------------------------------------------- /lib/SD/utility/Sd2PinMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/utility/Sd2PinMap.h -------------------------------------------------------------------------------- /lib/SD/utility/SdFat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/utility/SdFat.h -------------------------------------------------------------------------------- /lib/SD/utility/SdFatUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/utility/SdFatUtil.h -------------------------------------------------------------------------------- /lib/SD/utility/SdFatmainpage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/utility/SdFatmainpage.h -------------------------------------------------------------------------------- /lib/SD/utility/SdFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/utility/SdFile.cpp -------------------------------------------------------------------------------- /lib/SD/utility/SdInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/utility/SdInfo.h -------------------------------------------------------------------------------- /lib/SD/utility/SdVolume.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/SD/utility/SdVolume.cpp -------------------------------------------------------------------------------- /lib/Syslog/.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /lib/Syslog/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/Syslog/README -------------------------------------------------------------------------------- /lib/Syslog/examples/SyslogClient/SyslogClient.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/Syslog/examples/SyslogClient/SyslogClient.ino -------------------------------------------------------------------------------- /lib/Syslog/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/Syslog/keywords.txt -------------------------------------------------------------------------------- /lib/Syslog/syslog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/Syslog/syslog.cpp -------------------------------------------------------------------------------- /lib/Syslog/syslog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/Syslog/syslog.h -------------------------------------------------------------------------------- /lib/aJson/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/aJson/README.md -------------------------------------------------------------------------------- /lib/aJson/aJSON.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/aJson/aJSON.cpp -------------------------------------------------------------------------------- /lib/aJson/aJSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/aJson/aJSON.h -------------------------------------------------------------------------------- /lib/aJson/examples/Json_Example/Json_Example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/aJson/examples/Json_Example/Json_Example.ino -------------------------------------------------------------------------------- /lib/aJson/examples/Json_Serial/Json_Serial.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/aJson/examples/Json_Serial/Json_Serial.ino -------------------------------------------------------------------------------- /lib/aJson/examples/MultiLevelParsing/MultiLevelParsing.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/aJson/examples/MultiLevelParsing/MultiLevelParsing.ino -------------------------------------------------------------------------------- /lib/aJson/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/aJson/keywords.txt -------------------------------------------------------------------------------- /lib/aJson/library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/aJson/library.json -------------------------------------------------------------------------------- /lib/aJson/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/aJson/library.properties -------------------------------------------------------------------------------- /lib/aJson/utility/stringbuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/aJson/utility/stringbuffer.c -------------------------------------------------------------------------------- /lib/aJson/utility/stringbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/lib/aJson/utility/stringbuffer.h -------------------------------------------------------------------------------- /pictures/EK-TM4C1294XL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/pictures/EK-TM4C1294XL.jpg -------------------------------------------------------------------------------- /pictures/pn532_connection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/pictures/pn532_connection.jpg -------------------------------------------------------------------------------- /src/.gitignore: -------------------------------------------------------------------------------- 1 | .pioenvs 2 | .clang_complete 3 | .gcc-flags.json 4 | -------------------------------------------------------------------------------- /src/ACServer/ACServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/ACServer/ACServer.h -------------------------------------------------------------------------------- /src/ACServer/DataRecords.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/ACServer/DataRecords.cpp -------------------------------------------------------------------------------- /src/ACServer/DataRecords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/ACServer/DataRecords.h -------------------------------------------------------------------------------- /src/ACServer/RealACServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/ACServer/RealACServer.cpp -------------------------------------------------------------------------------- /src/ACServer/RealACServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/ACServer/RealACServer.h -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/TESTING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/TESTING.txt -------------------------------------------------------------------------------- /src/acnode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/acnode.cpp -------------------------------------------------------------------------------- /src/acnode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/acnode.h -------------------------------------------------------------------------------- /src/announcer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/announcer.h -------------------------------------------------------------------------------- /src/broadcastannouncer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/broadcastannouncer.cpp -------------------------------------------------------------------------------- /src/broadcastannouncer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/broadcastannouncer.h -------------------------------------------------------------------------------- /src/button.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/button.cpp -------------------------------------------------------------------------------- /src/button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/button.h -------------------------------------------------------------------------------- /src/cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/cache.cpp -------------------------------------------------------------------------------- /src/cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/cache.h -------------------------------------------------------------------------------- /src/cacheoverlay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/cacheoverlay.cpp -------------------------------------------------------------------------------- /src/cacheoverlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/cacheoverlay.h -------------------------------------------------------------------------------- /src/card.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/card.cpp -------------------------------------------------------------------------------- /src/card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/card.h -------------------------------------------------------------------------------- /src/cli.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/cli.cpp -------------------------------------------------------------------------------- /src/cli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/cli.h -------------------------------------------------------------------------------- /src/colour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/colour.cpp -------------------------------------------------------------------------------- /src/colour.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/colour.h -------------------------------------------------------------------------------- /src/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/config.h -------------------------------------------------------------------------------- /src/door.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/door.cpp -------------------------------------------------------------------------------- /src/door.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/door.h -------------------------------------------------------------------------------- /src/doorbot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/doorbot.cpp -------------------------------------------------------------------------------- /src/doorbot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/doorbot.h -------------------------------------------------------------------------------- /src/doorbot_ac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/doorbot_ac.cpp -------------------------------------------------------------------------------- /src/doorbot_ac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/doorbot_ac.h -------------------------------------------------------------------------------- /src/eepromcache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/eepromcache.cpp -------------------------------------------------------------------------------- /src/eepromcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/eepromcache.h -------------------------------------------------------------------------------- /src/every.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/every.cpp -------------------------------------------------------------------------------- /src/every.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/every.h -------------------------------------------------------------------------------- /src/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/macros.h -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/maintainercachemaintainer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/maintainercachemaintainer.cpp -------------------------------------------------------------------------------- /src/maintainercachemaintainer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/maintainercachemaintainer.h -------------------------------------------------------------------------------- /src/menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/menu.cpp -------------------------------------------------------------------------------- /src/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/menu.h -------------------------------------------------------------------------------- /src/microrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/microrl.cpp -------------------------------------------------------------------------------- /src/microrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/microrl.h -------------------------------------------------------------------------------- /src/mqttannouncer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/mqttannouncer.cpp -------------------------------------------------------------------------------- /src/mqttannouncer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/mqttannouncer.h -------------------------------------------------------------------------------- /src/network.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/network.cpp -------------------------------------------------------------------------------- /src/network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/network.h -------------------------------------------------------------------------------- /src/nocache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/nocache.cpp -------------------------------------------------------------------------------- /src/nocache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/nocache.h -------------------------------------------------------------------------------- /src/ramcache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/ramcache.cpp -------------------------------------------------------------------------------- /src/ramcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/ramcache.h -------------------------------------------------------------------------------- /src/rgb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/rgb.cpp -------------------------------------------------------------------------------- /src/rgb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/rgb.h -------------------------------------------------------------------------------- /src/role.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/role.cpp -------------------------------------------------------------------------------- /src/role.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/role.h -------------------------------------------------------------------------------- /src/sdcache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/sdcache.cpp -------------------------------------------------------------------------------- /src/sdcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/sdcache.h -------------------------------------------------------------------------------- /src/settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/settings.cpp -------------------------------------------------------------------------------- /src/settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/settings.h -------------------------------------------------------------------------------- /src/tool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/tool.cpp -------------------------------------------------------------------------------- /src/tool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/tool.h -------------------------------------------------------------------------------- /src/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/utils.cpp -------------------------------------------------------------------------------- /src/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/utils.h -------------------------------------------------------------------------------- /src/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/version.h -------------------------------------------------------------------------------- /src/watchdog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/watchdog.cpp -------------------------------------------------------------------------------- /src/watchdog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/src/watchdog.h -------------------------------------------------------------------------------- /targets/tivac-launchpad/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/targets/tivac-launchpad/CMakeLists.txt -------------------------------------------------------------------------------- /targets/tivac-launchpad/EK-TM4C1294XL.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/targets/tivac-launchpad/EK-TM4C1294XL.cmake -------------------------------------------------------------------------------- /targets/tivac-launchpad/Platform/Connected_Launchpad.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/londonhackspace/acnode-cl/HEAD/targets/tivac-launchpad/Platform/Connected_Launchpad.cmake --------------------------------------------------------------------------------