Boouvet Early delivery

In the colorful and adventurous Mushroom Kingdom, Princess Peach has been trapped for years in the classic cycle of being kidnapped by the malicious turtle Bowser, only to be rescued by the courageous plumber Mario. However, now, in the exciting year 2024, Princess Peach is starting to feel a bit impatient with being the “damsel in distress.” Instead of waiting for Mario to show up, she has taken destiny into her own hands by embracing the latest technology. Welcome to Mushroom Kingdom 2.0, where Peach has adopted EMPACHMENT – a revolutionary app that provides her with everything a modern princess needs to become independent and break free from the role of Bowser’s eternal captive.

To achieve complete independence in the Mushroom Kingdom, she must learn these skills:

  1. Categorizing what’s good/bad in everything she encounters in the Mushroom Kingdom. Here, we will build a training module based on a database of all Super Mario characters, and an Out of The Box Swipe component that Peach can use to guess. She earns points, and data is stored in Dataverse so she can later review her progress in a Power BI Dashboard.
  2. Resource Management: Peach can check her progress in a Power BI Dashboard.
  3. Problem Solving: Answering general questions from the Mario world and must respond correctly. We use a Chatbot against MarioWiki to both generate and find answers to Mario-related questions.
  4. Exploration: Using navigation and control of what happens with taps and touches on images of Super Mario landscapes, Peach can practice how to navigate through the worlds and choose the right solution to progress. We provide her the opportunity to train in both land, water, castles, etc.
  5. Jumping Skills: JumpSkill is crucial in Mario, using mixed reality components in Power Apps to answer if the distance is safe or not.

Technology that we are using:

The power app Empechment contains several gamified power pages and a Power BI Dashboard.

Sketches of the app

The team has set up camp in the Mushroom Kingdom, surrounded by colorful mushroom fields and giant pipes. Gadgets and costumes adorn the camp, ranging from high-tech Mushroom Communicators to innovative Power-Up Mushrooms. There’s an electric excitement in the air, as if an adventure is about to unfold.

Amidst laughter and smiling mushroom characters, whispers of tales from days of old fill the air. Rumors about an NES from the Stone Age have spread like wildfire, and Mario enthusiasts from all over the Mushroom Kingdom gather to witness the nostalgic treasure. The vintage console has the honor of carrying the timeless Mario games, and nostalgia flourishes among adventurous souls.

Princess Peach, adorned in her latest EMPACHMENT gear, glides through the camp with a smile. The independent princess has found a new way to embrace the adventure while participating in the community. The team, led by Mario, has never seen her so radiant and self-assured. It seems like the Mushroom Kingdom has become a place where the adventure never ends, and even princesses take destiny into their own hands.

B2b and B2C solution for Zoos and sponsors

Our vision

We have our focus on sustainability and optimization of process in our B2B solution for Zoos, but in addition we have also the intention of promoting animal care and support from normal people out there that wants to help with the time and money consuming task of taking care of animals in controlled and artificial environments.

Proof of concept

Our solution is basically divided in 2 platforms:

B2B solution (SmartZoo admin)

It is based on Azure IoT central implemented in 1 or more Zoo’s; the platform collects data from different devices grouped by species of animals living in different artificial environments inside the facilities.

By collecting data and getting insights, the Zoo’s can share data to optimize their processes, resource consumption and animal quality of life.

We tested several devices sending telemetry from temperature, humidity, pressure, location, and many other sources. We managed to send commands back to the IoT devices, allowing us to define business rules that can simplify procedures and tasks for the zookeepers.

B2C solution (SmartZoo app)

The SmartZoo app is an innovative proof of concept that we implemented during the last day. The idea is to share some of the telemetry and data generated by SmartZoo admin with normal people outside the business. They will be able to Sponsor animals living in the ZOO and then get shared data from the Zoo’s as reward for their support. People will then feel closer to the animals they like and help, encouraging them to share the stories with other people and empower the community.

We are making use of the blockchain technology to manage the transactions of sponsoring animals, by doing this, we implement transparency and decentralization to the system, allowing everyone to track how the money is moving and how it is assigned to the different Zoos.

System architecture

Iot Devices

Everything starts here, IoT devices are constantly producing data that is sent to the IoT central which is the main point of processing. We used a wide variety of sensors to make some tests, but the most common ones were the Azure IoT development kit and the Azure IoT PnP app for mobile phones.

IoT central

It is in charge of receiving and manage the inputs from the devices and allow operators to define dashboards, business rules, commands, and data export to external repositories. Azure logic apps offer connectors to be able to send commands, or other actions back to the IoT devices.

Frontend

