Commit graph

170 commits

Author SHA1 Message Date
Sebastian Wendel 9888511fb4
added images to document the validation of pcb manufacturing files 2023-01-08 11:31:21 +01:00
Sebastian Wendel 72c33e8429
moved file 2023-01-08 10:21:31 +01:00
Sebastian Wendel 653772c305
revision of the assembly manual 2023-01-06 22:31:04 +01:00
Sebastian Wendel 1308b28893
image data revision 2023-01-06 22:29:44 +01:00
Sebastian Wendel 06e83d9432
added the images for the assembly guide 2023-01-04 14:45:29 +01:00
Sebastian Wendel ba03f787ba
added a general project introduction 2022-12-21 10:31:58 +01:00
Sebastian Wendel a478a311dd
added details on manufacturing proces of the case 2022-12-21 10:31:25 +01:00
Sebastian Wendel 8750cd6c57
added details on manufacturing proces of the case 2022-12-21 10:30:44 +01:00
Sebastian Wendel bb7b4c579e
latest changes 2022-12-20 07:31:53 +01:00
Sebastian Wendel 15fa729dc1
latest changes 2022-12-20 07:31:13 +01:00
Sebastian Wendel 99cedf5656
fixed community images display 2022-12-20 07:26:02 +01:00
Sebastian Wendel 41d1152e96
updated the research page 2022-12-20 07:09:37 +01:00
Sebastian Wendel bee198928a
finished the community page 2022-12-19 18:25:09 +01:00
Sebastian Wendel 5b32f6c09e
added images and updated documentation 2022-12-19 02:25:34 +01:00
Sebastian Wendel 04241734b7
separate license information 2022-12-17 20:43:47 +01:00
Sebastian Wendel ab330052e3
updated documentation structure 2022-12-17 20:33:50 +01:00
Sebastian Wendel 4da8391d01
updated documentation config and structure 2022-11-11 17:17:09 +01:00
Sebastian Wendel 10f946cd53
updated documentation config and structure 2022-11-11 17:15:51 +01:00
Sebastian Wendel ebf840fb4d
add SPDXLicense header 2022-11-03 15:31:27 +01:00
Sebastian Wendel 4ceb720d4d
formated and lint markdown files 2022-11-03 14:16:53 +01:00
Romain Bazile a11c6a3387 doc: typo in expert setup 2021-12-08 16:40:51 +01:00
Romain Bazile 1497a4ad9e Remote access: change configuration 2021-11-03 18:05:42 +01:00
Romain Bazile 927c3717ec Docs: fix security issue with generator version 2021-10-18 14:02:37 +02:00
Romain Bazile f2587876cb doc: fix overclock info 2021-10-18 14:02:31 +02:00
Romain Bazile 5d0c067eb6 doc: update expert setup 2021-10-18 11:56:36 +02:00
Romain Bazile b357bfa7dd documentation update 2021-09-06 18:59:11 +02:00
Romain Bazile cc9da579b1 doc: expert setup: add change of locale to date ISO format 2021-09-06 18:50:08 +02:00
Romain Bazile f79cc62a60 Doc: update Node-red starting dependency 2021-07-06 14:22:44 +02:00
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