Skip to content

Commit 4af9da9

Browse files
committed
2 parents dfd3416 + 5caf28a commit 4af9da9

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

core/README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Ethoscope core
22
==============
33

44
This document describes the core of the ethoscope device.
5-
That is the device without arena or extra modules.
6-
The core of the device is made of three parts:
5+
The "core" referes to device without arena or extra modules.
6+
it is made of three mainparts:
77

8-
* the **head**, which holds the Raspebbery Pi an the camera.
9-
* the **base**, which diffuses light though different types of arenas (read about arenas [here](TODO)).
10-
* the **side walls**, which connect the base to the head.
8+
* the **head**, which contains the Raspebbery Pi and its camera.
9+
* the **base**, which diffuses light though different types of arenas (read about arenas [here](../arenas/README.md)).
10+
* the **side walls**, which simply connect the head to the base.
1111

1212
An assembled core looks like this:
1313

@@ -31,6 +31,7 @@ In addition, you will need several tools and consumables such as:
3131
* heat shrink
3232
* solder wire (lead free).
3333

34+
3435
GPIO connector
3536
----------------
3637

@@ -46,18 +47,18 @@ Base
4647
-----------------
4748

4849
The base acts as an IR light box.
49-
The idea is to emit IR light down, so it can be reflected upward.
50+
The idea is to reflect IR light upward so it can go through the arena.
5051

5152

5253
In order to put the light together, a little bit of basic soldering is required:
5354

5455
![IR light soldering](./img/ir_light_soldering.png)
5556

56-
The yellow dashed lined indicate where we need to solder.
57+
In the figure above, the yellow dashed lined indicate where we need to solder.
5758

5859
You can also notice that **heat shrink** have been put around the wires so that we ensure proper insulation.
5960

60-
After is has been soldered, the led strip must be passed **from the outside** to the inside, by the connector hole.
61+
After is has been soldered, the led strip must be passed **from the outside** to the inside of the light box by the connector hole.
6162
Then, we can stick the light to its support, and glue the support to the side of the base:
6263

6364
![base](./img/base.png)
@@ -86,6 +87,10 @@ Last bits:
8687
Before you can start working, you will have to **change the focus of the camera**.
8788
I am afraid this has to be done manually. A very good explanation is available here(TODO).
8889

90+
The wireless dongle blinks with blue light to indicate that it transmits data.
91+
According to your expoerimental setup, you may want to blind the LED (e.g. with black tape) in order to prevent interference with the behaviour of your experimental animals.
92+
93+
8994

9095

9196

0 commit comments

Comments
 (0)