-
Notifications
You must be signed in to change notification settings - Fork 1
/
version history.txt
50 lines (36 loc) · 1.83 KB
/
version history.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Version 1.1
________________________
What's New:
----------
1. Introduced angle offset in the arduino code to rotate the graph with respect to orientation of set up about motor's axis of rotation.
2. Hosted the project on github for easier central access and better version control.
3. Keep a count of objects in view (during a round of scan) and objects seen so far.
4. Exported as executable application for both windows and linux.
FIXES:
-----
1. Displays float values instead of ints in distance field in graph.
2. Calibrated distance measurement to minimum error.
###############################################################################################
Version 1.0
###############################################################################################
Features:
--------
Initial arduino and processing code, with a 360 degrees graph for displaying position of obstacle.
Delay:(used in code)
-----
30ms+2us+10us+[Output of pulseIn]
###############################################################################################
Issues to be fixed/new features in later versions:
_____________________________________________
** Explain in added comments both the codes.
* Display float values instead of ints in distance field in graph. -->DONE
* Host the project on github for easier central access and better version control --> DONE
** Find width of obstacle and hence identify separation between object and count them. --> going on
* Keep a count of objects in view (during a round of scan) and objects seen so far. --> DONE
* Count may be displayed on an LED display.
* Stream serial data to internet
** Calibrate distance measurement to minimum error. --> DONE
** Minimise the reducable delay in the code
* Utilise the 360 degrees graph for any angle orientation of the set up. --> DONE
* code flowchart
* circuit schematic