Questions tagged [web]

For questions pertaining to configuring or troubleshooting web access from the Raspberry Pi.

Web is short for the "world wide web" (www) a subspace of the internet. Primarily used for Homepages and accessed by the "hyper text transfer protocol" (http).

55 questions
16
votes
4 answers

Visual Studio Code & .Net Core ARM support

I am new to the Raspberry Pi platform and I have been collecting resources and trying to determine what the little computer is (not) suited for. I understand that Python is the go-to programming environment for control & automation of R-Pi…
8
votes
2 answers

Are there any alternatives to the Pi Camera?

What sort of support is there out in the wild for non-official cameras which are supported by or compatible with the Raspberry Pi, with or without use of the special interfaces?
Joshua Burns
  • 182
  • 1
  • 6
6
votes
2 answers

Why is Web consuming all of my Raspberry Pi's CPU?

I understand that the Web/Epiphany browser is in beta, but why does it cause Raspbian to stuggle just loading Google, or any other website (with only one tab open)? Midori doesn't have this problem, and Web's features contradict this: A good…
syb0rg
  • 8,178
  • 4
  • 38
  • 51
4
votes
3 answers

Raspberry Pi 3 Web Browsing

New to RPi but I'm seeing a lot of stuff about how it has struggled in the past to web browse -- particularly on heavy-js sites and with video and such. Is this a problem of the past? Especially now with RPi3? Is there a default/RPi-specific browser…
corysimmons
  • 487
  • 3
  • 6
  • 8
4
votes
3 answers

Nginx "Out Of memory: Kill process"

I've been hitting a number off issues with a personal site I've been trying to run off of a raspberry pi 2. The error logs in nginx have the follow error repeated several times: [alert] 13551#0: worker process 1709 exited on signal 9 Looking online…
Matt Gaunt
  • 163
  • 1
  • 6
4
votes
1 answer

Can I watch website video with Silverlight based player on Raspberry Pi 2?

I recently got my hands on the new raspberry pi 2. So far I'm enjoying my experience with Kodi (using OSMC). Among the projects I want to accomplish with this device, is a way to access this website (https://beinsportsconnect.net). It is the…
Saud
  • 41
  • 1
  • 4
4
votes
1 answer

View raspberry pi screen in web browser

Is there an easy way to view a remote Raspberry Pi screen in my web browser? Kinda like VNC, except view-only. And, you know, in the browser.
gravitation
  • 143
  • 1
  • 6
3
votes
2 answers

Raspberry PI 3 - Browser, bad performance (Website with HTML5 canvas)

I have encountered a problem while developing a dashboard which is supposed to run on a Raspberry Pi 3. It is a combination of a HTML5 canvas as background to create visuals and some simple elements with CSS transitions on top of that. I have…
3
votes
4 answers

Water level indicator using a transistor

I have a Raspberry Pi that is connected to a breadboard. I'm using a BC548 transistor. I would like to know what to code so that if the green wire touches water a LED turns on. This is the circuit. Below is my sample code and an explanation of it …
3
votes
2 answers

Creating FTP for my public web server

So I have set up port forwarding on my router and have a public IP address for my raspberry pi. I can see the default webpage and it works great. Now I want to actually create a FTP so that I can change the files on my web server. I have tried…
0cean_
  • 45
  • 3
3
votes
2 answers

Best way to create a web frontend for Python-based automation project

I have a pretty big Raspberry Pi project for controlling a Paludarium (see http://www.paluweb.nl ). The entire automation is done in Python, and the Python scripts talk via the serial port to +- 12 Arduino-like boards that do the actual hardware…
Erik Z
  • 308
  • 2
  • 6
3
votes
1 answer

Web Browser keywords to automaticly redirect to local websites?

I have set up a website on my raspberry pi for our local network. My parents are gonna be using it too so I want when they type for example "picam" in the browser that they get directed to the IP address. Our router is a Fritz! Box 4040 DH and a…
2
votes
0 answers

Database for Raspberry pi

I'm working on Home Automation project using Raspberry pi and i'm making android app for controlling home appliances like fan and bulb. I also want to make website for admin to see status of appliances, Which online database should i use for this…
umer arif
  • 131
  • 2
2
votes
1 answer

How to create a router like configuration web page on raspberry pi?

We have a raspberry pi (with raspbian OS) that runs some application, this application uses a local configuration file that contains some data like username, password, server url etc. We will provide raspberry pis (with the software installed) to…
2
votes
1 answer

Use SPI pins from ASP.NET Core application on RaspberryPi 3

In my project I have a Raspberry Pi 3 with Windows IoT OS, and I have a RC522 RFID reader. I would like to use this component (RC522) from my ASP.NET Core application. I would like to use this library in this project, because I have some experience…
dinci11
  • 41
  • 1
  • 5
1
2 3 4