Go to advanced search

by dezaF
Tue Aug 29, 2017 8:15 pm
Forum: General discussion
Topic: E-ink display
Replies: 9
Views: 4880

Re: E-ink display

Even if you somehow found a way it says that the 4.3 inch e-Paper is 0.75 frames per second.
Limited by the hardware processing, it usually takes 1.5s to refresh each single frame image, therefore, this e-Paper is NOT capable of playing animations.
by dezaF
Thu Aug 03, 2017 7:15 pm
Forum: Troubleshooting
Topic: Allo Rainbow 64
Replies: 3
Views: 729

Re: Allo Rainbow 64

Where did it go? I wondered the same. Glad you have it running properly.
by dezaF
Thu Aug 03, 2017 5:41 pm
Forum: Troubleshooting
Topic: Not streaming to outside world [SOLVED]
Replies: 5
Views: 974

Re: Not streaming to outside world

Hey Glad it worked for you Seiduna. That's going to be a bit complicated however I found the following. I hope they help you come up with a method of achieving what you are after. RPi-Cam-Web-Interface seems to support multiple camera view out the box: http://elinux.org/RPi-Cam-Web-Interface#Multivi...
by dezaF
Thu Aug 03, 2017 12:45 pm
Forum: Troubleshooting
Topic: Not streaming to outside world [SOLVED]
Replies: 5
Views: 974

Re: Not streaming to outside world

You should make a port forward for each cam. Say the cams listen on port 8080. You would make a port forward from external port 8081 to cam1s ip address on port 8080. Then another on external port 8082 to cam2s ip address on port 8080. Finally adjust the ip address (use external) and ports in use fo...
by dezaF
Thu Aug 03, 2017 11:49 am
Forum: Troubleshooting
Topic: Not streaming to outside world [SOLVED]
Replies: 5
Views: 974

Re: Not streaming to outside world

I expect you will need to make ports open for the camera feeds too.

External browsers can access the HTML due to your port forward, but then the browser can't reach each cameras feed.
by dezaF
Thu Aug 03, 2017 11:33 am
Forum: Beginners
Topic: How to install chromeOS
Replies: 4
Views: 4953

Re: How to install chromeOS

Google knew :roll:

Code: Select all

https://pimylifeup.com/raspberry-pi-flint-os/
https://pimylifeup.com/raspberry-pi-chromium/
by dezaF
Sun Jul 23, 2017 1:58 pm
Forum: Gaming
Topic: Ascii Patrol
Replies: 2
Views: 1107

Re: Ascii Patrol

Hey no worries :D

I actually have it set up as the shell for a login on a model 1B (256MB) so I can just ssh in and get right to it :lol:
gumix wrote:Great post!
Thanks so much for sharing, I've already backlinked here from github & ascii-patrol.com
:) :) :)
by dezaF
Thu Jul 20, 2017 4:46 pm
Forum: Python
Topic: Data consolidation
Replies: 5
Views: 937

Re: Data consolidation

I just made a small data project using 4 Pi3B nodes. Each node collects data from external devices. After a bit of tinkering I decided to squirt all the data into Elasticsearch using the Python Easlticsearch module. This worked out real well. The Elasticsearch instance I am using is a single node i5...
by dezaF
Sat Jul 15, 2017 11:48 pm
Forum: Gaming
Topic: Ascii Patrol
Replies: 2
Views: 1107

Ascii Patrol

I have been looking for fun things to do with my original Rpi B 256MB today. It's still a pretty fun little machine to fool around with. Of the many things I have been doing with it this is one of the most fun :D This game is real fun, you can run it local console, x11 and over plain SSH. It plays w...
by dezaF
Thu Jul 06, 2017 3:02 pm
Forum: Advanced users
Topic: Does the Raspberry Pi Zero W's wifi support monitor mode?
Replies: 6
Views: 9057

Re: Does the Raspberry Pi Zero W's wifi support monitor mode

Yes:

Either get the seemoo labs driver built : https://github.com/seemoo-lab/nexmon

or just download a Kali Nethunter image from https://build.nethunter.com/nexmon-pi-builds/ Rpi3 and Rpi0w images are available.

Regards

Go to advanced search