Design of an IoT prototype

The intelligent eco-house or house (for short) described in this document has been designed under EcoThings Project KA220-SCH-7704FBD4 (Erasmus+). The purpose of this house is to serve as a mock-up in order to evaluate the set of proposed electronics in the context of an intelligent ecological house using similar principles of real passive houses and energy saving systems. As a consequence, the design has been oriented in providing low-cost solutions, considering as well as manufacturing aspects including 3D printing and laser cutting.

Before reaching the proposed solution, we have explore several ideas in a brainstorming preliminary phase. Ideas were not too much elaborated, and indeed some of them are technically difficult and complex, but during this phase, we were seeking trying to bring new ideas upfront and indeed, some of these ideas were indirectly included in the final version of the proposed prototype, others were simply discarded or left for a future version, due to its complexity.

During our first online meeting, we show to our partners a set of preliminary ideas. From the very beginning, we were discussing on the idea of developing a smart-house taking ecological aspects during the design phase into account. Apart from the smart-house, we also considered additional “eco-things” that we could implement during the project, so the preliminary idea was to not only design the house, but also a set of additional “eco-things” that were closely related with the smart-house. Here we show some of the draft ideas presented.Eco-greenhouse: Using a temperature sensor (DHT11 or any similar one), a light sensor (LDR) and a moisture sensor (soil humidity) we could grow plants for a smart eco-greenhouse. A water pump would drain water into the greenhouse when needed. In the end, most of these ideas were not implemented because the use of water with wood-made and/or cardboard parts to build the house walls could be messy, but the fact of using a temperature sensor together with a light sensor, was useful to integrate them into the smart house.

Eco-lights: The idea behind of eco-lights was to save energy by detecting the presence or absence of people walking on the street. Using a PIR sensor, we could detect the presence of people on the street and decide to switch on the lights meanwhile its been detected (and likely during a short amount of time just before and after). Lights could be connected over

internet, so detection could actually affect to several lights in order to cover a wider area. Part of these ideas were finally included in the smart-house as part of the bedroom proposed solution as it will be described later on.

Eco-scooter and glowing streets: To contribute to mobility solutions aimed to low environment impact, we thought that might be a good idea to implement an electrical scooter (low-scale prototype) that included a ESP32 CAM with a night vision camera and a TFT Screen. The idea was to show on the TFT screen the camera image. Our “vision” was that, not just the house, but the city had to go into “dark mode” to reduce light pollution. So the idea is that scooter could use infrared LEDs and a night vision camera to display images on the TFT screen with high sensitivity. In addition to this, we considered the idea of using glowing painting so emphasized the traffic signs and horizontal signs. In the end, we decided to use the ESP32 cam for a future version that can be integrated in the smart house. The main reason is that despite of the fact that ESP32 cam was operative, we found a lot of issues that caused technical difficulties and we considered that it was too complex to be implemented at schools (particularly primary schools). Besides that, our prototype includes the possibility to include a ESP32 as a smart home safety system (i.e.: motion detector). We also decided to include the TFT screen as part of the smart house to be able to display variables of interest.

Eco-weather station: The idea behind the eco-weather station was to monitor temperature and air-pollution and display the information on a M5 stickC Plus device that included a small embedded screen. Using a Gas sensor (MQx), we can measure air pollution, while the DHT11 sensor could be used to measure temperature and humidity. In the end, these ideas were transformed and integrated as part of the smart house. The difference is that instead of measuring temperature, we decided to measure noise (with a MIC), because external temperature could be obtained via web services. Also, instead of measuring air pollution, we decided to detect smoke in the house to prevent from fire.

Solar tree and solar benches: These two ideas we indeed quite promising, and as you could see from all of our previous ideas, all of them include solar panels. So the idea was that every “eco-thing” was environmentally friendly sustained with its own energy source, but apart from that, we thought that it might be a good idea to include additional sources of energy integrated in the urban design of parks and green areas. The problem is that after some tests, the solar panels used for low-cost solutions did not seem to provide enough energy to even charge a LiPo battery, so in the end, these ideas were discarded.

The presented design is the latest version, but during the design period of PR1 we have published several designs. We consider that even the current design is still a preliminary version, that can change over time when we collect actual feedback from schools.

House Layout

The smart house includes a living room, a bedroom and a kitchen. Outside the house we can place the electronics (on the rear part).

All three rooms have been designed to be modular, which means that they can be separated and only one of them can be implemented if so wished.

The house can be manufactured using laser cutting or 3D printing technologies. These two technologies are accessible to many schools (either because they have their own means or because out-sourcing a manufacturing service is affordable).

All designs have made public. In particular, we laser cutting parts and 3D models made with solidworks can be found on a github repository:

https://github.com/roboticafacil/ecothings

And TinkerCAD account:

https://www.tinkercad.com/users/2TqR7TZEqHV

It is important to remark that there might be some differences between the laser cutting parts and the 3D printed parts due to the fact that the rooms can be

Sensors and actuators have been placed in and around the house so that they are integrated in furniture, kitchen-ware or room-ware, to actually have the appearance of a house.

Living room is used to teach pupils the importance of energy saving and it is inspired in passive houses. Depending on the temperature and humidity and outside temperature, we can decide to either produce heat using a pack of resistors (inside the chimney) or to produce air ventilation using a fan (double direction control to push-in or push-out air into the room). Air ventilation can be used to warm or cool down the room due to the fact that air will be conducted underground (mimicking real passive houses solutions), since underground temperature is more stable than outside temperature. In the prototype, we obviously do not expect to work exactly as a passive house, but similar principles are implemented in the end.

