ReMarkable

https://github.com/reHackable/awesome-reMarkable

jbeard4 15 hours ago
I have been very happy with my ReMarkable 1, and have ordered the ReMarkable 2.0.Hacker News might be interested in the active development community around the device: https://github.com/reHackable/awesome-reMarkable The device is open. It’s just an embedded linux device. You can ssh into it, and run arbitrary code. The SDK is based on Qt. You can also connect a keyboard to it over a USB-on-the-go port.I have been imagining porting a lightweight Qt-based virtual terminal to the device and using it as an e-ink unix terminal. Alas, I have not yet had the cycles to complete this project.

https://remarkable.com/#Watch_the_video

OBS Studio: Open-source software for video recording and live streaming

OBS Studio: Open-source software for video recording and live streaming

From the HN Thread

  • There are a lot of tutorials around learning OBS. One of the best ones that I’ve come across is EposVox’s OBS Studo Master Class 2018. It helps you figure out what you want to learn and covers a large swath of the various OBS functionalities. EposVox’s OBS Studio Master Class 2018 YouTube Playlist: https://www.youtube.com/playlist?list=PLzo7l8HTJNK-IKzM_zDic…
Read More

Off-Grid Cyberdeck: Raspberry Pi Recovery Kit

Off-Grid Cyberdeck! The Raspberry Pi Recovery Kit

https://back7.co/home/raspberry-pi-recovery-kit

https://news.ycombinator.com/item?id=21647398

Building Internet-connected things seems obvious today, but what about when there’s no Internet?

 The concept often feels like something out of a science fiction movie or a doomsday prepper’s handbook- and while this device can work in both scenarios, it’s also about understanding resiliency for your projects and being a good steward of the systems in place today.

More off grid projects:

Read More

Watering plants with a Raspberry Pi

Ask HN: What do you do with your Raspberry Pi?

Plant watering

The pi runs a reddit bot that reads the votes, and can switch on a pump to water. It also collects data about sunlight, moisture, temp and humidity to help inform the decision about watering. Despite many people’s preconceptions about the goodness of the internet, I must admit that they do a wonderful job caring for my plant!

website: http://www.takecareofmyplant.com

subreddit w/ voting: http://old.reddit.com/r/takecareofmyplant (also has a lot of info if you want to do it yourself)

Similar project:

Raspberry pi is automatically uploading video of each watering to YouTube (https://www.youtube.com/channel/UCtl442fLi6KAOowkw_w83rA/vid…) and informing me with summary (incl. watering duration, soil moisture level, temperature, humidity, light level etc.).

I’m using a cheap submersible water pump controlled via relay by a python script running on raspberry pi. Water pump is connected to a clear vinyl tube for water distribution to the plant.

Availability of water level at source is checked by a non-contact liquid level sensor.

Triggers for watering plant are defined as follows: 1. There is water in tank / source (checked by non-contact liquid level sensor) 2. Soil moisture level is below certain threshold (measured by 2 soil moisture capacity sensors embedded in the plant) 3. Watering duration is determined by current soil moisture level; Python script activates relay to run the pump for the right duration. 4. Same python script also: – activates camera to record watering (+2s buffer to have all on the video) via usb cam connected to the pi (leveraging opencv lib) – uploads recorded video automatically to youtube channel (if pi has internet connection) – summarizes watering event and sends me notification with link to the recording and other helpful stats (temp, humidity, moisture level etc.) – saves all metrics to sqllite db for future reference

Key parts I ended up using for the project: 1. Water pump: https://www.amazon.com/gp/product/B01LWXV7DE/ref=ppx_yo_dt_b…

2. Non-contact Liquid Level Sensor -XKC-Y25-NPN: https://www.amazon.com/gp/product/B07D3246BH/ref=ppx_yo_dt_b…

3. Gikfun Capacitive Soil Moisture Sensor: https://www.amazon.com/gp/product/B07H3P1NRM/ref=ppx_yo_dt_b…

4. Relay: https://www.amazon.com/KeeYees-Channel-Indicator-Arduino-Ras… (though I just bought my when visiting Fry’s)