An open API service indexing awesome lists of open source software.

https://github.com/techwolf12/package-box

Building a box for delivery personel to put my package in!
https://github.com/techwolf12/package-box

Last synced: 3 months ago
JSON representation

Building a box for delivery personel to put my package in!

Awesome Lists containing this project

README

        

package-box
====

The goal of this project is to create a internet connected package box for postal services to deliver packages when you are not home.
This project will feature a Cubecell LoRaWAN module along with the 3d models for the electronic enclosure and the specifications for the box itself.

Why?
======
First off, why not! Mainly because it was a idea I had where I can work with metal, and I've been wanting to learn how to weld.

Another reason, I've been missing a few packages lately, and the whole delivering the next day again is just wasted time and CO2! If we can improve on that, why shouldn't we? :)

Handy stuff
======
[For converting a string of bytes to a uint8_t byte array, you can use this simple cyberchef recipe](https://chef.techwolf12.nl/#recipe=Find_/_Replace(%7B'option':'Regex','string':'(..)'%7D,'0x$1,%20',true,false,true,false)Find_/_Replace(%7B'option':'Regex','string':'%5E'%7D,'%7B%20',true,false,true,false)Find_/_Replace(%7B'option':'Regex','string':',%20$'%7D,'%20%7D',true,false,true,false)).