IoT central provides a very good user experience, easy to navigate and manage, but data is not flowing in real time in the dashboards. That is why we needed to implement an improved solution using front-end technologies to optimize this.

The front-end system gets real time data exported from IoT central to a cosmos db database that works perfectly to process and query data in short time.

The interesting part of this front-end solution is that is adaptable to many user interfaces, so we implemented it in a Teams tab (for collaboration teams to see dashboards and make desicions), IoT central to have real time visors, and in the B2C solution to show to end users telemetry, images and location of the sponsored animals.

SmartZoo

Our app allows users to browse between all subscribed Zoo’s and their species. So, people can then sponsor the different animals available.

https://smartzooapp.webflow.io/


SmartZoo uses a database to store information about Zoos, species, animals and members (sponsors).

The data is displayed in a nice and response web application that is easy to navigate. Users can see animals and click on “sponsor” to process payment. Once completed, the user has the possibility to Login with their metamask wallet (Web3 login) and then see their sponsorships.

Video of the solution
Attached you can find a video explaining how the app works:

Conclusion

After 3 days of stress, geeks, and a lot of thinking, we managed to put a solution in place that we think can actually be interesting both for businesses, day to day people and environment activists. We are basing our solution in the word “sustainability” and try as much as possible to add value to the zookeepers and the marvelous job they do.

API

We are using many different endpoints to get data from different sources. Some of them by using the sdks and some of them clean http requests:

-Azure Signal R (Hub):

-Azure Web Application:

https://app-acdc2022.azurewebsites.net/api/telemetry/GetTelemetriesWithTemperature

-Azure Maps Geolocation:

https://atlas.microsoft.com/mapData/{location}/status?api-version=1.0&subscription-key={subscription-key}

-IoT Central:

Internal service from IoT Central to LogicApp and Flow.

-Metamask:

The extension injects the Ethereum web3 API into every website’s javascript context, so that dapps can read from the blockchain. We use it when loggin in onhttps://smartzooapp.webflow.io/ :

Power Automate

We are using our powerful end-user skills to create a logic trigger when the turtle (we simulate with our smartphone) is turned upside down. This is done in Power Platform and thus we are claiming Power User Love.

The video we upload yesterday show what happens when the turtle (smartphone) is turned upside downshow. Spoiler alert: Camera light turns ON.

We have implemented a new Teams Tab app that monitors in real time where the turtles (smartphone in our case) are located.
One of our member are currently at the airport to travel back home to Stavanger. The video show that the Teams Tab App accurately shows her location at the airport and our location at the hotel.

The video also shows geolocation data stored in Azure Cosmos DB. We are using React, TypeScript and Hooks to implement the Teams Tab App (Client Side Salsa) .

In our teams group we have also create apps to easily look at the IoT Central, Webflow website and TODO list. All the communication happens inside the Microsoft teams.

IoT Central:

Webflow website:

TODO list:

HTML5

We are using HTML5 responsive website templates from webflow (https://webflow.com/templates). Take a look at the website we are currently working on
–> https://smartzooapp.webflow.io/

We are developing a interactive website were customers can subscribe, sponsor and follow their favorite Zoos. They can also subscribe to specific animals they want to follow. It is like a social platform for animals.


Happy coding!

Dashboard for the Zookeepers

The Zookeepers should be able to have access to detail information of the turtles habitat. The dashboard in the IoT Central shows relevant information about how their movement, acceleration and rotation (gyroscope). It also describe how many turtles there are and how the humidity, temperatur and pressure is in their habitat

We are claiming the Feature Bombing Badge, due to a smashing dashboard with many features.

Helping out a fellow turtle

In this crazy world we turtles need to stay together and help each other. In a hackaton there is not much time for making clean code and updating the documentation. We thought we would help out another team by submitting a pull request with some code-cleanup and added description.

nINjas happily approved the changes:

Check it out: https://github.com/TommyBakkenMydland/nINjas/commit/e66048bd8488f0caacb0e9531aded1b60d56a341

Pizza Learning

Today we tried to solve the head 2 head power apps challenge. We could not come with solution in time, but we managed to learn and prepare a lot about ML and power apps. While exploring the possibilities, we found the following option:

Lobe is a very easy to use product hat easily generates models based on images that you provide to the application. It has a direct integration with power apps. Here you can see a little bit of the UI:

Once the model was created and trained we exported it to power apps studio and got it available as a model under AI builder modules:

The next step as actually pretty simple, by just adding the model to a power app and running the Predict function, we got answer from the model to identify the type of pizza selected on an image picker.

Thanks to Ahmad Najjar for the tips and the challenge, new things learned 😊

Happy coding!