The living room has a temperature sensor (NTC sensor) to measure room temperature. This is an analog sensor can be connected to any of the analog input pin. In addition to this sensor, the living room uses a set of resistors to heat the room. Resistors are, indeed a set of 12 standard 0.5W resistors in a parallel configuration, so each of them dissipates a small amount of energy, but all together, they work as an actual heater. These resistors require a high current demand so actual current will be driven by a MOSFET connected to any digital output pin. To cool down the temperature (or even warm-up the room if the external temperature is higher that the room temperature), we can use a fan, which is a brushed DC motor that can be driven with another MOSFET. Eventually, we might prefer to cool down temperature just by simply opening a window with a servo motor. Both the resistors and the servo are integrated into a chimney/library as part of the house decoration. The living room also includes a TFT Screen to display the smart house status and it has the appearance of a TV screen. This is a full-featured RGB screen that can be used for many purposes.

Here we show the designed living room using laser cutting parts, but also a printable version is also available in our TinkerCAD.

https://www.tinkercad.com/things/4YHhi7fpkSa

We have also designed some printable parts that can be included as part of the decoration of the house.

https://www.tinkercad.com/things/eiUMWgYQmqW

The fan requires a part to be integrated in the wall and to insert a plastic tube that goes underground mimicking passive house solutions.

https://www.tinkercad.com/things/4yucwFWE633

Bedroom light control, based on current daylight and the presence of people in the room and external light (with a LDR), we can save energy and also reduce noise pollution using a sound (mic) sensor and a servo (to open/close the window). The bedroom includes a RGB LED strip so that the colour and brightness of the light of the bedroom can change accordingly to the user needs.

With all these sensors, we can decide to save energy by opening the window (with a servo) and switching on/off the lights of the RGB LEDs (the mic can be used to determine to close the window and switch on lights even if there’s light due to an increase of external noise). Also, depending on the weather, we can determine to open or close the window (i.e.: windy and rainy days it will stayed closed). Actual time and weather can be obtained via a WiFi API request to an external server such as OpenWeather, SNTP, or any similar service.

Bedroom ware (printable parts)

https://www.tinkercad.com/things/0Fj5DbUd3Ii

A kitchen with a gas and flame sensors that can detect smoke and fire. It also includes a buzzer for alarm beeping and a servo to open or close the window in case of fire or smoke. Using these two sensors we can warn with the buzzer and send an email to warn the owner and automatically close the windows.

Kitchenware (printable parts)

https://www.tinkercad.com/things/kh96pz71MsE

  • Intelligent main door opening based on a smart camera recording a video when a person rings the bell. The user can decide whether or not to open the door based on the stored image.
  • A pollution station will be used to monitor the air quality as well as the noise pollution outside the house. This will be useful when deciding to open the windows of the house for natural ventilation of the main room and bedroom (independent of the temperature control).
  • Solar, wind and kinetic energy saving: all saved energy will be monitored and displayed, proving an indication of the total amount of saved energy so far.
  • Water-saving energy in the bathroom. The idea is to use a water filtering system based on a sand filter so that clean water can be stored to be used when bathing. Thus, when needed, when a button is pushed, a small water pump will allow bathing.

The folder “LaserCutting” of the GitHub project contains DXF files that can be used to laser cut the parts in plywood with 3mm thickness.

REMARK: We will assume that you have a container (a box or a tray) filled with soil where to place the house with proper dimensions. Using soil is recommended because it will allow you to hide some electronic components under the soil. If this is not an option, just simply put the house on top of a table with proper dimensions.

