Backpaq

From MoDe

Table of contents


These accessories are considered priceless as they are no longer being made - please be careful with them.

Backpaq Accelerometer

The accelerometer is not really an "accelerometer" since it only detects orientation based on gravity. If you want to use it, you'll need to install a bunch of packages. First, do:

  root@h3900:~# ipkg install kernel-module-h3600-backpaq-accel-2.4
  root@h3900:~# ipkg install backpaq-firmware

The first command (should) installs 3 kernel modules. They are:

  /lib/modules/2.4.19-rmk6-pxa1-hh39/kernel/drivers/pcmcia/h3600_backpaq.o
  /lib/modules/2.4.19-rmk6-pxa1-hh39/kernel/drivers/char/h3600_backpaq_fpga.o
  /lib/modules/2.4.19-rmk6-pxa1-hh39/kernel/drivers/char/h3600_backpaq_accel.o

The second command installs 2 binaries used to program the fpga:

  /etc/fpga_test_fifo.4349.bin
  /etc/fpga_test_fifo.4345.bin

After installing, insert the ipaq into the backpaq sleeve, then load the kernel modules by doing:

  root@h3900:~# modprobe h3600_backpaq_accel
  Using /lib/modules/2.4.19-rmk6-pxa1-hh39/kernel/drivers/pcmcia/h3600_backpaq.o
  Using /lib/modules/2.4.19-rmk6-pxa1-hh39/kernel/drivers/char/h3600_backpaq_fpga.o
  Using /lib/modules/2.4.19-rmk6-pxa1-hh39/kernel/drivers/char/h3600_backpaq_accel.o

Check the modules have been loaded correctly with "lsmod" - you should see the 3 modules listed above somewhere. Additionally, you should have the following files in /proc/backpaq and /dev/backpaq:

   root@h3900:~# ls /proc/backpaq/
   accel   activate_flash   activate_pcmcia   eeprom    fpga
   
   root@h3900:/proc/backpaq# ls /dev/backpaq/
   accel          cam_accel      cam_accel_xyz  fpga    

If not, then reboot your ipaq and try reloading the modules again. If after several tries it still doesn't show up, then your backpaq is probably broken.

Once that's done, check the status of the fpga by doing:

   root@h3900:~# cat /proc/backpaq/fpga
   
   f2000000 Major version            : ffff
   f2000004 Firmware version         : ffff
   f2000008 FPGA control             : ffff
   f200000c FPGA status              : ffff
   f2000010 FPGA program             : ffff
   f2000014 PCMCIA power             : ffff
   f2000018 Flash control            : ffff
   f200001c General control          : ffff
   f2800080 FPGA firmware rev        : ffff
   f280008c Camera live mode         : ffff
   f2800090 Camera integration time  : ffff
   f2800094 Camera clock divisor     : ffff
   f2800098 Camera fifo information  : ffff
   f280009c Camera fifo data available : ffff
   f28000a0 Camera fifo status       : ffff
   f28000a4 Camera row count         : ffff
   f28000ac Camera integration command : ffff
   f28000b0 Camera interrupt fifo    : ffff
   f28000b4 Interrupt mask           : ffff
   f28000b8 Interrupt status         : ffff
            Busy count        : 0
            Bytes written     : 0
            Usage count       : 0
   FPGA program status        : Not programmed

Sometimes the fgpa status says "OK" or "CRC Error" instead of "Not programmed", but that's ok.

Next, program the fpga by doing:

   root@h3900:~# cat /etc/fpga_test_fifo.4349.bin > /dev/backpaq/fpga  (invoke VOODOO MAGIC!!)
   root@h3900:~# cat /proc/backpaq/fpga
   f2000000 Major version            : ffff
   f2000004 Firmware version         : ffff
   f2000008 FPGA control             : ffff
   f200000c FPGA status              : ffff
   f2000010 FPGA program             : ffff
   f2000014 PCMCIA power             : ffff
   f2000018 Flash control            : ffff
   f200001c General control          : ffff
   f2800080 FPGA firmware rev        : 4349
   f280008c Camera live mode         : 0000
   f2800090 Camera integration time  : 0000
   f2800094 Camera clock divisor     : 0040
   f2800098 Camera fifo information  : 0820
   f280009c Camera fifo data available : 0000
   f28000a0 Camera fifo status       : 0302
   f28000a4 Camera row count         : 00e2
   f28000ac Camera integration command : 0000
   f28000b0 Camera interrupt fifo    : 00bf
   f28000b4 Interrupt mask           : ffff
   f28000b8 Interrupt status         : 0000
            Busy count        : 153916
            Bytes written     : 234456
            Usage count       : 0
   FPGA program status        : Okay

