Compare commits
2 Commits
9e67ea7a2f
...
a8526636c4
| Author | SHA1 | Date | |
|---|---|---|---|
| a8526636c4 | |||
| cf7184b4e6 |
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
@ -5,7 +5,7 @@ title: "F/D-19 Zowort"
|
|||||||
page: "model-kits/gundam/hg/zowort"
|
page: "model-kits/gundam/hg/zowort"
|
||||||
model_name: "F/D-19 Zowort"
|
model_name: "F/D-19 Zowort"
|
||||||
date: "1990-01-01"
|
date: "1990-01-01"
|
||||||
status: "Still in box"
|
status: "Built"
|
||||||
price: "€23,99"
|
price: "€23,99"
|
||||||
series: "Mobile Suit Gundam the Witch from Mercury"
|
series: "Mobile Suit Gundam the Witch from Mercury"
|
||||||
scale: "1/144"
|
scale: "1/144"
|
||||||
@ -14,7 +14,6 @@ release: "2023"
|
|||||||
manufacturer: "Bandai Spirits"
|
manufacturer: "Bandai Spirits"
|
||||||
purchase_date: "2024-09-11"
|
purchase_date: "2024-09-11"
|
||||||
purchase_store: "Gameforce"
|
purchase_store: "Gameforce"
|
||||||
purchase_venue: "Winkel"
|
|
||||||
purchase_location: "Eindhoven, Netherlands"
|
purchase_location: "Eindhoven, Netherlands"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
logosub: "Software developer"
|
logosub: "Technical Specialist, Automation"
|
||||||
language: "en"
|
language: "en"
|
||||||
title: "Attachment module"
|
title: "Attachment module"
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
logosub: "Software developer"
|
logosub: "Avans TI student, year 1"
|
||||||
language: "en"
|
language: "en"
|
||||||
title: "Board of Education Bot"
|
title: "Board of Education Bot"
|
||||||
---
|
---
|
||||||
|
|||||||
168
portfolio/pages/en/software/projects/configuration-automation.md
Normal file
168
portfolio/pages/en/software/projects/configuration-automation.md
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
---
|
||||||
|
logosub: "Technical Specialist, Automation"
|
||||||
|
language: "en"
|
||||||
|
title: "Configuration Automation"
|
||||||
|
---
|
||||||
|
|
||||||
|
At <a href="https://www.hitachivantara.com/" target="_blank" rel="noopener noreferrer">Hitachi Vantara</a> I worked on automating a configuration process using <a href="https://www.python.org/" target="_blank" rel="noopener noreferrer">Python</a> and several external API.
|
||||||
|
|
||||||
|
Products would be picked, assembled, configured and finally packaged for shipping at the distribution centre where I collaborated on this project. Configuration happend by connecting a Windows laptop to the product and apply settings. This related to the product's operating system, network and storage settings.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/hitachi/cto-config-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/hitachi/cto-config-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/hitachi/cto-config-w800.webp"
|
||||||
|
alt="CTO configuration"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/hitachi/cto-config-w800.webp">
|
||||||
|
CTO configuration
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
This project started as a locally run Python 2 script, to only automate very specific settings. It later moved to USB drives and eventually to a VM on a network.
|
||||||
|
|
||||||
|
It eventually grew to support multiple product lines and at this moment I joined the other programmer to further extend this software after my internship.
|
||||||
|
|
||||||
|
Here I learnt working properly with Git and designing software architecture. I also learnt how to create automation by interfacing by GUI automation with <a href="https://www.autohotkey.com/" target="_blank" rel="noopener noreferrer">AutoHotkey</a> and combine multiple APIs to achieve results.
|
||||||
|
|
||||||
|
The automation software also used other resources like <a href="https://ttssh2.osdn.jp/index.html.en" target="_blank" rel="noopener noreferrer">Tera Term</a> scripts.
|
||||||
|
|
||||||
|
Another fun thing I added was an <a href="https://www.raritan.com/products/power/power-distribution" target="_blank" rel="noopener noreferrer">iPDU</a> where Python could safely powercycle 230 Volt AC power consumers. This was useful to power down devices when the distribution center was not operating at night to reduce costs.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/hitachi/cto-laptop-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/hitachi/cto-laptop-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/hitachi/cto-laptop-w800.webp"
|
||||||
|
alt="CTO laptop"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/hitachi/cto-laptop-w800.webp">
|
||||||
|
CTO laptop
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
Creating the release of this software had to be done by running a batch script to create a bundled set of Python files. These files were then uploaded to the VM located in a European distribution center in the Netherlands. This VM is then used to run the software from on a local network on which all configuration laptops were connected to. A WinSCP script would then sync the contents of all VM's in distribution centres located in Singapore, United States and China in 24 hours.
|
||||||
|
|
||||||
|
A script (stub) on the configuration laptop would connect to the VM and run Python locally to receive instructions. The technician selects the product through a CLI menu and automated configuration starts.
|
||||||
|
|
||||||
|
Dedicated storage managing software had to be installed, so communicating with the Japanese supplier was always important. This software and other assets were separately deployed to create a stable configuration process.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/hitachi/storage-chassis-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/hitachi/storage-chassis-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/hitachi/storage-chassis-w800.webp"
|
||||||
|
alt="Storage Chassis"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/hitachi/storage-chassis-w800.webp">
|
||||||
|
Storage Chassis
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Feedback
|
||||||
|
|
||||||
|
The application generated log files with each configuration and then upload these back to the VM after configuration was complete or halted. These logs were sorted under product name and the order number. But quite often, I found it very productive to go to the configuration area and simply talk with the technician to figure out what went wrong. Depending on the severity of the problem, it would get documented in Gitlab issues. On a weekly basis, issues would get assigned among developers.
|
||||||
|
|
||||||
|
Communication is always important and essential for proper DevOps. The people who operate and configure these machines daily often know a lot more details that can be used to optimize the software. But be certain to make them realize that they also contribute to profit, rather than believing their job may become obsolete.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/hitachi/hitachi-banner-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/hitachi/hitachi-banner-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/hitachi/hitachi-banner-w800.webp"
|
||||||
|
alt="HiCEF banner"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/hitachi/hitachi-banner-w800.webp">
|
||||||
|
HiCEF banner
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Lessons learn
|
||||||
|
|
||||||
|
Being a programmer, I was mostly concerned with the software. But it requires hardware to run on. When the software does not work because of differences in the platform the software run on, what is there to do? I eventually started managing around 40 configuration laptops, using <a href="https://clonezilla.org/" target="_blank" rel="noopener noreferrer">Clonezilla</a> to create identical machines.
|
||||||
|
|
||||||
|
Docker would have been an ideal solution, but I did not know much of it at the time.
|
||||||
|
|
||||||
|
Also my many points of learning in git merges, creating release tags, deploying broken versions of the software and immediately needing to patch with hotfixes, all contributed to my learning of software development.
|
||||||
|
|
||||||
|
Automation demands an equalized platform to run on and once it is deployed, hundreds of products will be making use of it. So, thinking something over and propely design and architecture software is much more time-saving than quickly meeting deadlines.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/hitachi/many-laptops-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/hitachi/many-laptops-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/hitachi/many-laptops-w800.webp"
|
||||||
|
alt="Many laptops"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/hitachi/many-laptops-w800.webp">
|
||||||
|
Many laptops
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
@ -0,0 +1,48 @@
|
|||||||
|
---
|
||||||
|
logosub: "Backend developer"
|
||||||
|
language: "en"
|
||||||
|
title: "Digital Experience Platform"
|
||||||
|
---
|
||||||
|
|
||||||
|
A "Digital Experience Platform" is basically interactive software where data can be maintained, not much different from a regular application. But it's a marketing term, because software also needs to be sold. One such DXP I loved working on was for <a href="https://www.opple.eu/" target="_blank" rel="noopener noreferrer">OPPLE</a>. They are a brand of lighting products and have over 14000 different items.
|
||||||
|
|
||||||
|
My contributions were taking ownership of their catalog generator tool and maintaining the data of their products in <a href="https://www.drupal.org/" target="_blank" rel="noopener noreferrer">Drupal</a> on their website.
|
||||||
|
|
||||||
|
## OPPLE Catalog Generator
|
||||||
|
|
||||||
|
All the data was supplied through an external API by <a href="https://www.compano.com/" target="_blank" rel="noopener noreferrer">Compano</a> and through an uploaded XML file. This data had to be parsed and converged into a logical structure so that products and product families were matched along with their features, photographs, accessoires, dimensional drawings, sensor diagrams and more. And all data is <a href="https://en.wikipedia.org/wiki/Multilingualism" target="_blank" rel="noopener noreferrer">multilingual</a>. And of course data had to be exchanged through excel files for pricelists and tender texts. Data was used interchangably between different tools and websites.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/opple/opple-catalog-w240.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/opple/opple-catalog.webp"
|
||||||
|
alt="OPPLE product catalog"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/opple/opple-catalog.webp">
|
||||||
|
OPPLE product catalog
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
The catalog generator makes use of the Drupal platform as an intranet portal where thousands of PDF's could be automatically generated in a single batch. The customer only has to alter the data and the layouts and appropriate sections appear.
|
||||||
|
|
||||||
|
## Legacy code
|
||||||
|
|
||||||
|
This project was handed to me as a <a href="https://en.wikipedia.org/wiki/Monolithic_application" target="_blank" rel="noopener noreferrer">monolithic source</a>, with only 1 PHP file containing all the rendering logic and handling exceptions (as in, many products had their own unique, exceptional attributes). This was a project that had outgrown itself and was hard to scale further due to the current structure. I had to improve the code base, while retaining the legacy functions. But because everything was so tightly coupled I had to make sure a change did not break functionality elsewhere. The key is to write new code and provide "safety nets" for older code.
|
||||||
|
|
||||||
|
A common misconception is to think by creating quick code, is easy gain. Not much effort, just copy and paste the existing logic and adjust it a bit. Then put it in the same file, no need to document it. But by building up <a href="https://en.wikipedia.org/wiki/Technical_debt" target="_blank" rel="noopener noreferrer">Technical Dept</a>, you will either leave this code behind or you will forget how everything works. Making code scalable, is essential. Even for "small" or "temporary" projects. Do not take shortcuts, thinking it will save time or meet the deadline.
|
||||||
|
|
||||||
|
## Improvement
|
||||||
|
|
||||||
|
Restructuring code built as such requires mostly patience. You cannot instantly restart everything, as this tool is used in production. You cannot create a new architecture complete with diagrams, there is currently no time. It is not the only project I work on, there are 20 other projects that also require attention. Instead, I started by moving functions around every time I worked on a new feature for the tool. Dedicating existing functions to separate module files was the start. Creating object-oriented code for new features was the next step. Applying unit tests came next. As long as a new feature request did not exceed in time, it could be slowly prepared to grow by having prework done every time.
|
||||||
|
|
||||||
|
Eventually, it became a tool with composed logic, making future maintenance and feature requests a lot more simple.
|
||||||
|
|
||||||
|
Moving forward with a structured tool, I am proud to have collaborated on this project and improved upon it. But when I was no longer working on this project, it got outsourced or abandoned. To me, this really was a project that was handed down from developer to developer and code just got copied and pasted. There were so many lines of code confined within if-statements, a lot of duplicate code. I am not surprised this project was abandoned and sadly I put many hours of unpaid work into this project to make it better, but it also became complexer. Again, to me it means that taking time beforehand to desing and architecture the software would make more of a difference. Not, here is the code, add this feature, you have 5 hours according to Jira.
|
||||||
@ -0,0 +1,86 @@
|
|||||||
|
---
|
||||||
|
logosub: "Avans TI student, year 3"
|
||||||
|
language: "en"
|
||||||
|
title: "Embedded Internet Radio"
|
||||||
|
---
|
||||||
|
|
||||||
|
This project gave me the opportunity to work with the SIR120 internet radio made by the company StreamIT. The radio involved connecting to exiting internet streams and interfacing with the <a href="https://en.wikipedia.org/wiki/Liquid-crystal_display" target="_blank" rel="noopener noreferrer">LCD</a> and buttons on the device. The code was written in <a href="https://en.wikipedia.org/wiki/C_(programming_language)" target="_blank" rel="noopener noreferrer">C</a>.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/embedded-internet-radio/front-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/embedded-internet-radio/front-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/embedded-internet-radio/front.webp"
|
||||||
|
alt="Radio front"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/embedded-internet-radio/front.webp">
|
||||||
|
Radio front
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
The radio had an existing operating system called <a href="https://en.wikipedia.org/wiki/Ethernut" target="_blank" rel="noopener noreferrer">Nut/OS</a>, an open source OS. Nut/OS provided the TCP/IP stack we required to connect the device to the internet. The radio was able to play a select number of internet streams. The user could read the stream channel on the LCD and use the buttons to navigate between them.
|
||||||
|
|
||||||
|
This project often had code overhauls because our code kept moving towards a more <a href="https://en.wikipedia.org/wiki/Object-oriented_programming" target="_blank" rel="noopener noreferrer">OOP</a> approach using structs rather than large chunks of produral code.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/embedded-internet-radio/inside-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/embedded-internet-radio/inside-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/embedded-internet-radio/inside.webp"
|
||||||
|
alt="Radio insides"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/embedded-internet-radio/inside.webp">
|
||||||
|
Radio insides
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
## Design
|
||||||
|
|
||||||
|
A simple flowchart was created to show how the user could navigate through the menu.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/embedded-internet-radio/flowchart-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/embedded-internet-radio/flowchart-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/embedded-internet-radio/flowchart-w800.webp"
|
||||||
|
alt="Radio insides"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/embedded-internet-radio/flowchart.webp">
|
||||||
|
Menu flowchart
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
182
portfolio/pages/en/software/projects/festival-simulator.md
Normal file
182
portfolio/pages/en/software/projects/festival-simulator.md
Normal file
@ -0,0 +1,182 @@
|
|||||||
|
---
|
||||||
|
logosub: "Avans TI student, year 2"
|
||||||
|
language: "en"
|
||||||
|
title: "Festival Simulator"
|
||||||
|
---
|
||||||
|
|
||||||
|
A team project in which a festival can be simulated to view how crowds of people behave. It was named: "SimFest-Tycoon". The user can build festivals, roads, snackbars and assign time periods when a band plays at a stage. The project was programmed in Java. A school project made by four people. The software allows users to build their own festival grounds. Snackbarstands, toilets, roads and stages can be placed to view how people form crowds and bottlenecks in certain areas. The user can also assign a band that plays for a certain time at a stage using a scheduler.
|
||||||
|
|
||||||
|
The band has a timeperiod and popularity, which affects the amount of people visiting that stage. The goal of this software is create an overview of potential bottlenecks and overcrowded areas.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft2-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft2-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/festival-simulator/sft2-w800.webp"
|
||||||
|
alt="Screenshot festival simulator"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/festival-simulator/sft2.webp">
|
||||||
|
Screenshot festival simulator
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft4-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft4-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/festival-simulator/sft4-w800.webp"
|
||||||
|
alt="Screenshot festival simulator"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/festival-simulator/sft4.webp">
|
||||||
|
Screenshot festival simulator
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft5-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft5-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/festival-simulator/sft5-w800.webp"
|
||||||
|
alt="Screenshot festival simulator"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/festival-simulator/sft5.webp">
|
||||||
|
Screenshot festival simulator
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft7-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft7-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/festival-simulator/sft7-w800.webp"
|
||||||
|
alt="Screenshot festival simulator"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/festival-simulator/sft7.webp">
|
||||||
|
Screenshot festival simulator
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft8-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft8-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/festival-simulator/sft8-w800.webp"
|
||||||
|
alt="Screenshot festival simulator"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/festival-simulator/sft8.webp">
|
||||||
|
Screenshot festival simulator
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft9-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft9-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/festival-simulator/sft9-w800.webp"
|
||||||
|
alt="Screenshot festival simulator"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/festival-simulator/sft9.webp">
|
||||||
|
Screenshot festival simulator
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft10-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/festival-simulator/sft10-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/festival-simulator/sft10-w800.webp"
|
||||||
|
alt="Screenshot festival simulator"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/festival-simulator/sft10.webp">
|
||||||
|
Screenshot festival simulator
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
57
portfolio/pages/en/software/projects/ios-airports.md
Normal file
57
portfolio/pages/en/software/projects/ios-airports.md
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
---
|
||||||
|
logosub: "Avans TI student, year 4"
|
||||||
|
language: "en"
|
||||||
|
title: "iOS Airports"
|
||||||
|
---
|
||||||
|
|
||||||
|
A mobile iPhone application using a <a href="https://sqlite.org/" target="_blank" rel="noopener noreferrer">SQLite</a> database to display airports around the world. With this project I got to experience working with <a href="https://en.wikipedia.org/wiki/Xcode" target="_blank" rel="noopener noreferrer">Xcode</a> and <a href="https://en.wikipedia.org/wiki/Swift_(programming_language)" target="_blank" rel="noopener noreferrer">Swift</a> to develop iOS mobile applications.
|
||||||
|
|
||||||
|
Source code can be seen on my Github page: <a href="https://github.com/PA4KEV/iOS-Airports" target="_blank" rel="noopener noreferrer">github.com</a>
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/ios-airports/screenshot-1-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/ios-airports/screenshot-1-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/ios-airports/screenshot-1.webp"
|
||||||
|
alt="Radio front"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/ios-airports/screenshot-1.webp">
|
||||||
|
Screenshots
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/ios-airports/screenshot-2-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/ios-airports/screenshot-2-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/ios-airports/screenshot-2.webp"
|
||||||
|
alt="Radio front"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/ios-airports/screenshot-2.webp">
|
||||||
|
Screenshots
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
101
portfolio/pages/en/software/projects/kanji-application.md
Normal file
101
portfolio/pages/en/software/projects/kanji-application.md
Normal file
@ -0,0 +1,101 @@
|
|||||||
|
---
|
||||||
|
logosub: "Software developer"
|
||||||
|
language: "en"
|
||||||
|
title: "Kanji flashcard Android application"
|
||||||
|
---
|
||||||
|
|
||||||
|
In my free time I like to learn Japanese. I am married with someone from Japan, so being able talk with her parents in their own language is nice! You also pick up much of the culture through learning the language.
|
||||||
|
|
||||||
|
I wanted a personalized way to learn <a href="https://en.wikipedia.org/wiki/Kanji" target="_blank" rel="noopener noreferrer">Kanji</a>. I keep track of the words I want to learn in a small <a href="https://sqlite.org/" target="_blank" rel="noopener noreferrer">SQLite</a> database. If I come across a Japanese word, I can enter it in the database myself, because many language learning applications give you a preset of words, usually of the <a href="https://en.wikipedia.org/wiki/J%C5%8Dy%C5%8D_kanji" target="_blank" rel="noopener noreferrer">jōyō Kanji</a>. The database can also be exported and imported to a file from the application.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/kanji-application/logo-w240.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/kanji-application/logo.webp"
|
||||||
|
alt="Application logo"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Tools
|
||||||
|
|
||||||
|
<a href="https://www.java.com" target="_blank" rel="noopener noreferrer">Java</a> and <a href="https://en.wikipedia.org/wiki/Android_Studio" target="_blank" rel="noopener noreferrer">Android studio</a> were used to create this application.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/kanji-application/screenshot-1-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/kanji-application/screenshot-1-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/kanji-application/screenshot-1.webp"
|
||||||
|
alt="Screenshots flash card"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/kanji-application/screenshot-1.webp">
|
||||||
|
Screenshots flash card
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
## Customizability
|
||||||
|
|
||||||
|
Through user input, the difficulty of a Kanji is determined. A Kanji that is guessed wrong often will increase in difficulty and can be asked more frequently. Questioning can be done based on time and certain aspects of the Kanji can be shown or hidden. I added a dark- and light mode and the sizes of the characters can be changed.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/kanji-application/screenshot-2-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/kanji-application/screenshot-2-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/kanji-application/screenshot-2.webp"
|
||||||
|
alt="Screenshots settings"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/kanji-application/screenshot-2.webp">
|
||||||
|
Screenshots settings
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/kanji-application/screenshot-3-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/kanji-application/screenshot-3-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/kanji-application/screenshot-3.webp"
|
||||||
|
alt="Screenshots user input"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/kanji-application/screenshot-3.webp">
|
||||||
|
Screenshots user input
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
132
portfolio/pages/en/software/projects/metroid-shooter.md
Normal file
132
portfolio/pages/en/software/projects/metroid-shooter.md
Normal file
@ -0,0 +1,132 @@
|
|||||||
|
---
|
||||||
|
logosub: "Avans TI student, year 2"
|
||||||
|
language: "en"
|
||||||
|
title: "Metroid Horizontal Shooter"
|
||||||
|
---
|
||||||
|
|
||||||
|
A simple Java 2D game using Nintendo's <a href="https://en.wikipedia.org/wiki/Metroid" target="_blank" rel="noopener noreferrer">Metroid</a> franchise sprites. This was a school project. This little game I made to practice programming with 2D graphics. It slowly gained more and more features like extra weapons and different levels, because I really enjoyed working on this project.
|
||||||
|
|
||||||
|
The point of this project was to learn sprite rendering and moving it on X- and Y-axes on the screen. It does not make use of a predefined game engine.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/metroid/MetroidScreen1-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/metroid/MetroidScreen1-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/metroid/MetroidScreen1-w800.webp"
|
||||||
|
alt="Screenshot Bull enemies"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/metroid/MetroidScreen1.webp">
|
||||||
|
Screenshot Bull enemies
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/metroid/MetroidScreen2-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/metroid/MetroidScreen2-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/metroid/MetroidScreen2-w800.webp"
|
||||||
|
alt="Screenshot Kihunter enemies"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/metroid/MetroidScreen2.webp">
|
||||||
|
Screenshot Kihunter enemies
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/metroid/MetroidScreen3-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/metroid/MetroidScreen3-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/metroid/MetroidScreen3-w800.webp"
|
||||||
|
alt="Screenshot player equipment"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/metroid/MetroidScreen3.webp">
|
||||||
|
Screenshot player equipment
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/metroid/MetroidScreen4-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/metroid/MetroidScreen4-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/metroid/MetroidScreen4-w800.webp"
|
||||||
|
alt="Screenshot level selection"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/metroid/MetroidScreen4.webp">
|
||||||
|
Screenshot level selection
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/metroid/MetroidScreen5-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/metroid/MetroidScreen5-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/metroid/MetroidScreen5-w800.webp"
|
||||||
|
alt="Screenshot Gamet enemies"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/metroid/MetroidScreen5.webp">
|
||||||
|
Screenshot Gamet enemies
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
107
portfolio/pages/en/software/projects/raspberry-pi-jukebox.md
Normal file
107
portfolio/pages/en/software/projects/raspberry-pi-jukebox.md
Normal file
@ -0,0 +1,107 @@
|
|||||||
|
---
|
||||||
|
logosub: "Hardware tweaker"
|
||||||
|
language: "en"
|
||||||
|
title: "Raspberry Pi Jukebox"
|
||||||
|
---
|
||||||
|
|
||||||
|
I used a <a href="https://www.raspberrypi.org/" target="_blank" rel="noopener noreferrer">Raspberry Pi</a> to stream internet radio. <a href="https://www.python.org/" target="_blank" rel="noopener noreferrer">Python</a> and <a href="https://flask.palletsprojects.com/" target="_blank" rel="noopener noreferrer">Flask</a> were used to create a simple website interface that resided on the Raspberry Pi using the Apache web engine. This simple site had buttons to control the LEDs, the station to stream and to adjust the volume.
|
||||||
|
|
||||||
|
The LEDs were controlled using an <a href="https://www.arduino.cc/" target="_blank" rel="noopener noreferrer">Arduino</a> and a <a href="https://www.analog.com/media/en/technical-documentation/data-sheets/max7219-max7221.pdf" target="_blank" rel="noopener noreferrer">Maxim MAX7219 IC</a>.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/raspberry-pi-jukebox/disassembly-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/raspberry-pi-jukebox/disassembly-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/raspberry-pi-jukebox/disassembly.webp"
|
||||||
|
alt="Jukebox disassembly"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/raspberry-pi-jukebox/disassembly.webp">
|
||||||
|
Jukebox disassembly
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/raspberry-pi-jukebox/old-interiour-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/raspberry-pi-jukebox/old-interiour-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/raspberry-pi-jukebox/old-interiour.webp"
|
||||||
|
alt="Jukebox old interiour"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/raspberry-pi-jukebox/old-interiour.webp">
|
||||||
|
Jukebox old interiour
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/raspberry-pi-jukebox/led-matrix-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/raspberry-pi-jukebox/led-matrix-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/raspberry-pi-jukebox/led-matrix.webp"
|
||||||
|
alt="Jukebox LED matrix"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/raspberry-pi-jukebox/led-matrix.webp">
|
||||||
|
Jukebox LED matrix
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/raspberry-pi-jukebox/fully-assembled-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/raspberry-pi-jukebox/fully-assembled-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/raspberry-pi-jukebox/fully-assembled.webp"
|
||||||
|
alt="Jukebox fully assembled"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/raspberry-pi-jukebox/fully-assembled.webp">
|
||||||
|
Jukebox fully assembled
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
89
portfolio/pages/en/software/projects/swiv-for-pi.md
Normal file
89
portfolio/pages/en/software/projects/swiv-for-pi.md
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
---
|
||||||
|
logosub: "Avans TI student, year 3"
|
||||||
|
language: "en"
|
||||||
|
title: "SWIV for Pi"
|
||||||
|
---
|
||||||
|
|
||||||
|
A simple vertical space shooter created for the <a href="https://www.raspberrypi.org/" target="_blank" rel="noopener noreferrer">Raspberry Pi</a>. The game is played with regular keyboard and a custom joystick setup. The game was programmed in Python using the <a href="https://www.pygame.org/" target="_blank" rel="noopener noreferrer">PyGame</a> library. This project was mainly to create small game and interface it with a custom hardware setup. The setup uses an analog joystick to control the player's helicopter. An <a href="https://en.wikipedia.org/wiki/Analog-to-digital_converter" target="_blank" rel="noopener noreferrer">ADC (Analog Digital Converter)</a> samples the analog data into digital data so that the Raspberry Pi (version 1, type B) could parse the data.
|
||||||
|
|
||||||
|
<div class="d-flex justify-content-center">
|
||||||
|
<img src="/images/software/projects/swiv-for-pi/title.webp" alt="S W I V for Pi title screen"/>
|
||||||
|
<img src="/images/software/projects/swiv-for-pi/screenshot.webp" alt="S W I V for Pi screenshot"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## Hardware
|
||||||
|
|
||||||
|
Simple components were placed onto a breadboard and the joystick's analog resistive data would be converted into digital data. This data would be read by the GPIO pins and used to determine how the helicopter moves over the X- and Y-axis. To help with understanding electronic logic, an oscilloscope was used.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/swiv-for-pi/breadboard-top-view-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/swiv-for-pi/breadboard-top-view-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/swiv-for-pi/breadboard-top-view-w800.webp"
|
||||||
|
alt="Breadboard with components top view"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/swiv-for-pi/breadboard-top-view-w800.webp">
|
||||||
|
Breadboard with components top view
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/swiv-for-pi/breadboard-front-view-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/swiv-for-pi/breadboard-front-view-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/swiv-for-pi/breadboard-front-view-w800.webp"
|
||||||
|
alt="Breadboard with components front view"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/swiv-for-pi/breadboard-front-view.webp">
|
||||||
|
Breadboard with components front view
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/swiv-for-pi/oscilloscope-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/swiv-for-pi/oscilloscope-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/swiv-for-pi/oscilloscope-w800.webp"
|
||||||
|
alt="Breadboard with components front view"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/swiv-for-pi/oscilloscope.webp">
|
||||||
|
Oscilloscope
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
248
portfolio/pages/en/software/projects/teslamaze.md
Normal file
248
portfolio/pages/en/software/projects/teslamaze.md
Normal file
@ -0,0 +1,248 @@
|
|||||||
|
---
|
||||||
|
logosub: "Avans TI student, year 1"
|
||||||
|
language: "en"
|
||||||
|
title: "TeslaMaze"
|
||||||
|
---
|
||||||
|
|
||||||
|
## Gaming, Woodcraft and Teamwork!
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/teslamaze-logo-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/teslamaze-logo-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/teslamaze/teslamaze-logo.webp"
|
||||||
|
alt="TeslaMaze logo"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/teslamaze/teslamaze-logo.webp">
|
||||||
|
TeslaMaze logo
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
A team project where the player must align pipes correctly using a Wii remote. The ingame goals would then have effect on a custom built wooden tower. The game was programmed in <a href="https://www.java.com" target="_blank" rel="noopener noreferrer">Java</a>.
|
||||||
|
|
||||||
|
This project was made by four people working on both software and hardware. The game uses the <a href="https://en.wikipedia.org/wiki/Wii" target="_blank" rel="noopener noreferrer">Nintendo Wii remote</a> to get input from the player.
|
||||||
|
|
||||||
|
## Gameplay
|
||||||
|
|
||||||
|
The player must align pipes from the fictional tesla coil to "relay electricity" to a specific point in the game. The game communicates to the <a href="https://www.arduino.cc/" target="_blank" rel="noopener noreferrer">Arduino</a> to power <a href="https://en.wikipedia.org/wiki/Servomotor" target="_blank" rel="noopener noreferrer">servomotors</a> that operate three doors and an elevator. These doors were gates on the rails and the elevator was a metal spiral elevator that would move the ball to the top of the tower.
|
||||||
|
|
||||||
|
The game was complete if the player manager to bring the ball to the top of the tower, this would then turn on the plasma globe and register the time it took.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/gameplay-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/logo-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/teslamaze/gameplay-w800.webp"
|
||||||
|
alt="TeslaMaze gameplay"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/teslamaze/gameplay.webp">
|
||||||
|
TeslaMaze gameplay
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/screenshot-game-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/screenshot-game-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/teslamaze/screenshot-game.webp"
|
||||||
|
alt="TeslaMaze screenshot game"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/teslamaze/screenshot-game.webp">
|
||||||
|
TeslaMaze screenshot game
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Woodwork
|
||||||
|
|
||||||
|
The tower base is made of wood and has a metal screw elevator. A conductive metal ball has to be elevated up and then roll down three rails. One side of a rail is powered and the other is grounded. The metal ball conducts electricity to blue LED's on the rails when it passes by. Once the ball has reached the bottom of the tower within the time limit, a switch turns on the <a href="https://en.wikipedia.org/wiki/Plasma_globe" target="_blank" rel="noopener noreferrer">plasma globe</a> on the top of the tower and the game is won.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/elevator-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/elevator-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/teslamaze/elevator.webp"
|
||||||
|
alt="TeslaMaze spiral elevator"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/teslamaze/elevator.webp">
|
||||||
|
TeslaMaze spiral elevator
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/rails-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/rails-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/teslamaze/rails.webp"
|
||||||
|
alt="TeslaMaze rails"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/teslamaze/rails.webp">
|
||||||
|
TeslaMaze rails
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/tower-base-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/tower-base-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/teslamaze/tower-base.webp"
|
||||||
|
alt="TeslaMaze tower base"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/teslamaze/tower-base.webp">
|
||||||
|
TeslaMaze tower base
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/in-progress-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/in-progress-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/teslamaze/in-progress.webp"
|
||||||
|
alt="TeslaMaze within progress"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/teslamaze/in-progress.webp">
|
||||||
|
TeslaMaze within progress
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/render-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/render-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/teslamaze/render.webp"
|
||||||
|
alt="TeslaMaze 3D render"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/teslamaze/render.webp">
|
||||||
|
TeslaMaze 3D render
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Lessons learnt
|
||||||
|
|
||||||
|
This was actually my favourite project to work on. It combined the talent of everyone in our team. We had a very skilled woodworker <i>(who doubled as a good project leader as well)</i> and we all were coding. This project taught me that effective team work with good group synergy, produces great results.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/teslamaze-final-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/teslamaze/teslamaze-final-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/teslamaze/teslamaze-final.webp"
|
||||||
|
alt="TeslaMaze complete"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/teslamaze/teslamaze-final.webp">
|
||||||
|
TeslaMaze complete
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
115
portfolio/pages/en/software/projects/wifi-extension-board.md
Normal file
115
portfolio/pages/en/software/projects/wifi-extension-board.md
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
---
|
||||||
|
logosub: "Avans TI internship"
|
||||||
|
language: "en"
|
||||||
|
title: "Wi-Fi extension board"
|
||||||
|
---
|
||||||
|
|
||||||
|
This project was part of my internship at Dazzletek in Breda. They no longer exist and the name "Dazzletek" now seems to belong to an American company. They created intelligent lighting control solutions and were part of Vitelec. My assignment was to create a prototype that would allow a device to communicate over <a href="https://en.wikipedia.org/wiki/Wi-Fi" target="_blank" rel="noopener noreferrer">Wi-Fi</a>. I worked with a <a href="https://en.wikipedia.org/wiki/PIC_microcontrollers" target="_blank" rel="noopener noreferrer">PIC microcontroller</a>.
|
||||||
|
|
||||||
|
I developed a software program using <a href="https://en.wikipedia.org/wiki/C_(programming_language)" target="_blank" rel="noopener noreferrer">C</a> in the OpenAT framework, but also made adjustments to the hardware prototype board. At the end of my internship the prototype was realized into an extension board for the Antares gateway. The purpose of this assignment was to provide a device which communicates over <a href="https://en.wikipedia.org/wiki/General_Packet_Radio_Service" target="_blank" rel="noopener noreferrer">GPRS</a>, with the ability to communicate that data over Wi-Fi.
|
||||||
|
|
||||||
|
Instead of using the Wi-Fi stack, I was encouraged to develop my own data transfer logic over <a href="https://en.wikipedia.org/wiki/Serial_Peripheral_Interface" target="_blank" rel="noopener noreferrer">SPI</a>, which was then read by the oscilloscope.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/dazzletek/antares-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/dazzletek/antares-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/dazzletek/antares.webp"
|
||||||
|
alt="Dazzletek Antares gateway"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/dazzletek/antares.webp">
|
||||||
|
Dazzletek Antares gateway
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/dazzletek/oscilloscope-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/dazzletek/oscilloscope-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/dazzletek/oscilloscope.webp"
|
||||||
|
alt="SPI readings on a Oscilloscope"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/dazzletek/oscilloscope.webp">
|
||||||
|
SPI readings on a Oscilloscope
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
## Technology
|
||||||
|
|
||||||
|
The WF121 by <a href="https://en.wikipedia.org/wiki/Bluegiga" target="_blank" rel="noopener noreferrer">BlueGiga</a>, which used a <a href="https://en.wikipedia.org/wiki/PIC_microcontrollers" target="_blank" rel="noopener noreferrer">PIC32 microcontroller</a>, had to be programmed to accept and transfer data to a specific <a href="https://en.wikipedia.org/wiki/Service_set_(802.11_network)#SSID" target="_blank" rel="noopener noreferrer">SSID</a>. Also the AirPrime SL6087 by <a href="https://www.sierrawireless.com/" target="_blank" rel="noopener noreferrer">Sierra Wireless</a> (now Semtech) had to be programmed to relay the data to the Wi-Fi module.
|
||||||
|
|
||||||
|
I used <a href="https://www.wireshark.org/" target="_blank" rel="noopener noreferrer">Wireshark</a>, commandline debug and an oscilloscope to monitor the datatranfers. Version control was done in <a href="https://subversion.apache.org/" target="_blank" rel="noopener noreferrer">Subversion</a>.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/dazzletek/wifi-board-prototype-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/dazzletek/wifi-board-prototype-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/dazzletek/wifi-board-prototype.webp"
|
||||||
|
alt="Wi-Fi prototype board"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/dazzletek/wifi-board-prototype.webp">
|
||||||
|
Wi-Fi prototype board
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Finally, all the boards had to be provided with the firmware I wrote. I soldered a little <a href="https://en.wikipedia.org/wiki/Registered_jack" target="_blank" rel="noopener noreferrer">RJ45</a> connector that would allow the PIC programmer to write to the pins on the boards.
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/dazzletek/programming-batch-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/dazzletek/programming-batch-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/dazzletek/programming-batch.webp"
|
||||||
|
alt="Batch programming"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/dazzletek/programming-batch.webp">
|
||||||
|
Batch programming
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
113
portfolio/pages/en/software/projects/windows-10-cookbook.md
Normal file
113
portfolio/pages/en/software/projects/windows-10-cookbook.md
Normal file
@ -0,0 +1,113 @@
|
|||||||
|
---
|
||||||
|
logosub: "Avans TI student, year 4"
|
||||||
|
language: "en"
|
||||||
|
title: "Windows 10 Cookbook"
|
||||||
|
---
|
||||||
|
|
||||||
|
This <a href="https://learn.microsoft.com/en-us/windows/uwp/get-started/universal-application-platform-guide" target="_blank" rel="noopener noreferrer">UWP</a> application was built with <a href="https://docs.microsoft.com/en-us/dotnet/csharp/" target="_blank" rel="noopener noreferrer">C#</a> and <a href="https://learn.microsoft.com/en-us/dotnet/desktop/wpf/xaml/?view=netdesktop-6.0" target="_blank" rel="noopener noreferrer">XAML</a>.
|
||||||
|
|
||||||
|
This was a school project which retrieved recipies and other data from an API. Mostly this was to learn quickly how to develop a mobile application on the Windows platform with a responsive design.
|
||||||
|
|
||||||
|
Source code can be seen on my Github page: <a href="https://github.com/PA4KEV/Win10-Cookbook" target="_blank" rel="noopener noreferrer">github.com</a>
|
||||||
|
|
||||||
|
<picture>
|
||||||
|
<source media="(max-width: 799px)" srcset={`${process.env.PUBLIC_URL}/images/projects/windows10cookbook/logo-w240.webp`} />
|
||||||
|
<source media="(min-width: 800px)" srcset={`${process.env.PUBLIC_URL}/images/projects/windows10cookbook/logo.webp`} />
|
||||||
|
<img alt="application logo" src={`${process.env.PUBLIC_URL}/images/projects/windows10cookbook/logo.webp`}/>
|
||||||
|
</picture>
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/windows-10-cookbook/logo-w240.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/windows-10-cookbook/logo.webp"
|
||||||
|
alt="Dazzletek Antares gateway"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/windows-10-cookbook/user-interface-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/windows-10-cookbook/user-interface-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/windows-10-cookbook/user-interface-w800.webp"
|
||||||
|
alt="User interface"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/windows-10-cookbook/user-interface.webp">
|
||||||
|
User interface
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
## Mockups on laptop and mobile
|
||||||
|
|
||||||
|
These are mockups on other devices, using screenshots of the application.
|
||||||
|
|
||||||
|
<picture>
|
||||||
|
<source media="(max-width: 799px)" srcset={`${process.env.PUBLIC_URL}/images/projects/windows10cookbook/laptop-mockup-w240.webp`} />
|
||||||
|
<source media="(min-width: 800px) and (max-width: 1199px)" srcset={`${process.env.PUBLIC_URL}/images/projects/windows10cookbook/laptop-mockup-w480.webp`} />
|
||||||
|
<source media="(min-width: 1200px)" srcset={`${process.env.PUBLIC_URL}/images/projects/windows10cookbook/laptop-mockup.webp`} />
|
||||||
|
<img alt="laptop mockup" src={`${process.env.PUBLIC_URL}/images/projects/windows10cookbook/laptop-mockup.webp`}/>
|
||||||
|
</picture>
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/windows-10-cookbook/laptop-mockup-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/windows-10-cookbook/laptop-mockup-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/windows-10-cookbook/laptop-mockup.webp"
|
||||||
|
alt="Mockup on a laptop"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/windows-10-cookbook/laptop-mockup.webp">
|
||||||
|
Mockup on a laptop
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="text-center">
|
||||||
|
<picture class="d-flex justify-content-center">
|
||||||
|
<source
|
||||||
|
media="(max-width: 510px)"
|
||||||
|
srcset="/images/software/projects/windows-10-cookbook/mobile-mockup-w240.webp"
|
||||||
|
/>
|
||||||
|
<source
|
||||||
|
media="(max-width: 850px)"
|
||||||
|
srcset="/images/software/projects/windows-10-cookbook/mobile-mockup-w480.webp"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/software/projects/windows-10-cookbook/mobile-mockup-w800.webp"
|
||||||
|
alt="Mockup on a laptop"
|
||||||
|
class="img-fluid"
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<figcaption class="figure-caption mt-2">
|
||||||
|
<a href="/images/software/projects/windows-10-cookbook/mobile-mockup.webp">
|
||||||
|
Mockup on a smartphone and tablet
|
||||||
|
</a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
Loading…
x
Reference in New Issue
Block a user