Step 1. Place the floor of the living room (#1) on the soil.

Step 2. Using parts #2, #3, #5 and #9 build the walls of the living room.

Step 3. Place the floor of the bedroom (#8) on the soil.

Step 4. Using parts #10, #12, #15 and #17 build the walls of the living room.

Step 5. Place the floor of the kitchen (#11) on the soil.

Step 6. Using parts #13, #14, #16, #22, build the walls of the kitchen.

Recommended Articles

0 Comments

  1. Your comment is awaiting moderation.

    https://x.com/hz88ac
    https://www.pinterest.com/hz88ac/
    https://www.youtube.com/@hz88ac
    https://vimeo.com/hz88ac
    https://gravatar.com/hz88ac
    https://www.reddit.com/user/hz88ac/
    https://www.tumblr.com/hz88ac
    https://www.twitch.tv/hz88ac/about
    https://github.com/hz88ac
    https://sites.google.com/view/hz88ac
    https://issuu.com/hz88ac
    https://pixabay.com/users/hz88ac-56080256/
    https://about.me/hz88ac
    https://hz88ac.wordpress.com/
    https://www.producthunt.com/@hz88ac
    https://hz88ac.bandcamp.com/album/hz88
    https://scholar.google.com.vn/citations?user=03Tf3f8AAAAJ
    https://500px.com/p/hz88ac
    https://www.behance.net/hz88ac
    https://www.pexels.com/@hz88-2161936363/
    https://plaza.rakuten.co.jp/hz88ac/
    https://ameblo.jp/hz88ac/
    https://web.archive.org/web/20240831150158/https://hz88.ac/
    https://www.chordie.com/forum/profile.php?id=2547910
    https://profile.hatena.ne.jp/hz88ac/profile
    https://pad.lescommuns.org/s/quRe8TlVu
    https://disqus.com/by/hz88ac/about/
    https://www.goodreads.com/hz88ac
    https://pastebin.com/u/hz88ac
    https://www.zillow.com/profile/hz88ac
    https://www.instapaper.com/p/hz88ac
    https://old.bitchute.com/channel/QBPo2bS9HNd2/
    https://b.hatena.ne.jp/hz88ac/bookmark
    https://www.renderosity.com/users/id:1864641
    https://awan.pro/forum/user/181294/
    https://pubhtml5.com/homepage/akwsk/
    https://undrtone.com/hz88ac
    https://wefunder.com/hz88ac
    https://qiita.com/hz88ac
    https://app.talkshoe.com/user/hz88ac
    https://www.callupcontact.com/b/businessprofile/HZ88/10108667
    https://scrapbox.io/hz88ac/HZ88
    https://dreevoo.com/profile_info.php?pid=1790966
    https://md.kif.rocks/s/VFMfFjvKVV
    https://website.informer.com/hz88.ac
    https://pad.codefor.fr/s/Jz84WV31SF
    https://data.lutskrada.gov.ua/user/hz88ac
    https://md.swk-web.com/s/SNNYOjS2i
    https://pad.stuve.de/s/Cf7BoWHO6
    https://justpaste.me/hz88ac
    https://transfur.com/Users/hz88ac
    https://www.wvhired.com/profiles/8347625-hz88
    https://www.claimajob.com/profiles/8347626-hz88
    https://jobs.lajobsportal.org/profiles/8347627-hz88
    https://www.heavyironjobs.com/profiles/8347628-hz88
    https://golosknig.com/profile/hz88ac/
    https://www.invelos.com/UserProfile.aspx?alias=hz88ac
    https://phatwalletforums.com/user/hz88ac
    https://nhattao.com/members/user6980479.6980479/
    https://jobs.windomnews.com/profiles/8347630-hz88
    https://www.passes.com/hz88ac
    https://wakelet.com/@hz88ac
    https://www.myminifactory.com/users/hz88ac
    https://www.sunemall.com/board/board_topic/8431232/8438195.htm
    https://pad.fablab-siegen.de/s/XCPH5j7xcW
    https://www.crossroadsbaitandtackle.com/board/board_topic/9053260/8438196.htm
    https://gifyu.com/hz88ac
    https://md.openbikesensor.org/s/p0od4d4HTn
    https://hub.docker.com/u/hz88ac
    https://fliphtml5.com/home/hz88ac
    https://www.fitday.com/fitness/forums/members/hz88ac.html
    https://www.akaqa.com/account/profile/19192010847
    https://www.akaqa.com/question/q19192688151-Hz88ac
    http://forum.vodobox.com/profile.php?id=74780
    https://md.chaosdorf.de/s/l5kWRrMEud
    https://us.enrollbusiness.com/BusinessProfile/7825601/hz88ac
    https://pad.geolab.space/s/A-JiGkL91
    https://www.thepartyservicesweb.com/board/board_topic/3929364/8438197.htm
    https://www.tai-ji.net/board/board_topic/4160148/8438198.htm
    https://www.milliescentedrocks.com/board/board_topic/2189097/8438199.htm
    https://www.fundable.com/hz88-ac
    https://bbcovenant.guildlaunch.com/users/blog/6760989/?mode=view&gid=97523
    https://linkmix.co/55275271
    https://forum.codeigniter.com/member.php?action=profile&uid=240493
    https://linkin.bio/hz88ac/
    https://iszene.com/user-355635.html
    https://www.iniuria.us/forum/member.php?687160-hz88ac
    https://www.intensedebate.com/profiles/hz88ac
    https://pads.zapf.in/s/VTk9lmB1cv
    https://booklog.jp/users/hz88ac/profile
    https://www.xosothantai.com/members/hz88ac.617923/
    https://f319.com/members/hz88ac.1118553/
    https://hackaday.io/hz88ac
    https://commu.nosv.org/p/hz88ac/
    https://pbase.com/hz88ac
    https://pastelink.net/hz88ac
    https://www.beamng.com/members/hz88ac.799683/
    https://www.fanart-central.net/user/hz88ac/profile
    https://fontstruct.com/fontstructions/show/2893569/hz88ac
    https://www.symbaloo.com/mix/hz88ac
    https://www.notebook.ai/documents/2586550
    https://zzb.bz/hz88ac
    https://anyflip.com/homepage/fcvan
    https://community.m5stack.com/user/hz88ac
    https://www.goodolcomics.com/blog/profile/hz88ac/
    https://forum.dmec.vn/index.php?members/hz88ac.197317/
    http://www.biblesupport.com/user/846644-hz88ac/
    https://trakteer.id/hz88ac
    https://www.reverbnation.com/artist/hz88ac
    https://apk.tw/space-uid-7341351.html
    https://www.giveawayoftheday.com/forums/profile/1900272
    https://www.aicrowd.com/participants/hz88ac
    https://www.huntingnet.com/forum/members/hz88ac.html
    https://www.rctech.net/forum/members/hz88ac-553933.html
    https://myanimelist.net/profile/hz88ac
    https://able2know.org/user/hz88ac/
    https://jobs.westerncity.com/profiles/8348517-hz88
    https://jobs.suncommunitynews.com/profiles/8348516-hz88
    https://truckymods.io/user/503353
    https://devpost.com/hz88ac
    https://inkbunny.net/hz88ac
    https://cars.yclas.com/user/hz88ac
    https://www.plotterusati.it/user/hz88ac
    https://raovat.nhadat.vn/members/hz88ac-319176.html
    https://www.openrec.tv/user/hz88ac/about
    https://amaz0ns.com/forums/users/hz88ac/
    https://forums.alliedmods.net/member.php?u=482486
    https://xtremepape.rs/members/hz88ac.680260/#about
    https://www.sythe.org/members/hz88ac.2058870/
    https://phijkchu.com/a/hz88ac/video-channels
    https://dentaltechnician.org.uk/community/profile/hz88ac/
    https://wibki.com/hz88ac
    https://forum.issabel.org/u/hz88ac
    https://tooter.in/hz88ac
    http://jobboard.piasd.org/author/hz88ac/
    http://arahn.100webspace.net/profile.php?mode=viewprofile&u=250432
    https://zb3.org/hz88ac/hz88ac
    https://rush1989.rash.jp/pukiwiki/index.php?hz88ac
    https://my.bio/hz88ac
    https://doc.adminforge.de/s/pIOi9OLTcE
    https://pad.koeln.ccc.de/s/Jflu0oEBW
    https://teletype.in/@hz88ac
    https://spiderum.com/nguoi-dung/hz88ac
    https://tudomuaban.com/chi-tiet-rao-vat/2921900/hz88ac.html
    http://forum.cncprovn.com/members/430451-hz88ac
    https://allmylinks.com/hz88ac
    https://schoolido.lu/user/hz88ac/
    https://www.pozible.com/profile/hz88ac
    https://game8.jp/users/501275
    https://jobs.nefeshinternational.org/employers/4177230-hz88
    https://fabble.cc/hz88ac
    https://www.nicovideo.jp/user/144438068
    https://bandori.party/user/1098324/hz88ac/
    http://delphi.larsbo.org/user/hz88ac
    https://mez.ink/hz88ac
    https://swag.live/user/6a1a63dbc01d5f6897d072bb
    https://album.link/hz88ac
    https://lit.link/en/hz88ac
    https://experiment.com/users/hz88ac
    https://www.storenvy.com/hz88ac
    https://makeagif.com/user/hz88ac
    https://akniga.org/profile/1430454-hz88ac/
    https://tealfeed.com/hz88ac
    https://www.moshpyt.com/user/hz88ac
    https://feyenoord.supporters.nl/profiel/155670/hz88ac
    https://www.vnbadminton.com/members/hz88ac.82019/
    https://muare.vn/shop/hz88-68/907270
    https://www.anibookmark.com/user/hz88ac.html
    https://motion-gallery.net/users/992296
    https://jaga.link/hz88ac
    https://jali.me/hz88ac
    https://www.halaltrip.com/user/profile/354774/hz88ac/
    https://uiverse.io/profile/hz88_5256
    https://wallhaven.cc/user/hz88ac
    https://formulamasa.com/elearning/members/hz88ac/
    https://www.dibiz.com/hz88ac
    https://securityheaders.com/?q=hz88.ac&followRedirects=on
    https://www.chichi-pui.com/users/hz88ac/
    https://rapidapi.com/user/hz88ac
    https://quangcaoso.vn/hz88ac
    https://whyp.it/users/146590/hz88ac
    https://unityroom.com/users/hz88ac
    https://theafricavoice.com/profile/hz88ac
    https://www.skypixel.com/users/djiuser-rdbaaeyjslyg
    https://freeimage.host/hz88ac
    https://freeicons.io/profile/938613
    https://3dwarehouse.sketchup.com/by/hz88ac
    http://palangshim.com/space-uid-5226650.html
    https://medibang.com/author/28446123/
    https://maxforlive.com/profile/user/hz88ac?tab=about
    https://www.mateball.com/hz88ac
    https://marshallyin.com/members/hz88ac/
    https://malt-orden.info/userinfo.php?uid=466131
    https://iplogger.org/vn/logger/7X9Y5LYY0sNI/
    https://www.czporadna.cz/user/hz88ac
    https://en.islcollective.com/portfolio/12934569
    https://etextpad.com/tinmccprvk
    https://www.myebook.com/user_profile.php?id=hz88ac
    https://tabelog.com/rvwr/hz88ac/prof/
    https://belgaumonline.com/profile/hz88ac/
    https://controlc.com/ah5c0qfz
    https://play-uno.com/profile.php?user=427430
    https://mjjcn.com/mjjcnforum/space-uid-1003152.html
    https://pledgeme.co.nz/profiles/340536
    https://www.fw-follow.com/forum/topic/136939/hz88ac
    https://www.basketferentino.com/forum/profile.php?mode=viewprofile&u=940512
    https://forum.oskom.org/profile.php?mode=viewprofile&u=45995
    https://www.audio-kontakt.com/forum/profile.php?mode=viewprofile&u=7347
    https://www.4shared.com/u/6_wQikWk/nguyenhoangphuoc819830.html
    https://www.france-ioi.org/user/perso.php?sLogin=hz88ac
    https://colab.research.google.com/drive/1ziC9nWsA1UuPFalo5ITXVHPicOyAkHcC?usp=sharing
    https://forum.motoshkola.od.ua/members/hz88ac.34841/#about
    https://xenodream.com/forum/member.php?action=profile&uid=24617
    https://www.navacool.com/forum/topic/454420/hz88ac
    https://forum.delftship.net/Public/users/hz88ac/
    https://forum.battleforces.com/user/hz88ac
    https://mforum2.cari.com.my/home.php?mod=space&uid=3406575&do=profile
    https://www.hyperlabthailand.com/forum/topic/823429/hz88ac
    http://fiat-500-usa-forum-archives.194.s1.nabble.com/hz88ac-td4026831.html
    https://www.racefans.net/members/hz88ac/
    http://web.symbol.rs/forum/member.php?action=profile&uid=1308404
    https://leetcode.com/u/hz88ac/
    https://civilprodata.heraklion.gr/user/hz88ac
    https://www.schoolpress.ru/news_schoolpress/forum/index.php?PAGE_NAME=profile_view&UID=228673
    https://forums.phxaudiotape.com/members/hz88ac.24748/#about
    https://easymeals.qodeinteractive.com/forums/users/hz88ac/
    https://violet.vn/user/show/id/15280753
    https://tilengine.org/forum/member.php?action=profile&uid=167462
    https://www.prosebox.net/book/113488/
    https://4irdeveloper.com/index.php/forums/view_forumtopic_details/62813
    https://www.hentai-foundry.com/user/hz88ac/profile
    https://www.universe.com/users/hz88-ac-QP3NZ8
    https://dados.unifei.edu.br/user/hz88ac
    https://ngel.ink/hz88ac
    http://www.silverdale.ru/forum/profile.php?mode=viewprofile&u=482788
    https://forum.jobland.pl/profile.php?mode=viewprofile&u=175275
    http://opensource.platon.org/forum/projects/viewtopic.php?p=12866627#12866627
    https://www.my-hiend.com/vbb/member.php?53016-hz88ac
    https://sciencemission.com/profile/hz88ac
    https://www.one2bay.de/forum/member.php?action=profile&uid=68832
    https://www.adsfare.com/hz88ac
    https://noti.st/hz88ac
    https://www.cbmstuff.com/forum/member.php?action=profile&uid=12740
    https://www.ameba.jp/profile/general/hz88ac1/
    https://www.1001fonts.com/users/hz884/
    https://dailysudoku.org/sudoku/forums/profile.php?mode=viewprofile&u=19275&sid=6bd7e4308e7e2cbc23a0d20b0ea5d060
    http://deprecated-apache-flink-mailing-list-archive.368.s1.nabble.com/hz88ac-td54408.html
    http://www49.atwiki.org/fateextraccc/index.php?hz88ac
    https://www.thehockeypaper.co.uk/forums/users/hz88ac
    https://www.iglinks.io/hz88ac-xle?preview=true
    https://www.clashfarmer.com/forum/member.php?action=profile&uid=82860
    https://www.annuncigratuititalia.it/author/hz88ac/
    http://eva-fidjeland.312.s1.nabble.com/hz88ac-td1330.html
    https://hubb.link/hz88ac/
    http://www.reumamurcia.com/forums/users/hz88ac/
    https://baigiang.violet.vn/user/show/id/15280753
    https://biashara.co.ke/author/hz88ac/
    https://commoncause.optiontradingspeak.com/index.php/community/profile/hz88ac/
    https://jszst.com.cn/home.php?mod=space&uid=6959393
    https://www.telix.pl/profile/HZ888/
    https://www.pleasure-house-for-adults.com/forums/users/hz88ac/
    https://forum-foxess.pro/community/profile/hz88ac/
    https://californiafilm.ning.com/profile/hz88ac
    https://vs.cga.gg/user/244345
    https://forum.ircam.fr/profile/hz88ac/
    https://teletype.link/hz88ac
    http://vetstate.ru/forum/?PAGE_NAME=profile_view&UID=268084&backurl=%2Fforum%2F%3FPAGE_NAME%3Dprofile_view%26UID%3D267771
    http://forum.184.s1.nabble.com/hz88ac-td14643.html
    https://www.nedrago.com/forums/users/hz88ac/
    https://strikefans.com/forum/users/hz88ac/
    https://usdinstitute.com/forums/users/hz88ac/
    https://www.ekdarun.com/forum/topic/170157/hz88ac
    https://www.rueanmaihom.net/forum/topic/114163/hz88ac
    https://www.insanelymac.com/forum/profile/2751335-hz88ac/?tab=field_core_pfield_13
    https://twilog.togetter.com/hz88ac
    https://gesoten.com/profile/detail/12894276
    https://subaru-svx.net/forum/member.php?u=26511
    https://www.driedsquidathome.com/forum/topic/164794/hz88ac
    https://md.edgar.bzh/s/kzCFoUDDb
    https://www.sciencebee.com.bd/qna/user/hz88ac
    http://forum.gazdinfo.hu/profile.php?mode=viewprofile&u=222434
    https://www.bookingblog.com/forum/users/hz88ac/
    https://www.yourquote.in/hz88-d3sph/quotes
    https://xn—-8sbgkqlrzglf.xn--p1ai/forums/users/hz88ac/
    https://forum.cnnr.fr/user/hz88ac
    https://www.ironlifting.it/forum/member.php?u=432691
    http://resurrection.bungie.org/forum/index.pl?profile=hz88ac
    http://home2041.298.s1.nabble.com/hz88ac-td12932.html
    http://onlineboxing.net/jforum/user/profile/461857.page
    https://forum.aceinna.com/user/hz88ac
    https://vc.ru/id5990468
    https://pod.beautifulmathuncensored.de/people/172a43d03e35013f95da021877951523
    https://forums.digitalpool.com/member.php?action=profile&uid=15046
    https://www.thitrungruangclinic.com/forum/topic/154484/hz88ac
    https://kktix.com/user/9018108
    https://www.zophar.net/forums/index.php?members/hz88ac.137849/#about
    https://odesli.co/hz88ac
    https://www.nongkhaempolice.com/forum/topic/154483/hz88ac
    https://nilechronicles.com/profile/hz88ac
    https://www.zubersoft.com/mobilesheets/forum/user-142886.html
    https://webanketa.com/forms/6mw38d9s6gqp8chpcdh3gdv4/
    https://theexplorers.com/user?id=148bef72-8b14-4c56-b4b5-232a04d8ed3f
    https://suzuri.jp/hz88ac
    https://community.alexgyver.ru/members/hz88ac.181597/#about
    https://doingbusiness.eu/profile/hz88ac/
    https://onlinesequencer.net/members/279371
    https://www.myget.org/users/hz88ac
    https://www.freebeg.com/forum/member.php?action=profile&uid=138337
    http://dtan.thaiembassy.de/uncategorized/2562/?mingleforumaction=profile&id=511982
    https://www.scener.com/@hz88ac
    https://forums.megalith-games.com/member.php?action=profile&uid=1480629
    https://chodilinh.com/members/hz88ac.311660/#about
    https://help.orrs.de/user/hz88ac
    https://hackmd.okfn.de/s/Hyz0f7uxGl
    https://www.minecraftforum.net/members/hz88ac
    https://www.shadertoy.com/user/hz88ac
    https://www.popdaily.com.tw/user/541351
    https://forum.epicbrowser.com/profile.php?id=160749
    https://substance3d.adobe.com/community-assets/profile/org.adobe.user:DC4F83A66A1A5A270A495E6C@AdobeID
    https://leakedmodels.com/forum/members/hz88ac.718367/#about
    https://careers.coloradopublichealth.org/profiles/8348758-hz88
    https://www.longislandjobsmagazine.com/board/board_topic/9092000/8439159.htm
    https://bookmeter.com/users/1728736
    https://start.me/w/2rNgeB
    https://forumton.org/members/hz88ac.38108/#about
    https://www.thetriumphforum.com/members/hz88-ac.68240/
    https://www.trackyserver.com/profile/256363
    https://reactos.org/forum/memberlist.php?mode=viewprofile&u=200049
    https://www.forum.or.id/members/hz88.302157/#about
    https://codi.ide3.de/s/BUmjSWf3z
    https://skitterphoto.com/photographers/2832419/hz88ac
    https://gitee.com/hz88ac
    https://cointr.ee/hz88ac
    https://www.misteriojuvenil.com/forum/profile.php?mode=viewprofile&u=46871
    https://www.walkscore.com/people/305172957868/hz88ac
    https://zepodcast.com/forums/users/hz88ac/
    https://forum.euro-pvp.com/user/571309-hz88ac/
    https://forums.giantitp.com/member.php?376429-hz88ac
    https://bestwritingforum.com/profile/?area=summary;u=16481
    https://vietcurrency.vn/members/hz88ac.243409/#about
    https://desksnear.me/users/hz88-e07958
    https://matters.town/a/6yurtosv0u0h
    https://docs.kliemax.com/s/O9XsJZqxxq
    http://school2-aksay.org.ru/forum/member.php?action=profile&uid=395387
    https://www.forum-joyingauto.com/member.php?action=profile&uid=151335
    https://fora.babinet.cz/profile.php?id=129855
    https://tulieu.violet.vn/user/show/id/15280753
    https://www.xmonsta.com/forums/users/hz88ac/
    https://graph.org/hz88ac-05-30-2
    https://vnbit.org/members/hz88ac.111309/#about
    https://www.diigo.com/user/hz88ac
    http://linoit.com/users/hz88ac/canvases/hz88ac
    https://www.blockdit.com/hz88ac
    http://jobs.emiogp.com/author/hz88ac/
    https://aprenderfotografia.online/usuarios/hz88ac/profile/
    https://huggingface.co/hz88ac
    https://www.aersia.net/members/hz88ac.14408/
    http://www.ljudmila.org/~crsn/forum/profile.php?mode=viewprofile&u=7849
    https://protocol.ooo/ja/users/hz88ac
    https://infiniteabundance.mn.co/posts/102645188
    https://git.disroot.org/hz88ac
    https://www.rossoneriblog.com/author/hz88ac/
    https://forum.luan.software/hz88ac-td1770.html
    https://hmsay.com/members/hz88ac/
    https://www.stylevore.com/user/hz88ac
    https://www.instructorsnearme.com/author/hz88ac/
    http://forum.karate-schwedt.de/profile.php?mode=viewprofile&u=295468
    https://forum.trackbase.net/members/31570-hz88ac
    https://www.roton.com/forums/users/hz88ac/
    https://fortunetelleroracle.com/profile/hz88ac
    https://ntsr.info/forum/user/140354/
    https://www.hobowars.com/game/linker.php?url=https://hz88.ac/
    https://www.pintradingdb.com/forum/member.php?action=profile&uid=147794
    https://thuthuataccess.com/forum/user-31095.html
    https://idol.st/user/181849/hz88ac/
    https://kaeuchi.jp/forums/users/hz88ac/
    https://item.exchange/user/profile/185379
    http://isc-dhcp-users.193.s1.nabble.com/hz88ac-td12265.html
    https://community.cloudera.com/t5/user/viewprofilepage/user-id/155751
    https://forum.risingko.net/members/hz88ac.87013/#about
    https://www.dideadesign.com/forum/topic/54520/hz88ac
    https://zbrushcentral.jp/user/hz88ac
    https://www.freedomteamapexmarketinggroup.com/board/board_topic/8118484/8439189.htm
    https://goodandbadpeople.com/hz88ac
    https://nogu.org.uk/forum/profile/hz88ac/
    https://l2top.co/forum/members/hz88ac.187725/
    https://www.betting-forum.com/members/hz88ac.164506/#about
    https://www.green-collar.com/forums/users/hz88ac/
    https://mathlog.info/users/NlB7tEueshPbnQG8XtI7f1TxYM82
    https://shhhnewcastleswingers.club/forums/users/hz88ac/
    https://topgold.forum/profile/93675-hz88ac/?tab=field_core_pfield_14
    https://scenarch.com/userpages/39299
    https://dialogluzern.ch/profiles/hz88ac/activity
    https://forums.riversidefriends.org/member.php?action=profile&uid=23594
    https://www.lwn3d.com/forum/topic/72517/hz88ac
    https://alpinezone.com/members/hz88ac.100090/#about
    https://ja.cofacts.tw/user/hz88ac
    https://forum.hiv.plus/user/hz88ac
    https://www.bitchute.com/channel/QBPo2bS9HNd2
    https://forum.skullgirlsmobile.com/members/hz88ac.229589/#about
    https://www.aipictors.com/en/users/8a4a2462-c865-80d8-8098-5926383f6f48
    https://hz88ac.actoblog.com/42488496/hz88
    https://cofacts.tw/user/hz88ac
    https://ioninja.com/forum/user/hz88ac
    https://beteiligung.stadtlindau.de/profile/hz88ac/
    https://forums.servethehome.com/index.php?members/hz88ac.248308/#about
    https://linqto.me/about/hz88ac/
    https://mt2.org/uyeler/hz88ac.42202/#about
    https://participer.loire-atlantique.fr/profiles/hz88ac/activity
    https://hasitleaked.com/forum/members/hz88ac/profile/
    https://illust.daysneo.com/illustrator/hz88ac/
    https://www.abclinuxu.cz/lide/hz88ac
    https://forum.coastersworld.fr/members/hz88ac.33647/#about
    https://www.bloggportalen.se/BlogPortal/view/ReportBlog?id=309775
    https://hz88ac.blogpayz.com/41840998/hz88
    https://connect.gt/user/hz88ac
    https://eo-college.org/members/hz88ac/
    https://espritgames.com/members/51348052/
    https://md.chaospott.de/s/F4nR_2z8J3
    https://www.papermodelers.com/forum/members/hz88ac.html
    https://luma.com/user/hz88ac
    https://hindibookmark.com/story23596141/hz88ac
    http://piezas-de-ocasion.220.s1.nabble.com/hz88ac-td4173.html
    https://forum.pwstudelft.nl/user/hz88ac
    https://kheotay.com.vn/forums/users/hz88ac
    tempel.in/view/3NLVh
    https://www.natthadon-sanengineering.com/forum/topic/123963/hz88ac
    https://www.abitur-und-studium.de/Forum/News/hz88achz88ac
    https://telegra.ph/hz88ac-05-30-3
    https://song.link/hz88ac
    https://chanylib.ru/ru/forum/user/30473/
    https://londonchinese.com/home.php?mod=space&uid=624275&do=profile
    https://www.greencarpetcleaningprescott.com/board/board_topic/7203902/8439660.htm
    https://sklad-slabov.ru/forum/user/48824/
    https://www.simplexthailand.com/forum/topic/32214/hz88ac
    https://www.pathumratjotun.com/forum/topic/197603/hz88ac
    https://www.bonback.com/forum/topic/454705/hz88ac
    https://a.pr-cy.ru/hz88.ac/
    https://hedgedoc.stusta.de/s/zzQ1zwQqO
    https://vnkings.com/author/hz88ac
    https://forumserver.twoplustwo.com/members/696572/
    https://axe.rs/forum/members/hz88ac.13435637/#about
    https://www.easyhits4u.com/profile.cgi?login=hz88ac&view_as=1
    https://www.golf.od.ua/forum/profile.php?mode=viewprofile&u=27796
    https://pumpyoursound.com/u/user/1629007
    https://chodaumoi247.com/members/hz88ac.54624/#about
    https://www.spacedesk.net/support-forum/profile/hz88-2/
    https://englishsharedfutures.uk/forums/users/hz88ac/
    https://www.getlisteduae.com/listings/hz88ac
    https://seositecheckup.com/seo-audit/hz88.ac
    https://forum.instube.com/u/hz88ac
    http://forum.vacca.be/profile.php?mode=viewprofile&u=1655
    https://www.ozbargain.com.au/user/615807
    https://aniworld.to/user/profil/hz88ac
    https://tophatsec.com/forum/member.php?action=profile&uid=16555
    https://www.grioo.com/forum/profile.php?mode=viewprofile&u=5682157
    https://sketchersunited.org/users/326664
    http://civicaccess.416.s1.nabble.com/hz88ac-td11872.html
    https://www.shippingexplorer.net/en/user/hz88ac/295685
    https://www.einkaufen-in-mitte.de/forum/profile.php?mode=viewprofile&u=1252667
    https://gourmet-calendar.com/users/hz88ac
    https://www.pdc.edu/?URL=https://hz88.ac/
    https://cinderella.pro/user/280422/hz88ac/
    https://mforum.cari.com.my/home.php?mod=space&uid=3406575&do=profile
    https://www.slmath.org/people/109723
    https://www.gta-paradise.ru/forum/user/83017/
    https://www.hostboard.com/forums/members/hz88ac.html
    https://www.app-elearn.com/forum/profile/hz88ac
    https://www.weddingbee.com/members/hz88ac/
    https://md.opensourceecology.de/s/ZvWBs-br4
    https://qoolink.co/hz88ac
    https://www.isarms.com/forums/members/hz88ac.412780/#about
    https://snippet.host/hxsfoq
    https://giaoan.violet.vn/user/show/id/15280753
    https://www.pebforum.com/members/hz88ac.250257/#about
    https://www.ttlxshipping.com/forum/topic/454726/hz88ac
    https://forum.vgatemall.com/member.php?action=profile&uid=549949
    https://forum.pabbly.com/members/hz88ac.123416/#about
    https://ctxt.io/2/AAAEKL7uEQ
    https://pub41.bravenet.com/forum/static/show.php?usernum=3501574107&frmid=26&msgid=1038195&cmd=show
    https://hedgedoc.envs.net/s/V5wnbDilC
    http://bbs.medicalforum.cn/home.php?mod=space&uid=2319822
    https://chaloke.com/forums/users/hz88ac/
    http://hinfo.su.ac.th/~kuiherb/kui-herb-web/forum/profile.php?mode=viewprofile&u=39045
    https://pods.link/hz88ac
    https://beteiligung.tengen.de/profile/hz88ac/
    https://mylink.page/hz88ac
    https://www.myaspenridge.com/board/board_topic/3180173/8439768.htm
    https://bookmarkport.com/story24371832/hz88ac
    https://smallseo.tools/website-checker/hz88.ac
    https://tinyurl.com/hz88ac
    https://divisionmidway.org/jobs/author/hz88ac/
    https://youtopiaproject.com/author/hz88ac/
    https://www.freelistingindia.in/listings/hz88ac
    https://edabit.com/user/ZvprgSnjjDbdkSA66
    https://anh135689999.violet.vn/user/show/id/15280753
    https://telescope.ac/hz88ac/2kbr5mi08y8n62p7ietnxq
    https://ketcau.com/member/131231-hz88ac
    https://www.ixawiki.com/link.php?url=https://hz88.ac/
    https://fengshuidirectory.com/dashboard/listings/hz88ac/
    https://www.quora.com/profile/Hz88ac
    https://hedgedoc.dezentrale.space/s/9lv3Uq9w7
    https://es.stylevore.com/user/hz88ac
    https://www.launchgood.com/user/newprofile#!/user-profile/profile/hz88.ac
    https://jobs.siliconflorist.com/employers/4177709-hz88ac
    https://md.coredump.ch/s/TV9uAbbpZL
    https://b.cari.com.my/home.php?mod=space&uid=3406575&do=profile
    https://docs.erraticbits.ca/s/FnBwTOSVlF
    https://sm.mania.exchange/usershow/185379
    https://pad.funkwhale.audio/s/D3ydwNO-9
    https://scanverify.com/siteverify.php?site=hz88.ac
    https://hedgedoc.eclair.ec-lyon.fr/s/aNC6NcVCX
    https://tm.mania.exchange/usershow/185379
    https://doc.anagora.org/s/7q2G38eHO
    https://staroetv.su/go?https://hz88.ac/
    https://doc.anagora.org/s/SE-abn76Q
    https://walling.app/CAIfyehc7fFHPaoJpk9e/-
    https://te.legra.ph/hz88ac-05-30
    https://rant.li/hz88ac/hz88ac
    https://rmmedia.ru/members/185405/#about
    https://www.gta5-mods.com/users/hz88ac
    https://bg.gta5-mods.com/users/hz88ac
    https://ca.gta5-mods.com/users/hz88ac
    https://cs.gta5-mods.com/users/hz88ac
    https://da.gta5-mods.com/users/hz88ac
    https://de.gta5-mods.com/users/hz88ac
    https://el.gta5-mods.com/users/hz88ac
    https://es.gta5-mods.com/users/hz88ac
    https://fr.gta5-mods.com/users/hz88ac
    https://hi.gta5-mods.com/users/hz88ac
    https://hu.gta5-mods.com/users/hz88ac
    https://id.gta5-mods.com/users/hz88ac
    https://it.gta5-mods.com/users/hz88ac
    https://ko.gta5-mods.com/users/hz88ac
    https://mk.gta5-mods.com/users/hz88ac
    https://mk.gta5-mods.com/users/hz88ac
    https://ms.gta5-mods.com/users/hz88ac
    https://nl.gta5-mods.com/users/hz88ac
    https://no.gta5-mods.com/users/hz88ac
    https://pl.gta5-mods.com/users/hz88ac
    https://pt.gta5-mods.com/users/hz88ac
    https://ro.gta5-mods.com/users/hz88ac
    https://ru.gta5-mods.com/users/hz88ac
    https://sv.gta5-mods.com/users/hz88ac
    https://tr.gta5-mods.com/users/hz88ac
    https://uk.gta5-mods.com/users/hz88ac
    https://vi.gta5-mods.com/users/hz88ac
    https://www.gta5-mods.com/users/hz88ac
    https://www.gta5-mods.com/users/hz88ac
    https://forums.gta5-mods.com/user/hz88ac
    https://gl.gta5-mods.com/users/hz88ac
    https://sl.gta5-mods.com/users/hz88ac

Leave a Reply

Your email address will not be published. Required fields are marked *