The 7 key elements of brand identity design + 10 corporate identity examples
/ colour, design

www.lucidpress.com/blog/the-7-key-elements-of-brand-identity-design

1. Clear brand purpose and positioning

2. Thorough market research

3. Likable brand personality

4. Memorable logo

5. Attractive color palette

6. Professional typography

7. On-brand supporting graphics

 

Smart Mirror Alexa Touchscreen (with Face ID) using Raspberry Pi 4
/ hardware

 

 

 

Part List (Essentials):
———————————————--
Mirror: https://amzn.to/2YZBViO
Mirror 2: another mirror
IR Frame: https://amzn.to/3d0HFwW
Monitor: https://amzn.to/3ccTQXh
(You may need to shop around)

 

———————————————--
Part List (Optional):
———————————————--
LED Strip Lights: https://amzn.to/2WzUIhQ

 

—————————————-
Links from Video
—————————————-
Download Raspberry Pi OS: https://www.raspberrypi.org/
MagicMirror: https://magicmirror.builders/
PM2 Auto Starting MagicMirror: https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

 

Mirror Modules:
Spotify: https://github.com/bugsounet/MMM-Spotify
Face Recognition: https://github.com/EbenKouao/MMM-Face-Recognition-SMAI
Smart Touch: https://github.com/EbenKouao/MMM-SmartTouch
Web Fluid Simulation: https://paveldogreat.github.io/WebGL-Fluid-Simulation/

 

(more…)

Raspberry Pi – introduction and basic projects
/ hardware, production, software

Connect through SSH on windows
https://www.putty.org/

Connect through Desktop
Remote Desktop

Common commands
> sudo raspi-config
> sudo apt-get update
> sudo apt-get upgrade
> ifconfig
> nano test.py
> wget https://path.to.image.png
> sudo apt-get install git
> git clone https://REPOSITORY
> sudo reboot
> suto shutdown -r now (reboot after shutdown)
> cat /etc/os-release

 

 

 

Starting kits:

(more…)