Difference between revisions of "Mall Map"
(Created page with "Picture Gallery The "Mall Map" at Pikes Peak Makerspace is a new system that is '''currently under active construction.''' This project still has many interesting hardwa...") |
|||
Line 1: | Line 1: | ||
− | + | Picture Gallery | |
+ | |||
The "Mall Map" at Pikes Peak Makerspace is a new system that is '''currently under active construction.''' | The "Mall Map" at Pikes Peak Makerspace is a new system that is '''currently under active construction.''' | ||
Line 10: | Line 11: | ||
'''When finished,''' our Mall Map will be be a standalone kiosk with a large display that will present a color-coded floor plan of our 5,500 square foot facility. It will also display a panel of virtual buttons that when clicked (or touched?) will pull up important corresponding information about those areas. | '''When finished,''' our Mall Map will be be a standalone kiosk with a large display that will present a color-coded floor plan of our 5,500 square foot facility. It will also display a panel of virtual buttons that when clicked (or touched?) will pull up important corresponding information about those areas. | ||
− | The Mall Map will be used to '''greet and inform members and visitors alike''' at our physical location at 735 East Pikes Peak Avenue. However, it will also be movable and could be temporarily used at various events like Maker Faires, when those are held again. It would only require power for the display and | + | The Mall Map will be used to '''greet and inform members and visitors alike''' at our physical location at 735 East Pikes Peak Avenue. However, it will also be movable and could be temporarily used at various events like Maker Faires, when those are held again. It would only require power for the display and an Internet connection. The size is approximately xx and the weight is yy. (Moving it shall not require a forklift.) |
'''Behind the scenes,''' the Mall Map is just a bit of JavaScript code running on a web server. It is currently '''a completely working prototype''' running within Visual Studio Code on a Raspberry Pi 3b+, and can be demoed/tested at the Makerspace. | '''Behind the scenes,''' the Mall Map is just a bit of JavaScript code running on a web server. It is currently '''a completely working prototype''' running within Visual Studio Code on a Raspberry Pi 3b+, and can be demoed/tested at the Makerspace. | ||
− | The script displays an image (the map) that was originally drawn in Adobe Illustrator, and then detects events such as mouse clicks on that map. It currently uses the P5.js library to detect the mouse clicks. It then '''launches | + | The script displays an image (the map) that was originally drawn in Adobe Illustrator, and then detects events such as mouse clicks on that map. It currently uses the P5.js library to detect the mouse clicks. It then '''launches the pages from our new wiki''' which is also under development: |
− | https://wiki.pikespeakmakerspace.org | + | '''https://wiki.pikespeakmakerspace.org''' |
(Our wiki will always be under development.) | (Our wiki will always be under development.) | ||
− | ''' | + | '''<big>Remaining Tasks:</big>''' |
<nowiki>#</nowiki>1 Continually test that the system is understood and useful to users(!) | <nowiki>#</nowiki>1 Continually test that the system is understood and useful to users(!) | ||
Line 52: | Line 53: | ||
Let's get this cool project up and running! '''Contact''' member/volunteer Warren Jokinen via the Pikes Peak Makerspace Slack channel. | Let's get this cool project up and running! '''Contact''' member/volunteer Warren Jokinen via the Pikes Peak Makerspace Slack channel. | ||
− | == Picture Gallery == | + | ==Picture Gallery== |
+ | <gallery> | ||
+ | File:PPM engraved PCB keychain.jpg | ||
+ | File:Engraved wooden keychains.jpg | ||
+ | </gallery> |
Revision as of 00:26, 26 November 2021
Picture Gallery
The "Mall Map" at Pikes Peak Makerspace is a new system that is currently under active construction.
This project still has many interesting hardware and software pieces that need to be designed, and it is not too late to make important contributions.
Please continue reading and then send your ideas to Warren Jokinen via the Pikes Peak Makerspace Slack channel.
When finished, our Mall Map will be be a standalone kiosk with a large display that will present a color-coded floor plan of our 5,500 square foot facility. It will also display a panel of virtual buttons that when clicked (or touched?) will pull up important corresponding information about those areas.
The Mall Map will be used to greet and inform members and visitors alike at our physical location at 735 East Pikes Peak Avenue. However, it will also be movable and could be temporarily used at various events like Maker Faires, when those are held again. It would only require power for the display and an Internet connection. The size is approximately xx and the weight is yy. (Moving it shall not require a forklift.)
Behind the scenes, the Mall Map is just a bit of JavaScript code running on a web server. It is currently a completely working prototype running within Visual Studio Code on a Raspberry Pi 3b+, and can be demoed/tested at the Makerspace.
The script displays an image (the map) that was originally drawn in Adobe Illustrator, and then detects events such as mouse clicks on that map. It currently uses the P5.js library to detect the mouse clicks. It then launches the pages from our new wiki which is also under development:
https://wiki.pikespeakmakerspace.org
(Our wiki will always be under development.)
Remaining Tasks:
#1 Continually test that the system is understood and useful to users(!)
Complete the build the of physical stand (powdercoat?)
Decide if the system will be on wheels
Secure the monitor somehow
Implement a proximity sensor(?)
Decide if sounds could provide useful feedback, too
Decide what to do while idle
Polish up the User Interface, rollovers, tooltips etc.
Keep the Adobe Illustrator source map current
Keep the wiki pages current, too
Test that system is understood and useful to users
Install system and announce and then promote its use.
Let's get this cool project up and running! Contact member/volunteer Warren Jokinen via the Pikes Peak Makerspace Slack channel.