Friday 25 November 2016

Integrating drama and technology

Over the past semester, I have been working with an integrated module, NOGRAM, linking drama and technology.

Planning document

We have been looking at how to create resources and ideas for teaching year 5 students aspects of computer science. Students investigated ideas from the csunplugged.org website, as well as differing activities within class.

Today was the learning and teaching aspect of this, where students got to teach another group and discuss their resources.

What was put on the board weeks ago.



Here are some of the photos from today's teaching lessons.
What has come out of this...


 

 

  

 





Some of the discussion at the end,

One of the fantastic resources one of the students has made, though need to get them to share the documents that have been created in google drive.


It is great to see this on the csunplugged.org website




Wednesday 9 November 2016

co creation

It has been an interesting couple of days at school. I decided to get a project that I have been working on and off one up and running again. It is a RFID scanning system to assist with a 5km run, where people can scan when they start and when they finish. This has been talked about in my blog post, Challenging myself as well as building on building on existing message.

I managed to get the base version that I had been developing up and running again, after formatting the SD Card and reimaging it with the LCD drivers with this time with a 3.5inch screen attached to the RPi.
Through this I have been trying the GUI and the console version, I must say the console is helping as it is providing opportunity for rapid prototyping with its quick restart and low loading.

With the base system and running, it was time to start thinking of the next part, linking the data into a more suitable outcome, instead of being just on screen and in a text file, link it into a database service.

This is where I had a conversation with one of the students, what next. I showed him what the program was doing and how I had achieved some of the aspects. It was however something that needed to be developed better and have some more features. 15 minutes later he had a plan written on what the program could have done to it to support the ideas. Overnight he wrote a function that allows the creation of text documents to support start and finish tags, manage data during an outage or lack of connection.

This morning was integrating his function into the program and testing the ideas to see if they work. Many conversations have taken place and coding changed, is this a pair programmed piece of work now. Looking at what we are doing, could the standards that exist support this idea?

He has now taken a copy of the code home to continue development, as well as the dimensions to develop the next phase, putting it into action.

Looking at getting the data out to a mysql database so that we can add in different features, these will allow students to do creation of their own data next year using a mixture of google charts and bootstrap.


Note: since we are recording seconds, there is a function within mysql called SEC_TO_TIME() which will help with the conversion



There has been some great working on this project, It now no longer saves files to the raspberry pi, instead it is linked up with mysql.
Using google chart api has now allowed the data that is collected to be graphed based upon a PIN number.

Instead of using bootstrap, now use materialsecss, this is something different, while it is still responsive.

The beginnings of the website


What is the learning that has happened?

Version 1:
Development of rfid scanning system through the use of raspberry pi
Addition of LCD screen to the raspberry pi
Simple testing

Version 2:
Adding in database system to record data
To add mysql.connector to raspberry pi, sudo apt-get -y install python3-mysql.connector
Note: no phpmyadmin setup, for security, instead have to use mysql command line. (very important to note as it took me 2 hours to realise this as I have not worked on the project for 3 months)

Version 3:
Creation of website to show data through use of materialisecss and google charts api
This has now been complete, there was a bug that wouldn't allow the top record to be shown, this has now been fixed. Great setup and information is being recorded, this has been verified through a live test of the system on Monday 28th November through the EOTC Get Lost.

Version 4:
Login system to see profile

Version x:
Put out into real world and promote to a small group. Need to think about what this looks like and can be powered and developed.
- The idea of badges, for number of runs, beating personal best.
- The idea of developing a team, and running each week.
-

Also have to think about how to promote and develop promotional material.