Changeset 4762
- Timestamp:
- 11/06/08 12:41:57 (5 years ago)
- Location:
- developers/charlie/Wiki
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
developers/charlie/Wiki/ATCommands
r4759 r4762 1 * ATC Ommands1 * ATCommands 2 2 3 3 - ATZ : start the modem -
developers/charlie/Wiki/Hardware
r4759 r4762 1 1 2 2 3 - [[Calypso]] 3 4 - [[SMD]] -
developers/charlie/Wiki/PyGame
r4759 r4762 1 * Pygame 1 2 2 3 pygame.image.get_extended() should return 1 !!! 3 About the png loading problem : To check that pygame has been compiled 4 with proper support, we can check that *pygame.image.get_extended()* 5 returns 1 -
developers/charlie/Wiki/Todo
r4759 r4762 1 1 * TODO 2 2 3 - Write automatic GSM testing script (IN PROGRESS)3 - Write automatic GSM testing script --> in progress 4 4 - Check connection 5 - Check AT command list, compatible with framework 6 - Do the same things with the testing board 7 - Update Tichy to use Framework (GRR python-pygame is broken again !) 8 - See how to handle SIM + PUK with AT commands (GRRR, I forgot my PIN number !!!) 9 - Put all this in my personal dir (remove private info !!!) 5 - Check AT command list, compatible with framework (do we need to create a new modem class in ogmsd ?) 6 - How can i automatically get all the needed framework commands ?? (script done) 7 8 - Have a look at Chris production tests framework --> waiting for it to be online 9 - Check MC75i hardware spec, how does it fit into our kernel and production test 10 - Do the same things with the testing board --> ask DKay (2morrow 10am) 11 - See how to handle SIM + PUK with AT commands --> I forgot my PIN number !!! 12 13 - BY PLANE TICKETS FOR XMASS !!! -
developers/charlie/Wiki/WelcomePage
r4759 r4762 2 2 * Welcome Page 3 3 4 Welcome to my personal wiki. Most of the stuffs here are only for my 5 personal use, so don't expect to find nuch useful information 6 here. But I will use this wiki to send link to documentation when 7 needed. 8 9 To see the page correctly, and beeing able to navigate through them, 10 use emacs-wiki-mode (need to set up emacs-wiki to use this directory 11 as wiki dir though) 12 4 13 - [[Work]] 5 - [[People]]6 14 - [[Todo]] 7 - [[Places]] -
developers/charlie/Wiki/Work
r4759 r4762 21 21 - [[Hardware]] 22 22 23 23 - [[OpenmokoToFix]] 24 24 25 25 ** Tools -
developers/charlie/Wiki/emacs
r4759 r4762 1 1 2 2 * Emacs 3 4 (setq-default indent-tabs-mode nil) 3 5 4 6 M-x c-set-style … … 20 22 * Text mode 21 23 M-q : auto justify paragraph 24 25 * python mode 26 M-; : add comment at the end of a line (but it uses tab :( ) -
developers/charlie/Wiki/framework
r4759 r4762 4 4 5 5 ** How to run it 6 I use nfs, then just start it, don't forget to set PYTHONPATH. 7 We may need to edit /etc/framework.conf, we can set the debug output and the log level of all subsystems. 6 7 I use nfs, then just start it, don't forget to set PYTHONPATH. We may 8 need to edit /etc/framework.conf, we can set the debug output and the 9 log level of all subsystems. 8 10 9 11 ** TODO 12 10 13 - More unittests 11 14 15 ** List of AT commands used by TI modem in framework 16 17 (I used a small scrip to retrieve this list it may contains error but 18 it is just to get an idea...) 19 20 The Hidden commands are the ones that don't show up with the AT+CLAC 21 command. 22 23 AT%CBHZ 24 AT%CGEREP 25 AT%CGREG 26 AT%CNIV 27 AT%CPI 28 AT%CSCN 29 AT%CSQ 30 AT%CSTAT 31 AT%N0125 # Those are the magic commands for noise reduction 32 AT%N028B # And echo cancel ! 33 AT%SLEEP (Hidden) 34 AT+CAOC (Hidden) 35 AT+CCWA 36 AT+CEER 37 AT+CGEREP 38 AT+CGREG (Hidden) 39 AT+CHLD (Hidden, but there is a %CHLD) 40 AT+CLIP 41 AT+COLP 42 AT+CPAS 43 AT+CREG 44 AT+CSSN 45 AT+CTZR 46 AT+CTZU 47 AT@ST 48 ATA 49 ATH 50
Note: See TracChangeset
for help on using the changeset viewer.
