newboerg
Member-
Content Count
26 -
Joined
-
Last visited
-
Medals
Everything posted by newboerg
-
For those out there that are to broke to afford a TrackIR, you might have heard of FreeTrack or FaceTrackNoIR. Both are WAY inferior to TrackIR (With IR Tracking) and this is not what i'd like to show you :) BUT FaceTrack has the option to use some dedicated tracking hardware, that you can stick to your Headset. you may know those things from your smartphone or RC Helicopter... Necessary Investment just under 10€ :-) I've put together a little Guide how to build one. https://www.dropbox.com/s/omgopnyl70jbxap/FaceTrackHAT.pdf Its not harder to build then getting ACRE to run, so i guess most hardcore players should be able to build one. You just need the Software described in the Guide and than you can add a "TrackIR" Controller using your arma settings
-
the code needs to be tweaked a little bit, but not that much. i could help you with this i think i will do the same to mine EDIT: Although you can use the HC06 i would recommend buying a HC05. because its more versatile. for example can be used as a HOST not just client. Price is the same.
-
OK, for the ones having constant drift problems with the sketch described withon the guide try the following: search for: hat.gyro[2]=angle_z; inside the arduino sketch file and change it to hat.gyro[2]=angle_z*0.988; where 0.988 is the value needed to correct the drift you might need to up or down it a bit with your setup heres the edited sketch: https://www.dropbox.com/s/jl5cdmcepdjt63w/gy_521_send_serial_HAT_ITG_spring_reset_compensation_setup.ino
-
what if you swap the two wires
-
try the following: upload the "I2C Scanner" Sketch to your arduino. http://playground.arduino.cc/Main/I2cScanner to see if the connection is working.
-
:) Nice , i was thinking to do roughly the same for the 6050 setup. as the drift is, when its there, usually very constant, i thought about an "reset" function that would meassure the drift in eg. 5 seconds and use this to compensate the drift
-
Hi guys, amazing how many people got this thin to work. I just ordered an MPU9150 (its an MPU 6050 with compass included) When its there i will add another guide in how to use this thing. Its a little bigger investment (around 10€) but i think it will make the Head Track device way more usable. As it should not be that prone to drift using the compass. I'll keep you up to date...
-
just take those standard smartphone charging cables...
-
Price Update: Just bought some Pro mini microcontroller boards for 2,80€ free shipping....
-
2m could be too long i guess, as the I2C bus used is not suitet for long cables lenghts ( it was developed to be used INSIDE TVs) i use about 15cm and a long USB cable for the connection to the pc. Oh and for those who dont want to tweak the facetrack settings endlessly, here is my config file: https://www.dropbox.com/s/hcs73q87o29238t/bennihat.ini
-
For those who experience drag along the Z-Axis. Try not to move the Sensor after Power-up (plug in usb). if you move it right afterwards you'll get drag.
-
danczer: typo! missing ; after sensitivity = 1.0/FS_SEL and its always returning into the start position
-
UPS, looks like the Thread is not dead :) haven tlooked in since page 4 :)... oh and for the ppl asking which orientation is needed, i put mine on top of the headset so that the connector pins face to the left
-
will work, the leonardo uses the same Microcontroller as the china board i described in my guide( just use other ports for "SDA SCL" <- I²C , analogue 4 and 5 i guess... but you ll need to check if thats correct)
-
OOPS, Typo :) facetrack 1.7 is correct :)
-
newest version of facetrack has the accela in as well. but i needed to disable filters completly just smoothing set to 15. gets a great responsivness and there is realy no need for filters with this setup. The 20$ Thing Should work, it has the same Microprocessor and the same Gyroscope Chip as my setup. you might have to tweak the firmware a bit, because it will probably use other I/O Ports. Nothing fancy though. The only diffenerence should be that you have to solder on 4 wires in my setup. my idea was to go as cheap as possible, thats why i put these two things in my guide.
-
yes its a kave:-) (Does yours buzz too, when theres no sound played?) Its powerd by the connection micro usb cable. wireless would be possible, via bluetooth for example, but my pc lacks a bluetooth unit so i did not do this yes thats basicly both parts soldered onto one board. you could google for "freeIMU" to get several of these things. RC Helicopter Guys need them regulary. The Breadboard is not necessary, was just for testing. all you need is an arduino compatible microcontroller and a MPU6050 Unit
-
yeah EBAY is the way to go for these stuff, i always order my electronic components straigt from there. usually takes about a week to arive (to germany) NZ should be faster :)
-
So why not use a Cam? i could tell you why i sold my TrackIR today :) I never could find the perfect Cam position so i had to constantly move it and stuff ( i dont sit on the same spot all the time...) thats why i tried this and it works like a charm. https://www.dropbox.com/s/8drhb76dg8xgkk9/IMAG0140.jpg https://www.dropbox.com/s/opb70vlotrh5anz/IMAG0141.jpg oh and see it in action...
-
I will attach it when i got the Kids in Bed, Should be around 7 o'clock or something, will do another vid then. @Tonci: Gruss aus Dortmund
-
thats what i am doing, the big white Breadboard ist just for wire testing. ill put it right on top of my headset
-
i only activated freelook, because i like to lean using Q and E. but arma side its possible. The Hardware can do it aswell, have not testet if the facetrack plugin handles acceleration but if it does, leaning would be possible
-
Hello, Ive setup a dedicated Server which runs just fine. but how do i change Parameters like fast travel or weather in the warfare BE 250?
-
ah ok, thx. no way to changes things in a running game?
-
nothing happens if i enter "parameters" or "#parameters"? where should i do this?