lp:~yangzongyi/meadl/arduino-code

Created by Zongyi Yang and last modified
Get this branch:
bzr branch lp:~yangzongyi/meadl/arduino-code
Only Zongyi Yang can upload to this branch. If you are Zongyi Yang please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Zongyi Yang
Project:
Tecla Access
Status:
Merged

Recent revisions

16. By Zongyi Yang

Added schemtatic, still unfinished. Only need to connect serial port to circuit

15. By Jorge Silva

Merging echo implementation for Arduino server

14. By Jorge Silva

Moved sensors block to feed input method in architecture diagram for android client

13. By Jorge Silva

Removed pointer from image

12. By Jorge Silva

Updated architecture diagram by eliminating custom UI

11. By Jorge Silva

Added python testing server with no SDP/UUID support so Android client must connect
via:

Method m = dev.getClass().getMethod("createRfcommSocket", new Class[] { int.class });
sock = (BluetoothSocket)m.invoke(dev, Integer.valueOf(1));

instead of using a UUID through SDP as it is the case with the BlueSMiRF module.

10. By Jorge Silva

Added androip architecture diagram

9. By Jorge Silva

Renamed and re-arranged some files in the designs folder,
will add android app architecture in next commit.

8. By Jorge Silva

Had to create full_server folder and move the code into it for the arduino IDE to read it properly

7. By Jorge Silva

Merged from trunk

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:meadl/original
This branch contains Public information 
Everyone can see this information.

Subscribers