The lines highlighted in bold are the ones the check. If, for whatever reason, the output differs (e.g., the status line says "CRC Error" or "Bad Lines"), then reboot and try again.

To check the status of the accelerometer, do:

   root@h3900:~# cat /proc/backpaq/accel
   f28000c0     Duration Xt1 : 0x58e9
   f28000c4     Duration Xt2 : 0x343c
   f28000c8     Duration Yt1 : 0x4833
   f28000cc     Duration Yt2 : 0x44ab
   f2800008 Cam Duration Xt1 : 0x50d6
   f280000c Cam Duration Xt2 : 0x38bb
   f2800010 Cam Duration Yt1 : 0x4420
   f2800014 Cam Duration Yt2 : 0x4576
   f2800018 Cam Duration Zt1 : 0x3514
   f280001c Cam Duration Zt2 : 0x531a
         Calibration xoffset : 0x8000
         Calibration  xscale : 0x8000
         Calibration yoffset : 0x8000
         Calibration  yscale : 0x8000
     Cam Calibration xoffset : 0x8000
     Cam Calibration  xscale : 0x8000
     Cam Calibration yoffset : 0x8000
     Cam Calibration  yscale : 0x8000
     Cam Calibration zoffset : 0x8000
     Cam Calibration  zscale : 0x8000
   Calculated acceleration X : 0x010a (+1.039 g)
   Calculated acceleration Y : 0x0019 (+0.097 g)
   Calculated acceleration X : 0x00b3 (+0.699 g)
   Calculated acceleration Y : 0xfff6 (-0.039 g)
   Calculated acceleration Z : 0xff1e (-0.882 g)

Hopefully, you get a reading similar to the last ones highlighted. If so, then you have a working accelerometer.

To use the accelerometer with python. install the following package:

   root@h3900:~# ipkg install pyaccelerometer

This installs the accelerometer.py module to /usr/lib/python2.4/site-packages. You can execute the module by doing "python accelerometer.py", which outputs a bunch of (x,y) readings pertaining to orientation.

==========================

To install the "kernel-module-h3600-backpaq-accel-2.4", the following feed can be added to the "ipkg.conf"

"http://www.gtlib.gatech.edu/pub/handhelds.org/feeds/unstable/"

Backpaq Camera

TODO

Backpaq Flash

TODO


--Ning (mailto:nsong@csail.mit.edu)

Last edit: 3/06/06








[We are delicate. We do not delete your content.] [l_sp1]

