Skip to content

viclok60/FJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Setting Up Raspberry Pi

This tutorial covers how to connect Raspberry Pi to Laptop wirelessly. Share your Raspberry Pi screen on laptop screen and control it with laptop mouse and keyboard.

You can find the Tutorial posted here.

Step 1: Setup Raspberry Pi with a fixed IP Address for remote access.

WirelessSetting

Step 2: Set the fix IP Address for the Raspberry Pi

WirelessDetails

Install MariaDB and PHPMyAdmin on Raspberry Pi

You can find the Tutorial posted here or here.

Install HIDdevice module in Node-Red

You can find the Tutorial posted here and here.

_Note : HIDdevice is for connecting the RFID scanner to Node-Red

Set the Admin password in Node-Red

You can find the Tutorial posted here or here.

Set Chromium Browser to Launch on Boot

The easiest way to launch an application on boot is to modify the autostart file, which is used to configure applications that run when the desktop environment starts.

Step 1: Open a terminal on your Raspberry Pi.

Step 2: Open the autostart file for editing:

sudo nano /etc/xdg/lxsession/LXDE-pi/autostart

Step 3: Add the following line to the end of the file to start Chromium:

@chromium-browser --start-fullscreen https://www.example.com

You can replace https://www.example.com with the website or local file you want to open. Remove --start-fullscreen if you don’t want it in full screen.

Step 4: Press Ctrl + X, then Y and Enter to save and exit the file.

Step 5: After making the changes, reboot your Raspberry Pi to see the browser launch on startup:

sudo reboot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published