diff --git a/_config.yml b/_config.yml index fcb4f14..0771802 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,7 @@ keybase_username: ewpratten # Build settings markdown: kramdown kramdown: - input: GFM + # input: GFM syntax_highlighter: rouge # THIS BREAKS THE SITE!! diff --git a/_posts/WIP-2019-07-08-PI3D.md b/_drafts/2019-07-08-PI3D.md similarity index 100% rename from _posts/WIP-2019-07-08-PI3D.md rename to _drafts/2019-07-08-PI3D.md diff --git a/_posts/WIP-2019-08-01-Email-Upgrade.md b/_drafts/2019-08-01-Email-Upgrade.md similarity index 100% rename from _posts/WIP-2019-08-01-Email-Upgrade.md rename to _drafts/2019-08-01-Email-Upgrade.md diff --git a/_posts/WIP-2019-08-13-Learning-hiragana.md b/_drafts/2019-08-13-Learning-hiragana.md similarity index 100% rename from _posts/WIP-2019-08-13-Learning-hiragana.md rename to _drafts/2019-08-13-Learning-hiragana.md diff --git a/_posts/WIP-2019-08-25-Crypto-my-thoughts.md b/_drafts/2019-08-25-Crypto-my-thoughts.md similarity index 100% rename from _posts/WIP-2019-08-25-Crypto-my-thoughts.md rename to _drafts/2019-08-25-Crypto-my-thoughts.md diff --git a/_posts/WIP-2019-09-09-fstrings.md b/_drafts/2019-09-09-fstrings.md similarity index 100% rename from _posts/WIP-2019-09-09-fstrings.md rename to _drafts/2019-09-09-fstrings.md diff --git a/_posts/WIP2019-09-12-DroneLicense.md b/_drafts/2019-09-12-DroneLicense.md similarity index 100% rename from _posts/WIP2019-09-12-DroneLicense.md rename to _drafts/2019-09-12-DroneLicense.md diff --git a/_drafts/2019-09-19-I-want-to-build-a-sat.md b/_drafts/2019-09-19-I-want-to-build-a-sat.md new file mode 100644 index 0000000..ae5b322 --- /dev/null +++ b/_drafts/2019-09-19-I-want-to-build-a-sat.md @@ -0,0 +1,47 @@ +--- +layout: post +title: "I want to build a satellite" +description: "For under $100" +date: 2019-09-19 21:13:00 +categories: idea +redirect_from: + - /post/e9gb3490/ + - /e9gb3490/ +--- + +I like learning and trying new things. Most recently, I have been working with radios, and have obtained a licence to operate some [RPAs](https://en.wikipedia.org/wiki/Unmanned_aerial_vehicle). So, obviously the next step is *space*, right? As I am entering this with near 0 experience, I'm going to start simple. + +## Design +My first satellite project (named [Spike](https://github.com/Ewpratten/Spike)) is designed to do the following: + - Be deployed in [LEO](https://en.wikipedia.org/wiki/Low_Earth_orbit) by a [cubesat launcher](https://en.wikipedia.org/wiki/CubeSat#Launch_and_deployment) + - Be solar powered + - 24/7 data is not required, so the device may go dark + - I may look into an on-board [LCB](https://en.wikipedia.org/wiki/Solid-state_battery) for night operation + - Record temperature, and light levels + - Stream data down to earth + - Burn up in the atmosphere + +I am currently working with the following parts to build a grounded test device. + - [Arduino pro mini](https://www.ebay.com/itm/New-Pro-Micro-ATmega32U4-5V-16MHz-Replace-ATmega328-Arduino-Pro-Mini-/221891843710) + - [315mhz transmitter](https://www.sparkfun.com/products/10535) (This will be replaced) + - [A photocell](https://www.sparkfun.com/products/9088) + - [A TMP102 sensor](https://www.sparkfun.com/products/13314) + +My goal for the grounded test device is for it to survive ~14 weeks of un-attended operation, and some temperature tests. + +## Current progress +Currently, My testing setup consists of the following components that I had lying around: + - Arduino pro mini + - Photocell + - [lm35 sensor](http://www.ti.com/product/LM35) + - Buzzer (To emulate a radio) + + + +The board has been "transmitting" telemetry data for over 24 hours now. + +### Telemetry + + +## Useful resources + - https://makezine.com/2014/04/11/your-own-satellite-7-things-to-know-before-you-go/ \ No newline at end of file diff --git a/_layouts/redir.html b/_layouts/redir.html new file mode 100644 index 0000000..febcfcb --- /dev/null +++ b/_layouts/redir.html @@ -0,0 +1,3 @@ +
+ You are being redirected to {{page.redirect_to}} + \ No newline at end of file diff --git a/_posts/2019-09-11-Buildingimgfrombin.md b/_posts/2019-09-11-Buildingimgfrombin.md index 2b4f265..b77c820 100644 --- a/_posts/2019-09-11-Buildingimgfrombin.md +++ b/_posts/2019-09-11-Buildingimgfrombin.md @@ -9,7 +9,7 @@ redirect_from: - /ef7b3166/ --- -During a computer science class today, we were talking about embedding code and metadata in *jpg* and *bmp* files. @SilasBartha was showing off a program he wrote that watched a directory for new image files, and would display them on a canvas. He then showed us a special image. In this image, he had injected some metadata into the last few pixels, which were not rendered, but told his program where to position the image on the canvas, and it's size. +During a computer science class today, we were talking about embedding code and metadata in *jpg* and *bmp* files. @exvacuum was showing off a program he wrote that watched a directory for new image files, and would display them on a canvas. He then showed us a special image. In this image, he had injected some metadata into the last few pixels, which were not rendered, but told his program where to position the image on the canvas, and it's size. This demo got @hyperliskdev and I thinking about what else we can do with image data. After some talk, the idea of converting application binaries to images came up. I had seen a blog post about visually decoding [OOK data](https://en.wikipedia.org/wiki/On%E2%80%93off_keying) by converting an [IQ capture](http://www.ni.com/tutorial/4805/en/) to an image. With a little adaptation, I did the same for a few binaries on my laptop. diff --git a/_site/about/index.html b/_site/about/index.html index 3e71380..8ceb50e 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -204,7 +204,7 @@ sub rsa4096/0xA61A2F1676E35144 2019-08-11 [] [expires: 2025-08-09] Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2018/06/27/becomeranter.html b/_site/blog/2018/06/27/becomeranter.html index 8c4c73a..6c6b276 100644 --- a/_site/blog/2018/06/27/becomeranter.html +++ b/_site/blog/2018/06/27/becomeranter.html @@ -123,7 +123,7 @@ pip3 install tensorflow-gpu #for gpu processing Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/04/30/frc-languages.html b/_site/blog/2019/04/30/frc-languages.html index 6ef4e9e..1890d8b 100644 --- a/_site/blog/2019/04/30/frc-languages.html +++ b/_site/blog/2019/04/30/frc-languages.html @@ -87,7 +87,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/05/27/building-safe-vision-comms.html b/_site/blog/2019/05/27/building-safe-vision-comms.html index 89aa963..dbb18d6 100644 --- a/_site/blog/2019/05/27/building-safe-vision-comms.html +++ b/_site/blog/2019/05/27/building-safe-vision-comms.html @@ -100,7 +100,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/12/styiling-github.html b/_site/blog/2019/06/12/styiling-github.html index f9180e8..afaa41e 100644 --- a/_site/blog/2019/06/12/styiling-github.html +++ b/_site/blog/2019/06/12/styiling-github.html @@ -111,7 +111,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/16/graphing-w2a.html b/_site/blog/2019/06/16/graphing-w2a.html index bef46b8..d97a8f7 100644 --- a/_site/blog/2019/06/16/graphing-w2a.html +++ b/_site/blog/2019/06/16/graphing-w2a.html @@ -125,7 +125,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/17/amm2m1-release.html b/_site/blog/2019/06/17/amm2m1-release.html index 9205e84..84cf552 100644 --- a/_site/blog/2019/06/17/amm2m1-release.html +++ b/_site/blog/2019/06/17/amm2m1-release.html @@ -84,7 +84,7 @@ Your browser does not support audio players Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/21/robot-experiences.html b/_site/blog/2019/06/21/robot-experiences.html index 6097b60..06d9ab3 100644 --- a/_site/blog/2019/06/21/robot-experiences.html +++ b/_site/blog/2019/06/21/robot-experiences.html @@ -124,7 +124,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/23/googlectf.html b/_site/blog/2019/06/23/googlectf.html index c2b2575..cc446b1 100644 --- a/_site/blog/2019/06/23/googlectf.html +++ b/_site/blog/2019/06/23/googlectf.html @@ -82,7 +82,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/24/languagehunt2.html b/_site/blog/2019/06/24/languagehunt2.html index 9a25005..ec0659b 100644 --- a/_site/blog/2019/06/24/languagehunt2.html +++ b/_site/blog/2019/06/24/languagehunt2.html @@ -82,7 +82,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/26/bashsmash.html b/_site/blog/2019/06/26/bashsmash.html index 7073d4b..753bda6 100644 --- a/_site/blog/2019/06/26/bashsmash.html +++ b/_site/blog/2019/06/26/bashsmash.html @@ -191,7 +191,7 @@ __() {/???/???/???n?f Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/27/pwnlink.html b/_site/blog/2019/06/27/pwnlink.html index 3a72c10..a6c37f0 100644 --- a/_site/blog/2019/06/27/pwnlink.html +++ b/_site/blog/2019/06/27/pwnlink.html @@ -112,7 +112,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/27/python.html b/_site/blog/2019/06/27/python.html index 9528f4c..3d33a00 100644 --- a/_site/blog/2019/06/27/python.html +++ b/_site/blog/2019/06/27/python.html @@ -177,7 +177,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/07/01/devdns.html b/_site/blog/2019/07/01/devdns.html index f081294..c87c55a 100644 --- a/_site/blog/2019/07/01/devdns.html +++ b/_site/blog/2019/07/01/devdns.html @@ -101,7 +101,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/07/06/scrapingfrcgithub.html b/_site/blog/2019/07/06/scrapingfrcgithub.html index 9ed6230..320c39c 100644 --- a/_site/blog/2019/07/06/scrapingfrcgithub.html +++ b/_site/blog/2019/07/06/scrapingfrcgithub.html @@ -174,7 +174,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/07/13/lookback-gmad.html b/_site/blog/2019/07/13/lookback-gmad.html index ef5efa9..20a25b1 100644 --- a/_site/blog/2019/07/13/lookback-gmad.html +++ b/_site/blog/2019/07/13/lookback-gmad.html @@ -95,7 +95,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/07/15/mindmap.html b/_site/blog/2019/07/15/mindmap.html index 3dd9d17..a601369 100644 --- a/_site/blog/2019/07/15/mindmap.html +++ b/_site/blog/2019/07/15/mindmap.html @@ -189,7 +189,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/08/10/why-i-carry-nfc.html b/_site/blog/2019/08/10/why-i-carry-nfc.html index 09d08d6..edfd379 100644 --- a/_site/blog/2019/08/10/why-i-carry-nfc.html +++ b/_site/blog/2019/08/10/why-i-carry-nfc.html @@ -107,7 +107,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/08/12/setting-up-ja.html b/_site/blog/2019/08/12/setting-up-ja.html index 3a6b5a1..d6fc934 100644 --- a/_site/blog/2019/08/12/setting-up-ja.html +++ b/_site/blog/2019/08/12/setting-up-ja.html @@ -152,7 +152,7 @@ ibus-daemon -drx Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/08/24/shift2.html b/_site/blog/2019/08/24/shift2.html index c58353d..04622ef 100644 --- a/_site/blog/2019/08/24/shift2.html +++ b/_site/blog/2019/08/24/shift2.html @@ -137,7 +137,7 @@ shift2 -h Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/08/27/github-cleanup.html b/_site/blog/2019/08/27/github-cleanup.html index 9fe0a16..3073438 100644 --- a/_site/blog/2019/08/27/github-cleanup.html +++ b/_site/blog/2019/08/27/github-cleanup.html @@ -108,7 +108,7 @@ Starting from the top, scroll through, and middle click on anything you want to Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/09/07/wrong-python.html b/_site/blog/2019/09/07/wrong-python.html index 269209a..5efa5c0 100644 --- a/_site/blog/2019/09/07/wrong-python.html +++ b/_site/blog/2019/09/07/wrong-python.html @@ -157,7 +157,7 @@ fn printMyNumber(MyClass* self){ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/index.html b/_site/blog/index.html index cbcc96b..2787beb 100644 --- a/_site/blog/index.html +++ b/_site/blog/index.html @@ -64,22 +64,22 @@ Featured PostSimple, yet fun
- View +For under $100
+ ViewSimple, yet fun
+For under $100
My experiences
+ + + + + + + + + + +Simple, yet fun
+ + + + + + + + + + +Every language should have this feature
+ + + + + + + + +My thoughts on this statement
+ + + + + + + + +Automation is fun!
+ + + + + + + + +It's finally almost fixed!
+ + + + + + + + +The never ending stream of projects
+ + + + + + + + +