Skip to content

Commit

Permalink
refactor the folder layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Chen committed Oct 12, 2019
1 parent 05adb6c commit 861e1db
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions E2/Readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## General resource
- [Basic information](intro.md)
- [HTTP Protocol](http.md)
- [Serial Port Protocol](uart)
- [LANC Protocol](lanc.md)
- [STP file](design/e2_3d.zip)

## Control protocol
- [HTTP Protocol](protocol/http.md)
- [Serial Port Protocol](protocol/uart)
- [LANC Protocol](protocol/lanc.md)

## Camera spec
- [E2](spec/E2_spec.md)
- [E2-S6](spec/S6_spec.md)
Expand Down
6 changes: 4 additions & 2 deletions E2/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Based on a fully charged NP-F970.

## Control the camera
### HTTP based control
see [HTTP Protocol](http.md)
see [HTTP Protocol](protocol/http.md)
#### Ethernet
The Ethernet work in these 3 modes:

Expand Down Expand Up @@ -144,12 +144,14 @@ The WiFi in E2 work as a Access Point, connect your computer/smart phone to E2 t
### LANC
It's compatible with [SONY's LANC](http://www.boehmel.de/lanc.htm).

We add some extend commands to make it easier to control E2, see [extend command](protocol/lanc.md).

### Serial port
In E2 series, we provide two types of serial port:
- Virtual serial, USB CDC ACM
- Real serial, TTL & RS232 level are supported in standard E2, TTL on E2 flagship.

Check the [sample code](uart/example) for reference.
Check the [sample code](protocol/uart/example) for reference.

## Overlay
### Exposure
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 861e1db

Please sign in to comment.