Commit graph

192 commits

Author SHA1 Message Date
Romain Bazile 44c3fd1f5e Setup: add config files and setup hotspot 2021-07-01 18:19:32 +02:00
Romain Bazile 5b28fb099e python3 function final fix 2021-07-01 16:25:16 +02:00
Romain Bazile b51347e5ee install smbus2 and properly start scripts with python3 2021-07-01 16:07:49 +02:00
Romain Bazile 7d02dfa27f Expert setup update and update script split 2021-07-01 15:56:15 +02:00
Romain Bazile f316796e99 Replace all references to PlanktoNScope by PlanktoScope 2021-07-01 15:55:56 +02:00
Romain Bazile 80d3367238 doc: update segmenter message
(cherry picked from commit fd6aa3ce727a5de7e70a06898c57c20941c7e6fb)
2021-06-18 11:23:30 +02:00
Romain Bazile b8742adff1 docs: update images link to v2.2.1 and fix changelog 2021-05-11 05:05:25 +02:00
Romain Bazile b93a8b2a70
Assembly guide: fix broken link 2021-04-06 17:39:52 +02:00
Romain Bazile 5311576028 Doc: add getting started page, and wifi section in the ui guide 2021-03-11 15:45:11 +01:00
Romain Bazile 14d4cc5f5e docs: assembly, add information about steppers and their wiring 2021-03-11 12:42:17 +01:00
Romain Bazile 71bc0e6a1e Docs: add proper info about the LED wiring 2021-03-10 19:58:43 +01:00
Romain Bazile d42fbe2cff docs: hat hardware PWM details 2021-02-27 10:31:09 +01:00
Romain Bazile fe7627f9e7 docs: add hat hardware information 2021-02-22 21:08:46 +01:00
Romain Bazile 6fd58e6e24 Docs: add ui guide 2021-02-22 17:58:28 +01:00
Romain Bazile d05c46c08d Planktoscope HAT v0.1
UNTESTED
Sent to fab 2021-02-01
2021-02-01 13:58:56 +01:00
Romain Bazile 7e40661922 docs: small various updates 2021-01-21 13:23:44 +01:00
Romain Bazile 1cf3d1df12 Fix bugs all around 2020-11-25 17:01:14 +01:00
Romain Bazile f27c9823a1 Integration of raspimjpeg
The source code of the modified version of raspimjpeg used by the PlanktoScope is hosted [here](https://github.com/PlanktonPlanet/userland/tree/master/host_applications/linux/apps/raspicam).

We moved away from picamera to improve the stability of the system. This commit should closes the elusive #51 and #54.

After a lot of tests, it was clear that even a forked version of picamera was not going to solve our problem while also improving on our capturing speed.

The modified version of RaspiMJPEG does that.
RaspiMJPEG streams the image flux to /dev/shm/mjpeg/cam.jpg . This is passively reloaded by the streaming server (still written in python).

RaspiMJPEG is controlled through a special file called a Pipe which is used to send it commands.
The list is available [here](https://github.com/PlanktonPlanet/userland/tree/master/host_applications/linux/apps/raspicam/Config.md).

The raspimjpeg binary is distributed directly in this repository, in the folder `scripts/raspimjpeg/bin/`.
2020-11-16 17:53:23 +01:00
Romain Bazile 77b73de537 update documentation to include the necessary installation of a mdns client 2020-11-14 09:45:14 +01:00
Romain Bazile 3a6ede512b doc: expert setup changes for more details 2020-10-21 21:25:59 +02:00
Romain Bazile 5f1685063a doc: add more details on sd creation 2020-10-21 21:25:59 +02:00
Romain Bazile 5a3097b87e Changelog addition 2020-10-21 21:25:59 +02:00
Romain Bazile b4c9e23905 Documentation update
Addition of ribbon assembly detail
Addition of sdcard creation guide
Update to the image
Make sure it's PlanktoScope everywhere
2020-10-14 13:06:03 +02:00
Romain Bazile b2b1c1ac17 add docs requirements.txt for pip 2020-10-07 12:34:00 +02:00
Romain Bazile 808082f665 assembly: complete guide 2020-10-07 12:25:50 +02:00
Romain Bazile 393d1b831d README: add assembly guide link 2020-10-07 12:25:50 +02:00
Romain Bazile cf7163e068 README: add extension to path 2020-10-07 12:25:50 +02:00
Romain Bazile 45dbc0ec55 readme: transition to webp for lighter pictures 2020-10-07 12:25:50 +02:00
Romain Bazile 012d797174 assembly guide: halfway there 2020-10-07 12:25:50 +02:00
Romain Bazile e3e8c2d727 Assembly guide stub 2020-10-07 12:25:50 +02:00
Romain Bazile 140a3cf0de License! Martyr proposal 2020-10-07 12:25:50 +02:00
Romain Bazile cef0cba854 how to get involved 2020-10-07 12:25:50 +02:00
Romain Bazile 24eee73e2b Various small updates 2020-10-07 12:25:50 +02:00
Romain Bazile 2f55f396d8 Add admonition configuration 2020-10-07 12:25:50 +02:00
Romain Bazile b0833835ea more images 2020-10-07 12:25:50 +02:00
Romain Bazile b7d3fce4e6 software architecture 2020-10-07 12:25:50 +02:00
Romain Bazile 025372ab2c mqtt message documentatin 2020-10-07 12:25:50 +02:00
Romain Bazile 73edb84226 basic doc structure in place 2020-10-07 12:25:50 +02:00
Romain Bazile 67f7a24207 software architecture stub 2020-10-07 12:25:50 +02:00
Romain Bazile d7712f87a2 Expert setup changes and main README changes 2020-10-07 12:25:50 +02:00
Romain Bazile 5f84196f1b documentation edition guide 2020-10-07 12:25:50 +02:00
Romain Bazile d09b072145 Update to documentation to use RTD with mkdocs locally
Initial setup for Read The Doc using mkdocs to build the documentation.
Most of the doc still needs to be rewritten (Expert Setup is the only
part using MD for now).
2020-10-07 12:25:50 +02:00
tpollina eaf0bc42ee
Update install.rst 2020-02-01 22:19:11 +01:00
tpollina 65adfa5da4
Update install.rst 2020-02-01 19:03:27 +00:00
tpollina c237534368
Update install.rst 2020-01-30 23:41:14 -08:00
tpollina b2654193ca
Update install.rst 2020-01-30 23:40:36 -08:00
tpollina 9d72a1e8bb
Update install.rst 2020-01-31 05:25:46 +01:00
tpollina a8e7f21b8d
Update install.rst 2020-01-31 04:48:03 +01:00
tpollina c7128dfba2
Update install.rst 2020-01-28 05:38:03 +01:00
tpollina c6311016b8
Rename docs/MorphoCut_error.txt to morphocut/error.txt 2020-01-16 16:17:10 +01:00
tpollina 81b8d2b911
Update and rename docs/MorphoCut_Installation_and_usage_error.txt to morphocut/morphocut_installation.txt 2020-01-16 16:16:46 +01:00
tpollina 499c8bdefc
Create MorphoCut_error.txt 2020-01-16 16:15:51 +01:00
tpollina ec9f7547cc
Update and rename MorphoCut_Installation.txt to MorphoCut_Installation_and_usage_error.txt 2020-01-16 15:47:42 +01:00
tpollina ea5163d37b
Update and rename MorphoCut_Installation.sh to MorphoCut_Installation.txt 2020-01-15 16:34:19 +01:00
tpollina 1e0a5d47c3
Create MorphoCut_Installation.sh 2020-01-13 11:21:59 +01:00
tpollina 74ed7f5ec4
Update install.rst 2020-01-09 11:45:52 +01:00
tpollina ef43c7a9e5
Update install.rst 2020-01-09 11:37:38 +01:00
tpollina 82cb7288b6
Update install.rst 2019-12-26 15:21:57 +01:00
tpollina 6150aa242f
Update install.rst 2019-12-26 12:53:59 +01:00
tpollina 52893cb9c5
Update install.rst 2019-12-25 23:22:05 +01:00
tpollina bdbd514849
Update install.rst 2019-12-25 23:19:55 +01:00
tpollina 5b71709106
Update install.rst 2019-12-23 14:49:45 +01:00
tpollina 5942c54d4e
Update install.rst 2019-12-23 14:40:19 +01:00
tpollina 38b09e6b13
Update install.rst 2019-12-16 19:27:03 -08:00
tpollina 4c980f89a3
Update install.rst 2019-12-16 19:23:20 -08:00
tpollina 716c1e7626
Update install.rst 2019-12-16 19:22:33 -08:00
tpollina 8fcb253f61
Update install.rst 2019-12-16 19:15:15 -08:00
tpollina eae647fc90
Update install.rst 2019-12-16 19:13:27 -08:00
tpollina 8c6bde7c85
Delete quickstart.rst 2019-12-17 04:11:55 +01:00
tpollina f2f16d8659
Delete temp_control.zip 2019-12-17 04:11:41 +01:00
tpollina 0231576648
Delete run_script_when_boot.rst 2019-12-17 04:11:31 +01:00
tpollina 1b1e0577be
Update index.rst 2019-12-17 04:11:13 +01:00
tpollina 1be6e76398
Delete Acquisition.rst 2019-12-17 04:10:55 +01:00
tpollina 3e796d83bb
Rename scripts/install.rst to docs/install.rst 2019-12-16 19:10:02 -08:00
tpollina 008583e611
Update index.rst 2019-12-17 04:07:45 +01:00
tpollina bf212ad898
Update and rename docs/install.rst to install.rst 2019-12-16 17:12:56 -08:00
tpollina cd021354d7
Update install.rst 2019-12-14 01:31:44 -08:00
tpollina d4b5cb1e16
Update install.rst 2019-12-13 22:59:12 -08:00
tpollina a8011a8687
Update install.rst 2019-12-13 10:31:31 -08:00
tpollina 4007aa00e8
Update install.rst 2019-12-13 10:24:51 -08:00
tpollina a15ecaeea9
Update install.rst 2019-12-13 00:18:48 -08:00
tpollina 88d4cee4e2
Update install.rst 2019-12-12 20:19:41 -08:00
tpollina eda22da758
Update install.rst 2019-12-11 08:34:34 -08:00
tpollina ad9b9d534a
Update install.rst 2019-12-11 08:30:03 -08:00
tpollina afbbb86b12
Update install.rst 2019-12-10 19:33:20 -08:00
tpollina 37920ba3ea
Add files via upload 2019-12-10 19:22:10 -08:00
tpollina 88f58ad4c5
Update install.rst 2019-12-10 19:03:07 -08:00
tpollina 9bcdffe7a5
Update install.rst 2019-12-10 18:55:58 -08:00
tpollina 2c81ba1b73
Update install.rst 2019-12-10 18:52:31 -08:00
tpollina ac097ca364
Update install.rst 2019-12-10 18:39:33 -08:00
tpollina cc18d4dc3c
Update install.rst 2019-12-10 18:39:15 -08:00
tpollina 7e206e5f47
Update install.rst 2019-12-10 18:38:43 -08:00
tpollina 240b473e48
Update install.rst 2019-12-10 18:37:44 -08:00
tpollina e7c78d194a
Update install.rst 2019-12-10 18:36:16 -08:00
tpollina aa5c248dee
Update install.rst 2019-12-10 18:34:24 -08:00
tpollina ab5fbf0524
Update install.rst 2019-12-06 10:42:02 -08:00
tpollina f60c4d79ee
Update install.rst 2019-12-06 10:24:03 -08:00
tpollina 1878e0f2e6
Update remote_access.rst 2019-12-04 16:53:47 -08:00
tpollina 8ef22e86b2
Update remote_access.rst 2019-12-04 16:53:07 -08:00
tpollina ba40933efa
Update remote_access.rst 2019-12-04 16:52:10 -08:00