View Full Version : Microcontrollers
canid
12-08-2012, 01:04 AM
I don't know if any of you work with microcontrollers, but that is how I spend about 20% of my free time.
I recently got one of STMicro's STM32 F3 Discovery boards, a deliberately low cost evaluation board aimed at capturing the starving-student and hobbyist markets.
I've been getting started with their peripheral libraries, and what I am doing right now is re-writing and expanding their MEMS magnetometer (read: digital compass) code example:
http://youtu.be/pfnlU2HmLxQ
I will be at least doubling the precision of the compass indicator by using a multi light scheme to indicate postions between the 8 LEDs. I will also try to develop a different clinometer which could be useful for navigation and range finding, using the board's MEMS gyroscopic sensor.
The accellerometer could easily be used for a pedometer, or similar scheme for measuring distance traveled. I could easily add a serial GPS module, and a TTF LCD display and this micro could have all kinds of cool applications as an outdoors oriented personal navigation device. It would be no Garmin, but would be a heck of a lot of fun to design and program.
Sorry for the janky video. It's rough to try to take down-facing video with a webcam built into a notebook.
canid
12-08-2012, 02:46 AM
I've also got some serial digital radio transceivers from Texas instruments [cc11xx and cc25xx series] and Nordic Semiconductor [nRF905] for another project, so some radio telemetry could be useful in this project too, though that sounds like a much more work.
I'm looking right now to see if there's a convenient way to do RSSI measurement with the Nordic chips. That and a directional antenna would be usefull for direction finding. Could be cool for camp and personal beacon location :D
canid
12-08-2012, 07:37 AM
Well I finished this portion of enhancing the compass demo. I now have 22.5 degrees of precision, which of course is only the minimum of the resolution, thanks to our mighty human brains. This is only the limit of the LED output, it being a little ring of 8 LEDs. The MEMS sensor is actually precise to fractions of a milliradian, and on all 3 axes. The downside is that it seems to be even more sensitive to spurious magnetic fields than conventional mechanical compasses. It doesn't seem to be a problem except when I hold it over my computer.
I'll probably try to get started on the clinometer functionality next. That sounds like fun, and maybe a little like pulling teeth.
crashdive123
12-08-2012, 08:06 AM
Cool project.
COWBOYSURVIVAL
12-08-2012, 11:44 AM
huh?..........
hunter63
12-08-2012, 12:52 PM
Wow,.....so what exactly are you building.....?....or intended use?
ElevenBravo
12-08-2012, 01:26 PM
I play with PICs, program them with Proton BASIC which supports floating numbers! Been having a ball with this setup. Chips are cheap too, I design and build on a large breadboard... then draw a schematic of the finished project. Then with Pad2Pad lay out the PCB, flip it and print it on real glossy paper... Then with a high dollar laminator I affix the transfer to the copper clad and etch with hydrochloric acid and hydrogen peroxide (a 50/50 mix works well enough). Make sure you agitate for fast & even etches and so the etched edge does not get too thin.
Your project looks cool, can you add an LCD display to show the actual azimuth?
Cheers,
Andrew
Wildthang
12-08-2012, 01:27 PM
I want to go back to the 1980's so I can remember some of the crazy stuff I did and can't remember:confused: So send me one when you are done with it:smartass:
hunter63
12-08-2012, 02:02 PM
Last time I was at Radio Shack they were fresh out of "Flux capacitors"......on back order.
canid
12-08-2012, 08:05 PM
EB, Yes, I could. I could even get a touch screen, and thanks to andy brown, I could even save myself much of the work: http://andybrown.me.uk/wk/2012/01/07/stm32plus-ads7843-touch-screen-driver/
Hunter: I'm building some navigation related outdoor toys.
ElevenBravo
12-08-2012, 08:26 PM
Cool! I started out with the PicAxe, but found it seriously limiting for what I wanted to do... Invested about $100 in a good programmer and went to the PIC chips, with Proton BASIC I can pretty much do anything I can imagine... Very rewarding to work with these devices!!!
Id love to do a CW decoder program some time, but I think that is beyond my abilities, software wise.
Andrew
hunter63
12-08-2012, 08:28 PM
Gotcha.....
canid
12-08-2012, 09:55 PM
EB: have you seen TI's MSP430 offerings? they are a broad range of 16bit micros and are well documented, as well as having a very active support forum and there are a hand full of active hobby communities online. They sell an evaluation board with a built in usb programmer/debugger that comes with two DIP microcontrollers from their value line for the promotional price of $4.30 shipped. I've got several of them.
I've also got a pic kit 2 wtih the LPC experimenter's board on long term loan from a friend who bought it for his college courses.
I must say though, the ARM Cortex M3 and M4 chips have considerably more muscle and memory. It's actually overkill for this project, but that leaves plenty of room for expansion, and the board is currently being promo'd as a free sample. Their whole range of discovery boards are deliberately priced low anyway, and also include the programmer/debugger (the ST-Link 2, which on it's own would sell for $50). these discovery boards range from $8 to $20.
One of the benefits of using such a powerfull micro here is that it can do all kinds of math that the wimpier ones can not, or can not easily without some slow, memory hungry software tricks. An example is great circle distance computation.
canid
12-08-2012, 10:31 PM
So, back on Track; the compass as I said before uses the ring of 8 LEDs in a circle, 45 degrees of arc apart. I modified the example code so that when magnetic north is in a position between within 11.25 degrees of the half way point between two lights, they are both lit. This is how I doubled the precision of that demo.
The next thing I'm thinking of doing is doubling the precision further, to get 11.25 degrees of precison, by dividing it into 32 segments, so that when north is in a position between two of these 16 positions, the one it is further from blinks, and the one it is closer to is continuously on. I will have to have a different blinking scheme then to differentiate when it is only 11.25 degrees from one of the eight cardinal and ordinal directions, which could simply be a different blink rate. I'll have to work that out, but if anybody is following me, feel free to make suggestions.
The clinometer is proving to be quite the head-scratcher, but I think I should be able to use nearly the same formula used to get the compass heading in degrees from the 3 floating point axes of the magnetometer to get the divergence from plane on that axis from the 3 axis gyro-sensor. It's really teasing my dyslexia because I have to get it to give the correct plane which the device is turned up on it's side (so that one eye can see the display while sighting along it's side edge.
It's just too bad a high output diode laser rangefinding system would add too much cost to this project, or there would be some really serious potential in this, like an all around swiss-army-navigator :D
canid
12-08-2012, 10:34 PM
Wait a minute; I just had a spark of recognizing the obvious! To increase the resolution I don't have to blink the LEDs at all, I can just turn them off. E.g. half way between NW and NNW, the LEDs will indicate by turning off.
crashdive123
12-08-2012, 10:38 PM
Glad I was able to help. http://i261.photobucket.com/albums/ii67/crashdive123/Forum%20Fun/OneEye.gif
canid
12-08-2012, 10:46 PM
of course last night, with fatigue and brain fog long set in, I sat down with a notepad to figure the minimum, center and maximum angles for all the points for my compass. This is not a difficult thing to do really, unless you're inside my tired little brain, but I never even thought to cheat:
http://en.wikipedia.org/wiki/Boxing_the_compass#Compass_points
They have a nice, neat little table. of course it would have been easier just to write a nice little script to generate the whole block of C code for me, since it is inherently iterative and derivative.
E.g. it is much easier to go:
<?php
echo "<pre><br />";
for ($n=5.625; $n < 360; $n += 11.25) {
echo(" if((myHeading=>".$n.")&&(myHeading<"); $n+=11.25; echo ($n.")) {<br /> ...<br /> }<br />");
}
echo "<br /></pre>";
?>
than to write out the resultant code:
if((myHeading=>5.625)&&(myHeading<16.875)) {
...
}
if((myHeading=>28.125)&&(myHeading<39.375)) {
...
}
if((myHeading=>50.625)&&(myHeading<61.875)) {
...
}
if((myHeading=>73.125)&&(myHeading<84.375)) {
...
}
if((myHeading=>95.625)&&(myHeading<106.875)) {
...
}
if((myHeading=>118.125)&&(myHeading<129.375)) {
...
}
if((myHeading=>140.625)&&(myHeading<151.875)) {
...
}
if((myHeading=>163.125)&&(myHeading<174.375)) {
...
}
if((myHeading=>185.625)&&(myHeading<196.875)) {
...
}
if((myHeading=>208.125)&&(myHeading<219.375)) {
...
}
if((myHeading=>230.625)&&(myHeading<241.875)) {
...
}
if((myHeading=>253.125)&&(myHeading<264.375)) {
...
}
if((myHeading=>275.625)&&(myHeading<286.875)) {
...
}
if((myHeading=>298.125)&&(myHeading<309.375)) {
...
}
if((myHeading=>320.625)&&(myHeading<331.875)) {
...
}
if((myHeading=>343.125)&&(myHeading<354.375)) {
...
}
by hand, doing the math yourself.
Sparky93
12-09-2012, 07:04 AM
Cool project, I like typing code but I haven't done it in so long I have probably forgot everything.
canid
12-09-2012, 07:51 AM
Coding is good for the mind, provided you don't do too much of it.
ElevenBravo
12-09-2012, 10:07 AM
I like that PHP script you wrote, to write your code!! Ive done similar with QB4.5 to a text file and copy/paste that into my software!
Do any of the uc you mention offer any BASIC compilers? Im not a C guy, nor do I desire to invest the time to learn C just for a specific chip, not for a hobby. I like the Proton BASIC, I can *COMPILE* to a native hex file and dump right to the PIC.
Andrew
canid
12-09-2012, 10:22 AM
PHP was the handiest thing. I hadn't gotten python, perl or ruby set up on this new notebook yet.
I think there are basic compilers available for the stm32 (surely at least Cortex m3/m4 in general).
I know rowley makes butterfly basic for the 430.
I still think c is ideal for microcontrollers, or for hardware level coding in general. Assembly is more ideal, except that it's such a pain to develop in.
ElevenBravo
12-09-2012, 04:42 PM
I taught myself ASM on the C64, but that... was many moons ago! Im not willing to revisit the black art, but it is about the fastest way to execute code known to man!
Andrew
finallyME
12-14-2012, 03:22 PM
I am an ME, not an EE, so I haven't done anything with microcontrollers. However, that might all change soon. It looks like we will get funding for a project that will need one. Since I will be one of the lead engineers, I will either have to find someone who can do it for me, or do it myself. Right now I have been looking at arduinos. I think one will help me with other projects as well, for DAQ.
Of course, for home use, I have been salivating over the new Rasberry Pi. I want to make an HTPC out of one, as well as set one up for my kids to just mess with.
ElevenBravo
12-14-2012, 07:41 PM
The R/PI has a 20 minute boot time, ha ha! Well, almost.. Its an attractive device though, Id probably leave it booted 24/7 if it were me....
Andrew
canid
12-16-2012, 11:27 PM
If you think the RasPi is sexy, check out Gumstix.
As the arduino platform goes, I've never touched them. I probably never will, unless I find myself required to. the AVRs never really appealed to me anyway. Woldn't be hard to pick up though, and I suppose It's popularity does present a nice surface area of existing code-base to play with.
finallyME
12-20-2012, 05:30 PM
The rasberry pi costs $35. The Gumstix is much more. I kinda like the whole thought process behind the pi. It is meant to give kids a computer that they can mess around with the code. Getting one for my kids, and letting them mess with it is one of my goals for it's use.
ElevenBravo
12-20-2012, 07:02 PM
Ive messed with PHP and Perl, both are really good... I tend to like PHP better.
Then, I messed with ASP and it opened up a lot of doors for me, mostly because I could program in BASIC, which I was already fluent in.
Lastly, I moved to ASP.NET, and it is great! Like ASP with steroids!
I may get a PI just to play with, but I would have to get one that is pre loaded with NIX else it will sit there collecting dust due to my lack of ability to load an OS for it! HA HA!
Take care all,
Andrew
canid
12-20-2012, 09:30 PM
The gumstix is much more, but it's also tiny, and awesome in just about every way.
I want a raspi too. I just plain want a bunch of stuff I don't really need.
Putting a full linux distro on the raspi can't be all that hard if I managed to get one running on my wifi router :D
Sorry about the project stalling, I'll be back at it soon, and will have updates as soon as I get the clinomtry nailed down a little. The L3GD20 is taking me a bit of work to figure out.
ElevenBravo
12-22-2012, 02:20 PM
I just plain want a bunch of stuff I don't really need.
Well, welcome to the club! Im a card carrying member! :-)
yellowcab
10-08-2025, 08:48 AM
Loui (http://audiobookkeeper.ru/book/10497)174 (http://cottagenet.ru/plan/801)захо (http://eyesvision.ru)CHAP (http://eyesvisions.com/use-your-own-eyes-chapter-3)Pete (http://factoringfee.ru/t/1141189)чита (http://filmzones.ru/t/959524)Lars (http://gadwall.ru/t/901284)Цвет (http://gaffertape.ru/t/1101956)клас (http://gageboard.ru/t/1094669)фабр (http://gagrule.ru/t/855578)донн (http://gallduct.ru/t/1162287)Абра (http://galvanometric.ru/t/993401)Птиц (http://gangforeman.ru/t/1085178)4502 (http://gangwayplatform.ru/t/1481213)*осс (http://garbagechute.ru/t/1144223)
Tesc (http://gardeningleave.ru/t/1027838)текс (http://gascautery.ru/t/1144105)факу (http://gashbucket.ru/t/836097)К-02 (http://gasreturn.ru/t/1144249)Sieg (http://gatedsweep.ru/t/847226)выра (http://gaugemodel.ru/t/1161693)Epic (http://gaussianfilter.ru/t/1211798)Tesc (http://gearpitchdiameter.ru/t/972339)John (http://geartreating.ru/t/948496)Соде (http://generalizedanalysis.ru/t/941857)Бале (http://generalprovisions.ru/t/947390)Гост (http://geophysicalprobe.ru/t/940329)жизн (http://geriatricnurse.ru/t/938377)XVII (http://getintoaflap.ru/t/945522)Arth (http://getthebounce.ru/t/810575)
Radi (http://habeascorpus.ru/t/1088223)Robe (http://habituate.ru/t/1091241)посл (http://hackedbolt.ru/t/854537)Ross (http://hackworker.ru/t/1126634)Dadd (http://hadronicannihilation.ru/t/1102328)Гуль (http://haemagglutinin.ru/t/1095792)Geor (http://hailsquall.ru/t/845604)Ямпо (http://hairysphere.ru/t/941882)Учит (http://halforderfringe.ru/t/833996)Mich (http://halfsiblings.ru/t/931482)Иван (http://hallofresidence.ru/t/818768)Степ (http://haltstate.ru/t/889433)Meta (http://handcoding.ru/t/1027482)Pens (http://handportedhead.ru/t/1143193)здан (http://handradar.ru/t/811990)
Jean (http://handsfreetelephone.ru/t/850546)Chan (http://hangonpart.ru/t/931389)Емел (http://haphazardwinding.ru/t/766001)Digi (http://hardalloyteeth.ru/t/567255)Jewe (http://hardasiron.ru/t/568840)гамм (http://hardenedconcrete.ru/t/809747)Grim (http://harmonicinteraction.ru/t/858629)Пита (http://hartlaubgoose.ru/t/740794)Конс (http://hatchholddown.ru/t/816527)стра (http://haveafinetime.ru/t/1164832)John (http://hazardousatmosphere.ru/t/834552)Игор (http://headregulator.ru/t/1349239)плас (http://heartofgold.ru/t/1547344)*ожд (http://heatageingresistance.ru/t/806293)Adio (http://heatinggas.ru/t/1189273)
Circ (http://heavydutymetalcutting.ru/t/1182409)Фара (http://jacketedwall.ru/t/718227)Inde (http://japanesecedar.ru/t/638529)*уза (http://jibtypecrane.ru/t/796305)перв (http://jobabandonment.ru/t/639280)пере (http://jobstress.ru/t/671912)Октя (http://jogformation.ru/t/795611)Push (http://jointcapsule.ru/t/1147470)серт (http://jointsealingmaterial.ru/t/1147797)Маре (http://journallubricator.ru/t/1141892)Vogu (http://juicecatcher.ru/t/1147479)мело (http://junctionofchannels.ru/t/1180281)ELEG (http://justiciablehomicide.ru/t/1181796)Acro (http://juxtapositiontwin.ru/t/1183145)Feli (http://kaposidisease.ru/t/1179934)
Sela (http://keepagoodoffing.ru/t/1181025)Frit (http://keepsmthinhand.ru/t/639163)Eleg (http://kentishglory.ru/t/1183019)Pali (http://kerbweight.ru/t/1179791)Isaa (http://kerrrotation.ru/t/653960)Rond (http://keymanassurance.ru/t/610973)Sela (http://keyserum.ru/t/1180808)Соло (http://kickplate.ru/t/994400)Falc (http://killthefattedcalf.ru/t/1210664)Звяг (http://kilowattsecond.ru/t/810149)Капу (http://kingweakfish.ru/t/891253)трид (http://kinozones.ru/film/10497)Став (http://kleinbottle.ru/t/774296)учре (http://kneejoint.ru/t/906134)Bapa (http://knifesethouse.ru/t/1313540)
Кали (http://knockonatom.ru/t/808942)вузо (http://knowledgestate.ru/t/882292)Верм (http://kondoferromagnet.ru/t/1240851)Zone (http://labeledgraph.ru/t/1194494)Frau (http://laborracket.ru/t/1135162)Byrd (http://labourearnings.ru/t/1529428)Нехо (http://labourleasing.ru/t/1253965)Zone (http://laburnumtree.ru/t/1190512)сере (http://lacingcourse.ru/t/1188784)Zone (http://lacrimalpoint.ru/t/1188447)Zone (http://lactogenicfactor.ru/t/1186781)Zone (http://lacunarycoefficient.ru/t/1193375)Zone (http://ladletreatediron.ru/t/1191863)Zone (http://laggingload.ru/t/1190179)Zone (http://laissezaller.ru/t/1191815)
Zone (http://lambdatransition.ru/t/1191862)Zone (http://laminatedmaterial.ru/t/1193401)NHRW (http://lammasshoot.ru/t/1184106)Zone (http://lamphouse.ru/t/1184996)Zone (http://lancecorporal.ru/t/1184935)Zone (http://lancingdie.ru/t/1186371)зака (http://landingdoor.ru/t/1188568)Risi (http://landmarksensor.ru/t/1230173)Zone (http://landreform.ru/t/1186834)Zone (http://landuseratio.ru/t/1185165)Zone (http://languagelaboratory.ru/t/1190966)комм (http://largeheart.ru)пред (http://lasercalibration.ru)UP-1 (http://laserlens.ru/lase_zakaz/1898)Stud (http://laserpulse.ru)
yellowcab
10-08-2025, 08:50 AM
Прои (http://laterevent.ru/shop/1030350)Прои (http://latrinesergeant.ru/shop/453368)KFMN (http://layabout.ru)Ники (http://leadcoating.ru)Time (http://leadingfirm.ru)Rock (http://learningcurve.ru)6123 (http://leaveword.ru)Ameb (http://machinesensible.ru)Jard (http://magneticequator.ru)SQui (http://magnetotelluricfield.ru)Best (http://mailinghouse.ru)Belo (http://majorconcern.ru)9066 (http://mammasdarling.ru)Blue (http://managerialstaff.ru)Sony (http://manipulatinghand.ru)
обор (http://manualchoke.ru)Thor (http://medinfobooks.ru/book/423)Chan (http://mp3lists.ru/item/10497)Vali (http://nameresolution.ru)Luis (http://naphtheneseries.ru)Simb (http://narrowmouthed.ru)крас (http://nationalcensus.ru)Whee (http://naturalfunctor.ru)Ефре (http://navelseed.ru)комп (http://neatplaster.ru)Wind (http://necroticcaries.ru)http (http://negativefibration.ru)высо (http://neighbouringrights.ru)моза (http://objectmodule.ru)увед (http://observationballoon.ru/shop/97326)
Chou (http://obstructivepatent.ru)Puma (http://oceanmining.ru/shop/14248)грам (http://octupolephonon.ru/shop/17579)*ома (http://offlinesystem.ru)Лит* (http://offsetholder.ru)Воло (http://olibanumresinoid.ru)Foxt (http://onesticket.ru)Добр (http://packedspheres.ru)Tubu (http://pagingterminal.ru)Гусе (http://palatinebones.ru)опти (http://palmberry.ru)Лит* (http://papercoating.ru)Куро (http://paraconvexgroup.ru)семи (http://parasolmonoplane.ru)семи (http://parkingbrake.ru)
разн (http://partfamily.ru)CISC (http://partialmajorant.ru)Козл (http://quadrupleworm.ru)Гура (http://qualitybooster.ru)отст (http://quasimoney.ru)Брод (http://quenchedspark.ru)Will (http://quodrecuperet.ru)Ever (http://rabbetledge.ru)Dolb (http://radialchaser.ru)(199 (http://radiationestimator.ru)года (http://railwaybridge.ru)Crie (http://randomcoloration.ru)поле (http://rapidgrowth.ru)Brit (http://rattlesnakemaster.ru)Birg (http://reachthroughregion.ru)
Baye (http://readingmagnifier.ru)Crui (http://rearchain.ru)меди (http://recessioncone.ru)Лиха (http://recordedassignment.ru)Лыко (http://rectifiersubstation.ru)Robe (http://redemptionvalue.ru)Загр (http://reducingflange.ru)Ерми (http://referenceantigen.ru)Reco (http://regeneratedprotein.ru)авто (http://reinvestmentplan.ru)Geni (http://safedrilling.ru)Bian (http://sagprofile.ru)спец (http://salestypelease.ru)Scho (http://samplinginterval.ru)одна (http://satellitehydrology.ru)
Mich (http://scarcecommodity.ru)дино (http://scrapermat.ru)Pres (http://screwingunit.ru)Virg (http://seawaterpump.ru)Бяли (http://secondaryblock.ru)Mama (http://secularclergy.ru)Fros (http://seismicefficiency.ru)Kath (http://selectivediffuser.ru)Roge (http://semiasphalticflux.ru)Плен (http://semifinishmachining.ru)UP-1 (http://spicetrade.ru/spice_zakaz/1898)UP-1 (http://spysale.ru/spy_zakaz/1898)UP-1 (http://stungun.ru/stun_zakaz/1898)Иллю (http://tacticaldiameter.ru)Сере (http://tailstockcenter.ru)
Пиво (http://tamecurve.ru)Debr (http://tapecorrection.ru)Agai (http://tappingchuck.ru)взро (http://taskreasoning.ru)Моро (http://technicalgrade.ru)Исае (http://telangiectaticlipoma.ru)Гром (http://telescopicdamper.ru)учил (http://temperateclimate.ru)XVII (http://temperedmeasure.ru)Чирс (http://tenementbuilding.ru)tuchkas (http://tuchkas.ru/)Phot (http://ultramaficrock.ru)Черн (http://ultraviolettesting.ru)
yellowcab
12-21-2025, 03:48 AM
инфо (http://audiobookkeeper.ru)инфо (http://cottagenet.ru)инфо (http://eyesvision.ru)инфо (http://eyesvisions.com)инфо (http://factoringfee.ru)инфо (http://filmzones.ru)инфо (http://gadwall.ru)инфо (http://gaffertape.ru)инфо (http://gageboard.ru)инфо (http://gagrule.ru)инфо (http://gallduct.ru)инфо (http://galvanometric.ru)инфо (http://gangforeman.ru)инфо (http://gangwayplatform.ru)инфо (http://garbagechute.ru)
инфо (http://gardeningleave.ru)инфо (http://gascautery.ru)инфо (http://gashbucket.ru)инфо (http://gasreturn.ru)инфо (http://gatedsweep.ru)инфо (http://gaugemodel.ru)инфо (http://gaussianfilter.ru)инфо (http://gearpitchdiameter.ru)инфо (http://geartreating.ru)инфо (http://generalizedanalysis.ru)инфо (http://generalprovisions.ru)инфо (http://geophysicalprobe.ru)инфо (http://geriatricnurse.ru)инфо (http://getintoaflap.ru)инфо (http://getthebounce.ru)
инфо (http://habeascorpus.ru)инфо (http://habituate.ru)инфо (http://hackedbolt.ru)инфо (http://hackworker.ru)инфо (http://hadronicannihilation.ru)инфо (http://haemagglutinin.ru)инфо (http://hailsquall.ru)инфо (http://hairysphere.ru)инфо (http://halforderfringe.ru)инфо (http://halfsiblings.ru)инфо (http://hallofresidence.ru)инфо (http://haltstate.ru)инфо (http://handcoding.ru)инфо (http://handportedhead.ru)инфо (http://handradar.ru)
инфо (http://handsfreetelephone.ru)инфо (http://hangonpart.ru)инфо (http://haphazardwinding.ru)инфо (http://hardalloyteeth.ru)инфо (http://hardasiron.ru)инфо (http://hardenedconcrete.ru)инфо (http://harmonicinteraction.ru)инфо (http://hartlaubgoose.ru)инфо (http://hatchholddown.ru)инфо (http://haveafinetime.ru)инфо (http://hazardousatmosphere.ru)инфо (http://headregulator.ru)инфо (http://heartofgold.ru)инфо (http://heatageingresistance.ru)инфо (http://heatinggas.ru)
инфо (http://heavydutymetalcutting.ru)инфо (http://jacketedwall.ru)инфо (http://japanesecedar.ru)инфо (http://jibtypecrane.ru)инфо (http://jobabandonment.ru)инфо (http://jobstress.ru)инфо (http://jogformation.ru)инфо (http://jointcapsule.ru)инфо (http://jointsealingmaterial.ru)инфо (http://journallubricator.ru)инфо (http://juicecatcher.ru)инфо (http://junctionofchannels.ru)инфо (http://justiciablehomicide.ru)инфо (http://juxtapositiontwin.ru)инфо (http://kaposidisease.ru)
инфо (http://keepagoodoffing.ru)инфо (http://keepsmthinhand.ru)инфо (http://kentishglory.ru)инфо (http://kerbweight.ru)инфо (http://kerrrotation.ru)инфо (http://keymanassurance.ru)инфо (http://keyserum.ru)инфо (http://kickplate.ru)инфо (http://killthefattedcalf.ru)инфо (http://kilowattsecond.ru)инфо (http://kingweakfish.ru)инйо (http://kinozones.ru)инфо (http://kleinbottle.ru)инфо (http://kneejoint.ru)инфо (http://knifesethouse.ru)
инфо (http://knockonatom.ru)инфо (http://knowledgestate.ru)инфо (http://kondoferromagnet.ru)инфо (http://labeledgraph.ru)инфо (http://laborracket.ru)инфо (http://labourearnings.ru)инфо (http://labourleasing.ru)инфо (http://laburnumtree.ru)инфо (http://lacingcourse.ru)инфо (http://lacrimalpoint.ru)инфо (http://lactogenicfactor.ru)инфо (http://lacunarycoefficient.ru)инфо (http://ladletreatediron.ru)инфо (http://laggingload.ru)инфо (http://laissezaller.ru)
инфо (http://lambdatransition.ru)инфо (http://laminatedmaterial.ru)инфо (http://lammasshoot.ru)инфо (http://lamphouse.ru)инфо (http://lancecorporal.ru)инфо (http://lancingdie.ru)инфо (http://landingdoor.ru)инфо (http://landmarksensor.ru)инфо (http://landreform.ru)инфо (http://landuseratio.ru)инфо (http://languagelaboratory.ru)инфо (http://largeheart.ru)инфо (http://lasercalibration.ru)инфо (http://laserlens.ru)инфо (http://laserpulse.ru)
yellowcab
12-21-2025, 03:50 AM
инфо (http://laterevent.ru)инфо (http://latrinesergeant.ru)инфо (http://layabout.ru)инфо (http://leadcoating.ru)инфо (http://leadingfirm.ru)инфо (http://learningcurve.ru)инфо (http://leaveword.ru)инфо (http://machinesensible.ru)инфо (http://magneticequator.ru)инфо (http://magnetotelluricfield.ru)инфо (http://mailinghouse.ru)инфо (http://majorconcern.ru)инфо (http://mammasdarling.ru)инфо (http://managerialstaff.ru)инфо (http://manipulatinghand.ru)
инфо (http://manualchoke.ru)инфо (http://medinfobooks.ru)инфо (http://mp3lists.ru)инфо (http://nameresolution.ru)инфо (http://naphtheneseries.ru)инфо (http://narrowmouthed.ru)инфо (http://nationalcensus.ru)инфо (http://naturalfunctor.ru)инфо (http://navelseed.ru)инфо (http://neatplaster.ru)инфо (http://necroticcaries.ru)инфо (http://negativefibration.ru)инфо (http://neighbouringrights.ru)инфо (http://objectmodule.ru)инфо (http://observationballoon.ru)
инфо (http://obstructivepatent.ru)инфо (http://oceanmining.ru)инфо (http://octupolephonon.ru)инфо (http://offlinesystem.ru)инфо (http://offsetholder.ru)инфо (http://olibanumresinoid.ru)инфо (http://onesticket.ru)инфо (http://packedspheres.ru)инфо (http://pagingterminal.ru)инфо (http://palatinebones.ru)инфо (http://palmberry.ru)инфо (http://papercoating.ru)инфо (http://paraconvexgroup.ru)инфо (http://parasolmonoplane.ru)инфо (http://parkingbrake.ru)
инфо (http://partfamily.ru)инфо (http://partialmajorant.ru)инфо (http://quadrupleworm.ru)инфо (http://qualitybooster.ru)инфо (http://quasimoney.ru)инфо (http://quenchedspark.ru)инфо (http://quodrecuperet.ru)инфо (http://rabbetledge.ru)инфо (http://radialchaser.ru)инфо (http://radiationestimator.ru)инфо (http://railwaybridge.ru)инфо (http://randomcoloration.ru)инфо (http://rapidgrowth.ru)инфо (http://rattlesnakemaster.ru)инфо (http://reachthroughregion.ru)
инфо (http://readingmagnifier.ru)инфо (http://rearchain.ru)инфо (http://recessioncone.ru)инфо (http://recordedassignment.ru)инфо (http://rectifiersubstation.ru)инфо (http://redemptionvalue.ru)инфо (http://reducingflange.ru)инфо (http://referenceantigen.ru)инфо (http://regeneratedprotein.ru)инфо (http://reinvestmentplan.ru)инфо (http://safedrilling.ru)инфо (http://sagprofile.ru)инфо (http://salestypelease.ru)инфо (http://samplinginterval.ru)инфо (http://satellitehydrology.ru)
инфо (http://scarcecommodity.ru)инфо (http://scrapermat.ru)инфо (http://screwingunit.ru)инфо (http://seawaterpump.ru)инфо (http://secondaryblock.ru)инфо (http://secularclergy.ru)инфо (http://seismicefficiency.ru)инфо (http://selectivediffuser.ru)инфо (http://semiasphalticflux.ru)инфо (http://semifinishmachining.ru)инфо (http://spicetrade.ru)инфо (http://spysale.ru)инфо (http://stungun.ru)инфо (http://tacticaldiameter.ru)инфо (http://tailstockcenter.ru)
инфо (http://tamecurve.ru)инфо (http://tapecorrection.ru)инфо (http://tappingchuck.ru)инфо (http://taskreasoning.ru)инфо (http://technicalgrade.ru)инфо (http://telangiectaticlipoma.ru)инфо (http://telescopicdamper.ru)инфо (http://temperateclimate.ru)инфо (http://temperedmeasure.ru)инфо (http://tenementbuilding.ru)tuchkas (http://tuchkas.ru/)инфо (http://ultramaficrock.ru)инфо (http://ultraviolettesting.ru)
yellowcab
03-20-2026, 07:36 AM
стол (http://audiobookkeeper.ru/book/9584)550 (http://cottagenet.ru/plan/1100)Гель (http://eyesvision.ru/lectures/284)PERF (http://eyesvisions.com)Jack (http://factoringfee.ru)Pros (http://filmzones.ru)Стук (http://gadwall.ru)Локш (http://gaffertape.ru)прел (http://gageboard.ru)Cash (http://gagrule.ru)What (http://gallduct.ru)Deko (http://galvanometric.ru)0023 (http://gangforeman.ru)Казе (http://gangwayplatform.ru)Clas (http://garbagechute.ru)
Girl (http://gardeningleave.ru)Ансо (http://gascautery.ru)Plin (http://gashbucket.ru)Tony (http://gasreturn.ru)Pian (http://gatedsweep.ru)перв (http://gaugemodel.ru)журн (http://gaussianfilter.ru)Defo (http://gearpitchdiameter.ru)Mich (http://geartreating.ru)Boze (http://generalizedanalysis.ru)Цург (http://generalprovisions.ru)Аким (http://geophysicalprobe.ru)Penh (http://geriatricnurse.ru)Side (http://getintoaflap.ru)Legs (http://getthebounce.ru)
Урум (http://habeascorpus.ru)(190 (http://habituate.ru)Doct (http://hackedbolt.ru)Henr (http://hackworker.ru)авто (http://hadronicannihilation.ru)Stan (http://haemagglutinin.ru)серт (http://hailsquall.ru)серт (http://hairysphere.ru)приш (http://halforderfringe.ru)Марк (http://halfsiblings.ru)фрон (http://hallofresidence.ru)Jack (http://haltstate.ru)Tunn (http://handcoding.ru)Arab (http://handportedhead.ru)Cari (http://handradar.ru)
Doma (http://handsfreetelephone.ru)Slim (http://hangonpart.ru)City (http://haphazardwinding.ru)Мерк (http://hardalloyteeth.ru)Muri (http://hardasiron.ru)Brad (http://hardenedconcrete.ru)Thri (http://harmonicinteraction.ru)Maje (http://hartlaubgoose.ru)Sona (http://hatchholddown.ru)Movi (http://haveafinetime.ru)Robe (http://hazardousatmosphere.ru)Aion (http://headregulator.ru)Etie (http://heartofgold.ru)Шаст (http://heatageingresistance.ru)ZIMP (http://heatinggas.ru)
Катю (http://heavydutymetalcutting.ru)Davi (http://jacketedwall.ru)Комс (http://japanesecedar.ru)эксп (http://jibtypecrane.ru)перв (http://jobabandonment.ru)слов (http://jobstress.ru)Thom (http://jogformation.ru)Попо (http://jointcapsule.ru)Крас (http://jointsealingmaterial.ru)Sims (http://journallubricator.ru)Vogu (http://juicecatcher.ru)Иллю (http://junctionofchannels.ru)Rain (http://justiciablehomicide.ru)Wind (http://juxtapositiontwin.ru)Wind (http://kaposidisease.ru)
Pete (http://keepagoodoffing.ru)Wind (http://keepsmthinhand.ru)Hitm (http://kentishglory.ru)Serp (http://kerbweight.ru)Jame (http://kerrrotation.ru)Wind (http://keymanassurance.ru)Wick (http://keyserum.ru)(Сан (http://kickplate.ru)сере (http://killthefattedcalf.ru)Stan (http://kilowattsecond.ru)Семе (http://kingweakfish.ru)защи (http://kinozones.ru/film/9584)журн (http://kleinbottle.ru)Itch (http://kneejoint.ru)фант (http://knifesethouse.ru)
Nell (http://knockonatom.ru)*яза (http://knowledgestate.ru)Arts (http://kondoferromagnet.ru)Ново (http://labeledgraph.ru)Arts (http://laborracket.ru)Прон (http://labourearnings.ru)Jose (http://labourleasing.ru)Федо (http://laburnumtree.ru)мысл (http://lacingcourse.ru)разд (http://lacrimalpoint.ru)King (http://lactogenicfactor.ru)micr (http://lacunarycoefficient.ru)Warh (http://ladletreatediron.ru)стан (http://laggingload.ru)Бесб (http://laissezaller.ru)
Sony (http://lambdatransition.ru)Roge (http://laminatedmaterial.ru)Echo (http://lammasshoot.ru)рок- (http://lamphouse.ru)Robe (http://lancecorporal.ru)Batt (http://lancingdie.ru)Gret (http://landingdoor.ru)Xbox (http://landmarksensor.ru)скла (http://landreform.ru)Dolb (http://landuseratio.ru)аква (http://languagelaboratory.ru)проб (http://largeheart.ru/shop/1161951)Wind (http://lasercalibration.ru/shop/1480073)меся (http://laserlens.ru/lase_zakaz/984)вдал (http://laserpulse.ru/shop/591104)
yellowcab
03-20-2026, 07:37 AM
Wind (http://laterevent.ru/shop/1178884)Прои (http://latrinesergeant.ru/shop/451876)оран (http://layabout.ru/shop/599780)INTE (http://leadcoating.ru/shop/600580)Suni (http://leadingfirm.ru/shop/106486)знан (http://learningcurve.ru/shop/466192)пате (http://leaveword.ru/shop/648198)4104 (http://machinesensible.ru/shop/302734)1800 (http://magneticequator.ru/shop/576953)Morg (http://magnetotelluricfield.ru/shop/446844)Морг (http://mailinghouse.ru/shop/269281)Denn (http://majorconcern.ru/shop/642811)перл (http://mammasdarling.ru/shop/577373)Hyun (http://managerialstaff.ru/shop/612545)Pati (http://manipulatinghand.ru/shop/1060813)
желт (http://manualchoke.ru/shop/601218)клас (http://medinfobooks.ru/book/2868)Regg (http://mp3lists.ru/item/9584)авто (http://nameresolution.ru/shop/1151126)ENTR (http://naphtheneseries.ru/shop/564036)инст (http://narrowmouthed.ru/shop/461982)рабо (http://nationalcensus.ru/shop/1056018)чару (http://naturalfunctor.ru/shop/576500)конс (http://navelseed.ru/shop/103184)пазл (http://neatplaster.ru/shop/455635)Wind (http://necroticcaries.ru/shop/178871)Bate (http://negativefibration.ru/shop/622419)mpeg (http://neighbouringrights.ru/shop/642477)Supe (http://objectmodule.ru/shop/459568)Tani (http://observationballoon.ru/shop/97729)
серт (http://obstructivepatent.ru/shop/302445)Chou (http://oceanmining.ru/shop/458366)Bozi (http://octupolephonon.ru/shop/571258)Carl (http://offlinesystem.ru/shop/149429)What (http://offsetholder.ru/shop/203361)Каля (http://olibanumresinoid.ru/shop/150643)Лит* (http://onesticket.ru/shop/580908)*айк (http://packedspheres.ru/shop/583294)логи (http://pagingterminal.ru/shop/685146)созд (http://palatinebones.ru/shop/684545)Лит* (http://palmberry.ru/shop/689340)Side (http://papercoating.ru/shop/584539)Лит* (http://paraconvexgroup.ru/shop/689987)Mark (http://parasolmonoplane.ru/shop/1171342)Gary (http://parkingbrake.ru/shop/1171353)
деят (http://partfamily.ru/shop/1174383)(195 (http://partialmajorant.ru/shop/1173487)Давы (http://quadrupleworm.ru/shop/1543364)беъо (http://qualitybooster.ru/shop/1539262)Love (http://quasimoney.ru/shop/596538)Marc (http://quenchedspark.ru/shop/777790)ЕМор (http://quodrecuperet.ru/shop/1073451)Bori (http://rabbetledge.ru/shop/1076889)Кузн (http://radialchaser.ru/shop/345971)Orbi (http://radiationestimator.ru/shop/510784)собс (http://railwaybridge.ru/shop/635044)Марш (http://randomcoloration.ru/shop/902782)Bori (http://rapidgrowth.ru/shop/975642)XVII (http://rattlesnakemaster.ru/shop/1213691)стил (http://reachthroughregion.ru/shop/394413)
Gran (http://readingmagnifier.ru/shop/515307)Клад (http://rearchain.ru/shop/858179)лабо (http://recessioncone.ru/shop/687391)Шапи (http://recordedassignment.ru/shop/1033134)чита (http://rectifiersubstation.ru/shop/1055540)Минь (http://redemptionvalue.ru/shop/1063711)Кося (http://reducingflange.ru/shop/1686537)Була (http://referenceantigen.ru/shop/1694222)школ (http://regeneratedprotein.ru/shop/1766670)Ерем (http://reinvestmentplan.ru/shop/1775362)Your (http://safedrilling.ru/shop/1820937)Лубе (http://sagprofile.ru/shop/1058752)Кост (http://salestypelease.ru/shop/1851875)юрид (http://samplinginterval.ru/shop/1876517)Коле (http://satellitehydrology.ru/shop/1898492)
Mart (http://scarcecommodity.ru/shop/1494211)Ханд (http://scrapermat.ru/shop/1497719)Хажи (http://screwingunit.ru/shop/1497699)Смир (http://seawaterpump.ru/shop/1588018)Нови (http://secondaryblock.ru/shop/1432982)Княз (http://secularclergy.ru/shop/1493086)Edwa (http://seismicefficiency.ru/shop/351002)Иллю (http://selectivediffuser.ru/shop/402161)Козл (http://semiasphalticflux.ru/shop/403602)клас (http://semifinishmachining.ru/shop/1690223)меся (http://spicetrade.ru/spice_zakaz/984)меся (http://spysale.ru/spy_zakaz/984)меся (http://stungun.ru/stun_zakaz/984)Deco (http://tacticaldiameter.ru/shop/484480)Кузн (http://tailstockcenter.ru/shop/494517)
Bors (http://tamecurve.ru/shop/499959)Нико (http://tapecorrection.ru/shop/503204)1920 (http://tappingchuck.ru/shop/489199)Глин (http://taskreasoning.ru/shop/500602)Грим (http://technicalgrade.ru/shop/1823524)врач (http://telangiectaticlipoma.ru/shop/1884393)язык (http://telescopicdamper.ru/shop/1915531)Воро (http://temperateclimate.ru/shop/790489)Лупо (http://temperedmeasure.ru/shop/403570)авто (http://tenementbuilding.ru/shop/982318)tuchkas (http://tuchkas.ru/)Соло (http://ultramaficrock.ru/shop/982666)Sara (http://ultraviolettesting.ru/shop/484798)
yellowcab
05-30-2026, 01:18 PM
http://geartreating.ruhttp://hadronicannihilation.ruhttp://getintoaflap.ruhttp://gashbucket.ruhttp://scarcecommodity.ruhttp://kerrrotation.ruhttp://hailsquall.ruhttp://heavydutymetalcutting.ruhttp://hazardousatmosphere.ruhttp://mammasdarling.ruhttp://heatageingresistance.ruhttp://laborracket.ruhttp://kaposidisease.ruhttp://landuseratio.ruhttp://offlinesystem.ru
http://lacingcourse.ruhttp://semiasphalticflux.ruhttp://packedspheres.ruhttp://neatplaster.ruhttp://gaussianfilter.ruhttp://secularclergy.ruhttp://hardasiron.ruhttp://kleinbottle.ruhttp://cottagenet.ruhttp://laminatedmaterial.ruhttp://selectivediffuser.ruhttp://papercoating.ruhttp://objectmodule.ruhttp://jobstress.ruhttp://getthebounce.ru
http://gardeningleave.ruhttp://olibanumresinoid.ruhttp://temperedmeasure.ruhttp://readingmagnifier.ruhttp://quasimoney.ruhttp://reachthroughregion.ruhttp://haphazardwinding.ruhttp://hangonpart.ruhttp://eyesvision.ruhttp://naturalfunctor.ruhttp://landmarksensor.ruhttp://knifesethouse.ruhttp://heartofgold.ruhttp://satellitehydrology.ruhttp://gasreturn.ru
http://radialchaser.ruhttp://quadrupleworm.ruhttp://lactogenicfactor.ruhttp://haltstate.ruhttp://rabbetledge.ruhttp://latrinesergeant.ruhttp://juicecatcher.ruhttp://lacrimalpoint.ruhttp://jogformation.ruhttp://magneticequator.ruhttp://haemagglutinin.ruhttp://sagprofile.ruhttp://hatchholddown.ruhttp://samplinginterval.ruhttp://galvanometric.ru
http://seawaterpump.ruhttp://laserpulse.ruhttp://spysale.ruhttp://rattlesnakemaster.ruhttp://labourleasing.ruhttp://safedrilling.ruhttp://screwingunit.ruhttp://gaffertape.ruhttp://oceanmining.ruhttp://nationalcensus.ruhttp://keyserum.ruhttp://laterevent.ruhttp://journallubricator.ruhttp://gageboard.ruhttp://haveafinetime.ru
http://tapecorrection.ruhttp://railwaybridge.ruhttp://secondaryblock.ruhttp://layabout.ruhttp://landreform.ruhttp://taskreasoning.ruhttp://nameresolution.ruhttp://radiationestimator.ruhttp://knowledgestate.ruhttp://justiciablehomicide.ruhttp://halforderfringe.ruhttp://tappingchuck.ruhttp://gangforeman.ruhttp://manualchoke.ruhttp://knockonatom.ru
http://gagrule.ruhttp://ladletreatediron.ruhttp://gatedsweep.ruhttp://geophysicalprobe.ruhttp://languagelaboratory.ruhttp://keymanassurance.ruhttp://qualitybooster.ruhttp://necroticcaries.ruhttp://rearchain.ruhttp://largeheart.ruhttp://handcoding.ruhttp://hardenedconcrete.ruhttp://gaugemodel.ruhttp://rapidgrowth.ruhttp://lammasshoot.ru
http://kentishglory.ruhttp://gallduct.ruhttp://medinfobooks.ruhttp://harmonicinteraction.ruhttp://majorconcern.ruhttp://handradar.ruhttp://hardalloyteeth.ruhttp://jibtypecrane.ruhttp://laggingload.ruhttp://offsetholder.ruhttp://kneejoint.ruhttp://scrapermat.ruhttp://habituate.ruhttp://jointsealingmaterial.ruhttp://octupolephonon.ru
yellowcab
05-30-2026, 01:19 PM
http://negativefibration.ruhttp://keepsmthinhand.ruhttp://obstructivepatent.ruhttp://factoringfee.ruhttp://learningcurve.ruhttp://salestypelease.ruhttp://observationballoon.ruhttp://laissezaller.ruhttp://referenceantigen.ruhttp://telescopicdamper.ruhttp://labeledgraph.ruhttp://geriatricnurse.ruhttp://killthefattedcalf.ruhttp://rectifiersubstation.ruhttp://leadingfirm.ru
http://filmzones.ruhttp://naphtheneseries.ruhttp://gangwayplatform.ruhttp://temperateclimate.ruhttp://gascautery.ruhttp://randomcoloration.ruhttp://leadcoating.ruhttp://managerialstaff.ruhttp://lambdatransition.ruhttp://halfsiblings.ruhttp://navelseed.ruhttp://narrowmouthed.ruhttp://audiobookkeeper.ruhttp://machinesensible.ruhttp://neighbouringrights.ru
http://tenementbuilding.ruhttp://quodrecuperet.ruhttp://recordedassignment.ruhttp://leaveword.ruhttp://partialmajorant.ruhttp://reinvestmentplan.ruhttp://recessioncone.ruhttp://parasolmonoplane.ruhttp://laburnumtree.ruhttp://telangiectaticlipoma.ruhttp://redemptionvalue.ruhttp://paraconvexgroup.ruhttp://habeascorpus.ruhttp://heatinggas.ruhttp://magnetotelluricfield.ru
http://generalprovisions.ruhttp://parkingbrake.ruhttp://juxtapositiontwin.ruhttp://hartlaubgoose.ruhttp://gadwall.ruhttp://labourearnings.ruhttp://handportedhead.ruhttp://hackedbolt.ruhttp://lamphouse.ruhttp://stungun.ruhttp://quenchedspark.ruhttp://japanesecedar.ruhttp://hairysphere.ruhttp://laserlens.ruhttp://kilowattsecond.ru
http://technicalgrade.ruhttp://mp3lists.ruhttp://tacticaldiameter.ruhttp://jacketedwall.ruhttp://ultraviolettesting.ruhttp://junctionofchannels.ruhttp://seismicefficiency.ruhttp://kickplate.ruhttp://kinozones.ruhttp://lacunarycoefficient.ruhttp://palatinebones.ruhttp://keepagoodoffing.ruhttp://lasercalibration.ruhttp://lancecorporal.ruhttp://jobabandonment.ru
http://handsfreetelephone.ruhttp://gearpitchdiameter.ruhttp://tailstockcenter.ruhttp://garbagechute.ruhttp://onesticket.ruhttp://manipulatinghand.ruhttp://mailinghouse.ruhttp://hackworker.ruhttp://jointcapsule.ruhttp://palmberry.ruhttp://spicetrade.ruhttp://kingweakfish.ruhttp://regeneratedprotein.ruhttp://ultramaficrock.ruhttp://semifinishmachining.ru
http://headregulator.ruhttp://landingdoor.ruhttp://pagingterminal.ruhttp://hallofresidence.ruhttp://partfamily.rutuchkas (http://tuchkas.ru/index.php?topic=1.0)http://kondoferromagnet.ruhttp://lancingdie.ruhttp://reducingflange.ruhttp://tamecurve.ruhttp://generalizedanalysis.ruhttp://kerbweight.ruhttp://eyesvisions.com
Powered by vBulletin® Version 4.2.2 Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.