Questions tagged [html5]
For questions pertaining to HTML5.
32 questions
0
votes
1
answer
2k
views
Can you control raspberry pi GPIO pins from a html website
I would like to be able to connect a html website to the GPIO pins so that when a button is pushed on the website it turns on a GPIO pin on the pi. I am also wondering if it is possible to take data ...
0
votes
0
answers
317
views
Node.js RPI 4B problem with GPIO
I started doing the Node.js and RPI tutorial from w3schools.com. I created a server to control an LED with a button on a prototype board or via http but the LED does not light up. It seems to me that ...
1
vote
1
answer
2k
views
Using a Raspberry Pi as an access point redirects to an HTML website stored on a hard drive connected via USB [closed]
I would like to code a very simple web site in HTML/CSS/JS that is stored on a hard disc (because it’s heavy with some media video) connected to my Raspberry Pi 4 and give local access to this website ...
2
votes
1
answer
1k
views
Apache2 how to access .html file outside website root
I am trying to create a localhost website that has multiple links to redirect to other .html files on the raspberry pi. These other .html files and websites are located in a folder located at /home/pi/...
0
votes
0
answers
296
views
php script doesn’t work well when called from html (jquery)
I am creating a web page on a raspberry pi
Here is the essence of my html code:
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script ...
0
votes
0
answers
898
views
Why does WPE Webkit has hardware acceleration but Chromium doesn't?
I'm working on an engineering project for a client and after various tests, the web software runs better when called from Webkit running on the framebuffer, than Chromium from the X. As it sometimes ...
2
votes
1
answer
451
views
Link to HTML-File on Raspberry Pi running openHAB
On the Raspberry Pi, I have an html-file which I can view when directly logged into the Raspberry Pi. The page is shown on a display that is directly connected to the Raspberry Pi.
Now I want to ...
2
votes
1
answer
110
views
How to control python code though web page
Currently I am working on a dual axis sun calibration device. Everything was going well so far but I made a huge mistake.
Here is what I made so far.
I wrote my code in Python 3.8. Libraries I used:...
0
votes
1
answer
337
views
Raspberri Pi (Raspian) running Apache 2, PhP(7) HTML CSS not running PHP
I am getting very frustrated with trying to track down the source of my problems with the code below. I believe it is something to do with php files not being run. (Note that all files are in the same ...
-1
votes
1
answer
213
views
Newcomer to RPi from web developing (HTML/CSS/Javascript). Do I have any advantages? [closed]
I'm looking to get in to the wonderful world of RPi. I can make a website with HTML/CSS/JavaScript/PHP so does that give me any kind of advantage over a true RPi newbie?
For my first project I'd like ...
0
votes
0
answers
390
views
RPi_Cam_Web_Interface doesn't works and shows wrong HTML site, how to fix?
I wanted to stream from my RPi to a website that I can access over the IP address. The best solution seems to be RPi_Cam_Web_Interface. I followed the instructions on the elinux.org that seems to be ...
0
votes
2
answers
2k
views
Rpi camera as webcam has low quality
I want to capture high quality images from RPI using Chromium and the Rpi camera as webcam. If I take photos with raspistill I can get 8MP quality. I'm trying to do the same within the browser but ...
0
votes
1
answer
1k
views
Google Calendar looks broken in Chromium and Firefox
When I open up google calendar in Chromium or Firefox it looks kinda broken and not as it looks on my desktop PC
I could not find any useful help on the Interwebs. What could be the problem here?
1
vote
2
answers
3k
views
WPE - WebPlatform For Embedded built directly on Raspbian Stretch (HW Support)
I'm trying to build WebKitForEmbedded https://wpewebkit.org/ but this is disaster. I've created another post about this issue (https://stackoverflow.com/questions/51578580/wpe-build-installed-directly-...
-1
votes
1
answer
2k
views
How I can use a barcode scanner and PHP/MySQL to run a database? [closed]
I am currently trying the following with the help of a Raspberry Pi:
Barcode scanner scans barcode (connected to the Raspberry Pi via USB
Port) (via Python?)
A hidden form is filled in
The user ...