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!
- Host: GitHub
- URL: https://github.com/techwolf12/package-box
- Owner: Techwolf12
- Created: 2022-05-19T18:44:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T18:44:59.000Z (about 3 years ago)
- Last Synced: 2025-03-20T06:47:50.876Z (3 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)).