home.social

#programmablethings — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #programmablethings, aggregated by home.social.

  1. Coming back to my old #ProgrammableThings project, it's now called #ScriptableThings!

    I've got the sign working again and embedded an "editor" (read as: monospace textarea) so you can directly edit the script on the device through the captive portal!

    You join the sign's WiFi and get a popup browser to control the LEDs. Now you can go into advanced mode and edit the animation JavaScript. That script is loaded onto the ESP and runs straight away.

    #Notes

  2. It's getting a bit Lego-heavy here, but I can't find anything else at the moment.

    At least I've #integrated one of my #toys. 😁

    I used a #SiemensLOGO 0BA5 with #extension to #automate a #Lego #LevelCrossing (4532). It #controls the station #lighting, the #TrafficLights and the level crossing #barrier.

    The #controller runs on 24 #volts, the lighting and the #motor are #regulated down to 3 volts via a #StepDown #module.

    #ProgrammableLogicController #PLC #SPS #Siemens #LOGO #ProgrammableThings

  3. It's getting a bit Lego-heavy here, but I can't find anything else at the moment.

    At least I've #integrated one of my #toys. 😁

    I used a #SiemensLOGO 0BA5 with #extension to #automate a #Lego #LevelCrossing (4532). It #controls the station #lighting, the #TrafficLights and the level crossing #barrier.

    The #controller runs on 24 #volts, the lighting and the #motor are #regulated down to 3 volts via a #StepDown #module.

    #ProgrammableLogicController #PLC #SPS #Siemens #LOGO #ProgrammableThings

  4. Oops, bought another one. At a good price, I can't say no. A programming cable is also included.

    It's about time I installed one again.

    I don't even know how many I have now.

    #SiemensLOGO #Siemens #Ebay #auction #ProgrammableLogicController #PLC #SPS #programmablethings

  5. Cut a first release of #ProgrammableThings today! Still a long way to go and more to develop but it’s an interesting time to start playing around with it more #Notes

    github.com/robb-j/Programmable

  6. Added a captive portal to my #ProgrammableThings project today, the ESP broadcasts a WiFi network that when you join, brings up this web page. On the page you can pick segments of the sign and what colour you want them to be and it live updates them. It uses an <input type=“colour”> which I’ve never had the chance to use before! #Notes

  7. 2 days of infuriating debugging solved in 1 line of code changed 😅 #Notes #ProgrammableThings.

  8. Added a JS Module loader to #ProgrammableThings so you can load other modules on your SD card and played around with the c++ -- JS API to set specific segments from JS #Notes