Created
June 11, 2018 22:44
-
-
Save datduyng/71369ca2c584cfb63a828adb96358698 to your computer and use it in GitHub Desktop.
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
| ## Sneezy research | |
| ### Lidar lite.(v2) | |
| - 3 Way to use it | |
| #### With PWM pin | |
| - trigger just like regular ultra sensor | |
| - Tested but did not work for some reason. | |
| #### With I2c lib | |
| - Advantage: get continuous reading | |
| - I2c.h only support v1. | |
| #### sources | |
| - https://github.com/PulsedLight3D/LIDARLite_v2_Arduino_Library | |
| - https://github.com/PulsedLight3D | |
| #### Todo: | |
| - ask chee town for the 680 uF capacitor to hook up with the lidar | |
| - currently notthing is working right. check out some lib and reengineering the code to embeded system language | |
| - | |
| ### IDE(EMbitz) | |
| ### Particle Electrion | |
| - ID | |
| ``` | |
| Your device id is 49001d000a51343334363138 | |
| Your IMEI is 353162071186606 | |
| Your ICCID is 8934076500002790517 | |
| Your system firmware version is 0.7.0 | |
| ``` | |
| ##### source | |
| - arduino: save data to database | |
| - http://www.icreateproject.info/uncategorized/arduino-save-data-to-database/ | |
| - Example writing data to database using node js. | |
| - https://github.com/rickkas7/mysqlsample | |
| - Option to manage writing to database | |
| - Firebase | |
| - https://www.youtube.com/watch?v=noB98K6A0TY | |
| - Real time database | |
| - https://firebase.googleblog.com/2013/10/queries-part-1-common-sql-queries.html | |
| - 000Webhost | |
| - Hosting free database on web | |
| - upload live data | |
| - https://www.youtube.com/watch?v=574V7DpSDU8 | |
| - inserting data to database mysql | |
| - https://www.w3schools.com/php/php_mysql_insert.asp | |
| - https://www.000webhost.com/forum/t/insert-data-into-mysql-database/33040 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment