▲ 17 r/SelfHosting+1 crossposts

Using Upline to put an 8-bit mcu (ATtiny85) on the net

I built an open source serial protocol called Upline that puts any Arduino on the public internet without adding a radio - no WiFi, no ESP32, no shield, and no 3rd party accounts/services (i.e. no Particle, Adafruit IO, Blyn, VPN, Home Assistant, Tailscale, or Nabu Casa). Upline devices self-identify their full range of capabilities, then Seamside allows any device that speaks upline to be used in frames and shared with a URL that directly serves from your local computer.

u/akumpf — 7 days ago

I run a home bakery with a farm stand. Wanted to predict turnout so I can plan how much sourdough I need and when to bake/sell it. Made it free for anyone to use in the seamside app.

u/akumpf — 15 days ago

What would you make if your USB-connected Arduino could directly serve things on the internet (or other remote Arduino boards)?

Already lots of ways to get an Arduino talking to the net, but usually needs some combo of WiFi, cloud APIs, account integration, or VPNs. What if you could just plug in your board via USB to a laptop and then serve it directly? Things like status boards, push notifications, DIY kitchen tools, remote control of your garden, interactive games, etc.? Looking to extend Seamside to support Arduino which would allow for peer-to-peer (p2p) capabilities and browser connectivity to local USB/BT devices.

u/akumpf — 24 days ago

Start server-less for projects that only need to scale from 2-200 users.

Seamside is a new platform that securely hosts content directly from your own device(s), making it completely free. And you can always migrate to a traditional server later on if/when you actually need to scale up. More info in the about page and user docs.

u/akumpf — 25 days ago