Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rachyrachyrach/ovilus5fun
Discover how the Ovilus5 works
https://github.com/rachyrachyrach/ovilus5fun
curl nmap ovilus paranormal raspberry-pi
Last synced: about 13 hours ago
JSON representation
Discover how the Ovilus5 works
- Host: GitHub
- URL: https://github.com/rachyrachyrach/ovilus5fun
- Owner: rachyrachyrach
- Created: 2021-09-09T20:53:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T14:55:50.000Z (8 months ago)
- Last Synced: 2024-11-11T06:40:57.352Z (about 2 months ago)
- Topics: curl, nmap, ovilus, paranormal, raspberry-pi
- Homepage:
- Size: 4.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ovilus5 fun
=================
Want to see how the Ovilus5 works? There are different versions of the Ovilus. Some do not have wifi built in. To do this, you will need the Ovilus5 with WiFi.* March 3, 2022: This is a work in progress. Not complete.
* May 26: 2024: Check out my repo [Obivous](https://github.com/rachyrachyrach/obvious) to set up your own open source Ovilus with the ENTIRE dictionary!
* [OvilusV Product Guide](https://www.digitaldowsing.com/product-guides/ovilus-5/setup/) on how the Ovilus5 works. This Ovilus5 is discontinued.
![Setup](/docs/images/curl.jpg)
## What You Need
![Raspberry Pi](/docs/images/raspberrypi.jpg)
Raspberry Pi can be optional. I used this to connect via wifi.
1. Find the ip address to your Ovilus 5.
2. Use nmap to see what ports are open. Port 80 for http is open.
```
nmap -p 80,22,443 http://ovilous5-ipaddress
```3. Use curl to check it out. It displays the html that is stored on the Ovilus 5.
```
curl http://ovilous5-ipaddress
```4. Now for the fun! Open a web browswer to access your Ovilus 5. Enter the ip address plus the r.htm?m=1 Now try different numbers behind the `=` You'll get some weird reactions of the Ovilus 5 screen. For example this Ovilus 5 does not have bluetooth but will show bluetooth icons.
![browser](/docs/images/IMG_0324.jpg)```
http://ovilus5-ipaddress/r.htm?m=1
```![Results](/docs/images/IMG_0323.jpg)