Same as mallet... but distance

Dependencies:   EthernetInterface NetworkAPI mbed-rtos mbed

Fork of MalletFirmware by Impact-Echo

Changes

RevisionDateWhoCommit message
30:1da0bb9c31a6 2014-12-09 willange a basic timer default tip
29:e6309316c35d 2014-12-09 timmey9 Uses 'for' loop for sampling. Sampling looks great and works upto 32000 samples. Still needs motor control.
28:4a833d59897b 2014-12-07 timmey9 Sampling w/o an interrupt and ethernet are working together. This is what I did on the saturday in the lab.
27:8c2b30c855d1 2014-12-05 timmey9 Moved ethernet initialization to beginning of program. The program now compiles.
26:a00bf9837e03 2014-12-03 timmey9 Kind of works, but probably wrong.
25:abbc19af13f9 2014-12-03 timmey9 Everything compiles and works, except when TOTAL_SAMPLES is too large. Works at 100, and ethernet boots up at 10000 but can't connect to MATLAB. Check for memory leaks.
24:a5891669afc5 2014-12-03 timmey9 Added angle encoder over ethernet functionality
23:9e5141647775 2014-12-03 timmey9 Compiles and works with MATLAB with everything uncommented except for Sampler.attach_us(%timed_sample,yadadada
22:523e316cbe70 2014-12-03 timmey9 Motor, angle encoder, and analog sampling code is all copied in, but it is commented out. I'm slowly uncommenting it and verifying that it runs properly piece by piece. I also changed the namespace.
21:1fb5023b72af 2014-12-03 timmey9 API interfaces with MATLAB
20:f533b3c9296f 2014-11-18 timmey9 working server
19:8d4e336fc723 2014-11-14 timmey9 Server is working
18:b17ddeeb1c09 2014-11-14 timmey9 Reverted EthernetInterface.
17:2f978f823020 2014-11-14 timmey9 Server/Client with preprocessor directive to distinguish. Doesn't compile the client but works for the server. Requires some fixing.
16:c3f922f61b8f 2014-11-14 timmey9 This is what I wrote before I added the NetworkAPI library.
15:69e41cbbc8ac 2014-09-21 mbedAustin updated libraries
14:72be2b8b7f24 2014-05-14 Kojto Update to the latest EthernetInterface and mbed RTOS revision
13:3f8407714419 2013-06-04 emilmont Point to the latest libraries
12:7716b3728689 2013-03-01 emilmont Update libraries
11:59dcefdda506 2012-08-10 emilmont Avoid sending null character in HTTP request; Update Ethernet and RTOS libraries to latest releases
10:8aeafea0e859 2012-08-01 emilmont Update socket library
9:4757a976148d 2012-07-27 emilmont Cleanup example
8:2570d35b0c47 2012-07-26 emilmont Update Socket and RTOS libraries
7:65188f4a8c25 2012-07-25 emilmont Update EthernetInterface
6:b011e8862694 2012-07-23 emilmont tidyup
5:01f6c3e112af 2012-07-16 donatien Updated EthernetInterface OS implementation to latest RTOS revision
4:dfdcadcd0ff1 2012-07-15 donatien Updated Ethernetinterface Library
3:46a2ada58e97 2012-07-03 donatien Updated EthernetInterface library
2:e087e9b789e9 2012-07-02 emilmont Remove debug directives avoiding to change the default settings of the serial port. Add print of the IP address assigned by DHCP.
1:e2652bd064c6 2012-06-26 donatien Switched from uint8_t* to char* for data type
0:bb128f0e952f 2012-06-26 donatien Initial commit