Normal | Long Hair | Other | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name | value | name | value | name | value | ||||||||
damping | 0.2 | damping | 0.894 | damping | 0.025 | ||||||||
elasticity | 0.05 | elasticity | 0.1 | elasticity | 0.008 | ||||||||
stiffness | 0.8 | stiffness | 0.783 | stiffness | 0.85 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Improved FastPlatformSwitcher for Unity 2018 (and maybe other Unity versions) | |
// For Asset Database v1 | |
// by Andy Miira (Andrei Müller), October 2019 | |
// | |
// Based on: | |
// Unity – fast build platform switcher script! (by Aymeric - Da Viking Code) | |
// https://davikingcode.com/blog/unity-fast-build-platform-switcher-script/ | |
// | |
// A simple fast platform switcher for Unity (by Waldo Bronchart) | |
// https://gist.github.com/waldobronchart/b3cb789c028c199e2855 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define wifi_ssid "YOUR_WIFI_NAME" | |
#define wifi_password "YOUR_WIFI_PASSWORD" | |
#define mqtt_server "MQTT_SERVER" | |
#define mqtt_user "MQTT_USER" | |
#define mqtt_password "MQTT_PASS" | |
#define ac_topic "device/study_room/ac" | |
#define temperature_topic "device/study_room/temperature" | |
#define humidity_topic "device/study_room/humidity" |
More details - http://blog.gbaman.info/?p=791
For this method, alongside your Pi Zero, MicroUSB cable and MicroSD card, only an additional computer is required, which can be running Windows (with Bonjour, iTunes or Quicktime installed), Mac OS or Linux (with Avahi Daemon installed, for example Ubuntu has it built in).
1. Flash Raspbian Jessie full or Raspbian Jessie Lite onto the SD card.
2. Once Raspbian is flashed, open up the boot partition (in Windows Explorer, Finder etc) and add to the bottom of the config.txt
file dtoverlay=dwc2
on a new line, then save the file.
3. If using a recent release of Jessie (Dec 2016 onwards), then create a new file simply called ssh
in the SD card as well. By default SSH i