ringtone maker (http://ringtonemaker.blogs.eurosport.com/) verizon ringtone (http://verizonringtone.forumco.com/) US Cellular Ringtone (http://uscellularringtone.forumco.com) bcbg shoes (http://blog.investing.com/bcbgshoes/) waterford crystal (http://www.buddyprofile.com/viewprofile.php?username=waterfordcrystal) swarovski crystal bead (http://www.buddyprofile.com/viewprofile.php?username=swarovskicrystal) mesothelioma lawsuits (http://www.buddyprofile.com/viewprofile.php?username=mesotheliomalawsuits) mesothelioma symptoms (http://www.buddyprofile.com/viewprofile.php?username=mesotheliomasymptoms) mesothelioma diagnosis (http://www.buddyprofile.com/viewprofile.php?username=mesotheliomadiag) Sexy Prom Dresses (http://www.missoula.com/blog/sexypromdresses/) Naturalizer Shoes (http://www.justachat.com/blog/?w=naturalizershoes) Aero Bed (http://www.toutelapoesie.com/blog/aerobed/) Free Sprint Ringtones (http://www.totalvideogames.com/blog/freesprintringtones/) Free Verizon Ringtones (http://www.totalvideogames.com/blog/freeverizonringtones/) free nextel ringtones (http://www.totalvideogames.com/blog/freenextelringtones/) sexy prom dress (http://www.totalvideogames.com/blog/sexypromdresses/) Formal Prom Dresses (http://www.totalvideogames.com/blog/formalpromdresses/) cheap prom dresses (http://www.totalvideogames.com/blog/cheappromdresses/) Plus Size Prom Dresses (http://www.totalvideogames.com/blog/plussizepromdress/) tiffany prom dresses (http://www.totalvideogames.com/blog/tiffanypromdresses/) erotic games strip poker (http://www.totalvideogames.com/blog/strippoker/) pokemon trading card game rom (http://www.totalvideogames.com/blog/pokemoncardgame/) hoyle card games (http://www.totalvideogames.com/blog/hoylecardgames/) teen bra (http://www.totalvideogames.com/blog/teenbra/) Bra Teen Cleavage (http://www.totalvideogames.com/blog/brateencleavage/) Micro Bikini (http://www.totalvideogames.com/blog/microbiniki/) Teens Bra (http://www.totalvideogames.com/blog/teensbra/) sexy bras (http://www.totalvideogames.com/blog/sexybras/) bulma bra (http://www.totalvideogames.com/blog/bulmabra/) sheer bra (http://www.totalvideogames.com/blog/sheerbra/) auto loan calculator (http://www.totalvideogames.com/blog/autoloancalculator/) Federal Student Loan Consolidation (http://www.totalvideogames.com/blog/loanconsolidation/) private student loan consolidation (http://www.totalvideogames.com/blog/privatestudentloan/) acs student loans (http://www.totalvideogames.com/blog/acsstudentloans/) countrywide home loans (http://www.totalvideogames.com/blog/countrywidehomeloans/) refinance home loan st louis (http://www.totalvideogames.com/blog/refinancehomeloan/) wacoal bras (http://www.buddyprofile.com/viewprofile.php?username=wacoalbras) teen bra (http://www.buddyprofile.com/viewprofile.php?username=teenbra) unsecured signature loan (http://www.buddyprofile.com/viewprofile.php?username=unsecuredloan) Countrywide Home Loans (http://www.buddyprofile.com/viewprofile.php?username=homeloans) Formal Prom Dresses (http://blog.moddingplanet.it/?w=formalpromdresses) Sexy Prom Dress (http://blog.moddingplanet.it/?w=sexypromdress) cocktail dresses (http://blog.moddingplanet.it/?w=cocktaildresses) TMobile (http://www.buddyprofile.com/viewprofile.php?username=telmobile) water softener (http://www.buddyprofile.com/viewprofile.php?username=watersoftener) tankless water heater (http://www.buddyprofile.com/viewprofile.php?username=tanklesswaterheater) oscar dresses (http://www.totalvideogames.com/blog/oscardresses/) mother of the bride dresses (http://www.totalvideogames.com/blog/motherbridedress/) bridesmaid dresses (http://www.totalvideogames.com/blog/bridesmaiddresses/) cocktail dresses (http://www.totalvideogames.com/blog/cocktaildresses/) formal dresses (http://www.totalvideogames.com/blog/formaldresses/) easter dresses (http://www.totalvideogames.com/blog/easterdresses/) evening dresses (http://www.totalvideogames.com/blog/eveningdresses/) evening gowns (http://www.totalvideogames.com/blog/eveninggowns/) ball gowns (http://www.totalvideogames.com/blog/ballgowns/) formal gowns (http://www.totalvideogames.com/blog/formalgowns/) plus size wedding gowns (http://www.totalvideogames.com/blog/plussizewedding/) rockport shoes (http://www.buddyprofile.com/viewprofile.php?username=rockportshoes) reverse osmosis water filter (http://www.buddyprofile.com/viewprofile.php?username=osmosiswaterfilter) merrell shoes (http://www.buddyprofile.com/viewprofile.php?username=merrellshoes) casino royale (http://www.totalvideogames.com/blog/casinoroyale/) throat pokers (http://www.totalvideogames.com/blog/throatpokers/) free strip poker (http://www.totalvideogames.com/blog/freestrippoker/) crazy game of poker (http://www.totalvideogames.com/blog/crazygameofpoker/) poker chips (http://www.totalvideogames.com/blog/pokerchips/) texas holdem poker game (http://www.totalvideogames.com/blog/texasholdempoker/) online poker aide (http://www.totalvideogames.com/blog/onlinepokeraide/) online poker assistant (http://www.totalvideogames.com/blog/onlinepokerassistant/) casino directory gambling online (http://www.totalvideogames.com/blog/casinodirectory/) online pai gow poker (http://www.totalvideogames.com/blog/onlinepaigowpoker/) hooters casino (http://www.totalvideogames.com/blog/hooterscasino/) atlantic city casinos (http://www.totalvideogames.com/blog/atlanticcitycasino/) buy ativan online (http://www.totalvideogames.com/blog/buyativanonline/) buy oxycontin online (http://www.totalvideogames.com/blog/buyoxycontinonline/) buy alprazolam online (http://www.totalvideogames.com/blog/buyalprazolamonline/) buy alprazolam (http://www.totalvideogames.com/blog/buyalprazolam/) cialis no prescription (http://www.totalvideogames.com/blog/cialisnoprescription/) xanax xr (http://www.totalvideogames.com/blog/xanaxxr/) ultram er (http://www.totalvideogames.com/blog/ultramer/) buy ultram online (http://www.totalvideogames.com/blog/buyultramonline/) generic fioricet (http://www.totalvideogames.com/blog/genericfioricet/) buy fioricet online (http://www.totalvideogames.com/blog/buyfioricetonline/) phentermine 37 5mg (http://www.totalvideogames.com/blog/phentermine375mg/) bontril sr (http://www.totalvideogames.com/blog/bontrilsr/) cheap bontril (http://www.totalvideogames.com/blog/cheapbontril/) ambien cr (http://www.totalvideogames.com/blog/ambiencr/) buy didrex online (http://www.totalvideogames.com/blog/buydidrexonline/) adipex without a prescription (http://www.totalvideogames.com/blog/adipex/) buy tamiflu (http://www.totalvideogames.com/blog/buytamiflu/) buy clonazepam (http://www.totalvideogames.com/blog/buyclonazepam/) purchase tramadol without a prescription (http://www.totalvideogames.com/blog/purchasetramadol/) buy acyclovir (http://www.totalvideogames.com/blog/buyacyclovir/) buy codeine (http://www.totalvideogames.com/blog/buycodeine/) private poker tournament (http://www.totalvideogames.com/blog/privatepoker/) freeroll poker tournament (http://www.totalvideogames.com/blog/freerollpoker/) caribbean stud poker (http://www.totalvideogames.com/blog/caribbeanstudpoker/) paradise poker (http://www.totalvideogames.com/blog/paradisepoker/) play free strip poker (http://www.totalvideogames.com/blog/playfreestrippoker/) erotic games strip poker (http://www.totalvideogames.com/blog/eroticgames/) online poker calculator (http://www.totalvideogames.com/blog/onlinepoker/) online poker tracker (http://www.totalvideogames.com/blog/onlinepokertracker/) buy diazepam (http://www.totalvideogames.com/blog/buydiazepam/) didrex (http://www.totalvideogames.com/blog/didrex/) buy didrex (http://www.totalvideogames.com/blog/buydidrex/) adipex without prescription (http://www.totalvideogames.com/blog/adipexpr/) adipex p (http://www.totalvideogames.com/blog/adipexp/) clonazepam (http://www.totalvideogames.com/blog/clonazepam/) buy clonazepam (http://www.totalvideogames.com/blog/bclonazepam/) diethylpropion (http://www.totalvideogames.com/blog/diethylpropion/) celexa (http://www.totalvideogames.com/blog/celexa/) paxil cr (http://www.totalvideogames.com/blog/paxilcr/) lorazepam (http://www.totalvideogames.com/blog/lorazepam/) hydrocodone apap (http://www.totalvideogames.com/blog/hydrocodoneapap/) lortab (http://www.totalvideogames.com/blog/lortab/) klonopin (http://www.totalvideogames.com/blog/klonopin/) norco (http://www.totalvideogames.com/blog/norco/) buy propecia (http://www.totalvideogames.com/blog/buypropecia/) order propecia (http://www.totalvideogames.com/blog/orderpropecia/) phendimetrazine (http://www.totalvideogames.com/blog/phendimetrazine/) Butalbital (http://www.totalvideogames.com/blog/Butalbital/) cheap xenical (http://www.totalvideogames.com/blog/cheapxenical/) wellbutrin xl (http://www.totalvideogames.com/blog/wellbutrinxl/) valtrex (http://www.totalvideogames.com/blog/valtrex/) vicodin without prescription (http://www.totalvideogames.com/blog/vicodin/)










[We are delicate. We do not delete your content.] [l_sp4]


waterford crystal (http://www.buddyprofile.com/viewprofile.php?username=waterfordcrystal) swarovski crystal bead (http://www.buddyprofile.com/viewprofile.php?username=swarovskicrystal) mesothelioma lawsuits (http://www.buddyprofile.com/viewprofile.php?username=mesotheliomalawsuits) mesothelioma symptoms (http://www.buddyprofile.com/viewprofile.php?username=mesotheliomasymptoms) mesothelioma diagnosis (http://www.buddyprofile.com/viewprofile.php?username=mesotheliomadiag) wacoal bras (http://www.buddyprofile.com/viewprofile.php?username=wacoalbras) teen bra (http://www.buddyprofile.com/viewprofile.php?username=teenbra) unsecured signature loan (http://www.buddyprofile.com/viewprofile.php?username=unsecuredloan) Countrywide Home Loans (http://www.buddyprofile.com/viewprofile.php?username=homeloans) Formal Prom Dresses (http://blog.moddingplanet.it/?w=formalpromdresses) Sexy Prom Dress (http://blog.moddingplanet.it/?w=sexypromdress) cocktail dresses (http://blog.moddingplanet.it/?w=cocktaildresses) TMobile (http://www.buddyprofile.com/viewprofile.php?username=telmobile) water softener (http://www.buddyprofile.com/viewprofile.php?username=watersoftener) tankless water heater (http://www.buddyprofile.com/viewprofile.php?username=tanklesswaterheater) rockport shoes (http://www.buddyprofile.com/viewprofile.php?username=rockportshoes) reverse osmosis water filter (http://www.buddyprofile.com/viewprofile.php?username=osmosiswaterfilter) merrell shoes (http://www.buddyprofile.com/viewprofile.php?username=merrellshoes) oscar dresses (http://www.buddyprofile.com/viewprofile.php?username=oscardresses) easter dresses (http://www.buddyprofile.com/viewprofile.php?username=easterdresses) flyfone voip (http://flyfone.blox.pl/resource/flyfonevoip.htm) plus size prom dresses (http://www.buddyprofile.com/viewprofile.php?username=plussizepromdresses) discount prom dresses (http://www.buddyprofile.com/viewprofile.php?username=discountpromdresses) Hooters Casino Las Vegas (http://blog.moddingplanet.it/?w=hooterscasinolas) grand casino mille lacs (http://blog.moddingplanet.it/?w=grandcasinomille) las vegas casino coupons (http://blog.moddingplanet.it/?w=lasvegascasino) online poker aide (http://blog.moddingplanet.it/?w=onlinepokeraide) pechanga casino (http://www.donx.de/blog/pechangacasino) grand victoria casino (http://www.donx.de/blog/grandvictoriacasino/) ball gowns (http://www.donx.de/blog/ballgowns/) rtg casino bonus (http://www.privetparis.com/blog/rtgcasinobonus/)

rtg casino bonus (http://blog.moddingplanet.it/?w=rtgcasinobonus) grand casino coushatta (http://blog.moddingplanet.it/?w=grandcasinocoushat) grand casino hinckley (http://blog.moddingplanet.it/?w=grandcasinohinckle) isle of capri casino (http://blog.moddingplanet.it/?w=isleofcapricasino) mohegan sun casino (http://blog.moddingplanet.it/?w=mohegansuncasino) pala casino (http://blog.moddingplanet.it/?w=palacasino) roulette wheels (http://blog.moddingplanet.it/?w=roulettewheels) winstar casino (http://blog.moddingplanet.it/?w=winstarcasino) Cheap Prom Dresses (http://blog.moddingplanet.it/?w=cheappromdresses) informal wedding dresses (http://blog.moddingplanet.it/?w=informalweddingdre) oscar dresses (http://blog.moddingplanet.it/?w=oscardresses) evening gowns (http://blog.moddingplanet.it/?w=eveninggowns)