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/tg88logincom
    https://www.pinterest.com/tg88logincom/
    https://youtube.com/@tg88logincom
    https://www.linkedin.com/in/tg88logincom/
    https://vimeo.com/tg88logincom
    https://gravatar.com/tg88logincom
    https://www.reddit.com/user/tg88logincom/
    https://www.tumblr.com/tg88logincom
    https://github.com/tg88logincom
    https://www.twitch.tv/tg88logincom/about
    https://sites.google.com/view/tg88logincom
    https://issuu.com/tg88logincom
    https://pixabay.com/users/tg88logincom-56357561/
    https://about.me/tg88logincom
    https://tg88logincom.wordpress.com/
    https://www.producthunt.com/@tg88logincom
    https://tg88logincom.bandcamp.com/album/tg88-2
    https://scholar.google.com.vn/citations?user=qb6voaYAAAAJ
    https://500px.com/p/tg88logincom
    https://www.behance.net/tg88logincom
    https://www.pexels.com/@tg88-2162369066/
    https://soundcloud.com/tg88logincom
    https://plaza.rakuten.co.jp/tg88logincom/
    https://tg88logincom.wixsite.com/tg88logincom
    https://ameblo.jp/tg88logincom
    https://web.archive.org/web/20240831150158/https://tg88login.com/
    https://www.chordie.com/forum/profile.php?id=2568660
    https://profile.hatena.ne.jp/tg88logincom/profile
    https://pad.lescommuns.org/s/_Jq1rnIv3
    https://disqus.com/by/tg88logincom/about/
    https://www.goodreads.com/tg88logincom
    https://tg88logincom.webflow.io/
    https://pastebin.com/u/tg88logincom
    https://www.zillow.com/profile/tg88logincom
    https://www.instapaper.com/p/tg88logincom
    https://old.bitchute.com/channel/gDk5BQkBkfRE/
    https://b.hatena.ne.jp/tg88logincom/bookmark
    https://www.renderosity.com/users/id:1870721
    https://awan.pro/forum/user/187030/
    https://pubhtml5.com/homepage/aspjx/
    https://www.speedrun.com/users/tg88logincom
    https://undrtone.com/tg88logincom
    https://jobs.landscapeindustrycareers.org/profiles/8439642-tg88
    https://wefunder.com/tg88logincom
    https://qiita.com/tg88logincom
    https://app.talkshoe.com/user/tg88logincom
    https://www.callupcontact.com/b/businessprofile/tg88logincom/10132156
    https://scrapbox.io/tg88logincom/TG88
    https://md.kif.rocks/s/yJ40n3haOd
    https://website.informer.com/tg88login.com
    https://pad.codefor.fr/s/jpavgVK1k7
    https://pad.stuve.de/s/kg56GbH5w
    https://justpaste.me/tg88logincom
    https://transfur.com/Users/tg88logincom
    https://www.wvhired.com/profiles/8439655-tg88
    https://www.claimajob.com/profiles/8439654-tg88
    https://jobs.lajobsportal.org/profiles/8439653-tg88
    https://www.heavyironjobs.com/profiles/8439652-tg88
    https://golosknig.com/profile/tg88logincom/
    https://www.invelos.com/UserProfile.aspx?alias=tg88logincom
    https://phatwalletforums.com/user/tg88logincom
    https://nhattao.com/members/user6993131.6993131/
    https://jobs.windomnews.com/profiles/8439651-tg88
    https://www.passes.com/tg88logincom
    https://wakelet.com/@tg88logincom
    https://www.myminifactory.com/users/tg88logincom
    https://www.sunemall.com/board/board_topic/8431232/8530399.htm
    https://pad.fablab-siegen.de/s/IvlCximwgL
    https://www.crossroadsbaitandtackle.com/board/board_topic/9053260/8530398.htm
    https://gifyu.com/tg88logincom
    https://md.openbikesensor.org/s/m5a6KI8dWL
    https://hub.docker.com/u/tg88logincom
    https://fliphtml5.com/home/tg88logincom
    https://www.akaqa.com/account/profile/19192018358
    https://www.akaqa.com/question/q19192707013-Tg88logincom
    http://forum.vodobox.com/profile.php?id=77049
    https://md.chaosdorf.de/s/Eqz7gStSYU
    https://us.enrollbusiness.com/BusinessProfile/7847930/tg88logincom
    https://pad.geolab.space/s/zaU07t1Wf
    https://www.thepartyservicesweb.com/board/board_topic/3929364/8530353.htm
    https://www.tai-ji.net/board/board_topic/4160148/8530351.htm
    https://www.milliescentedrocks.com/board/board_topic/2189097/8530350.htm
    https://www.fundable.com/tg88-logincom
    https://bbcovenant.guildlaunch.com/users/blog/6765362/?mode=view&gid=97523
    https://linkmix.co/55984751
    https://linkin.bio/tg88logincom/
    https://iszene.com/user-358411.html
    https://www.iniuria.us/forum/member.php?692036-tg88logincom
    https://www.royalroad.com/profile/1002637
    https://www.intensedebate.com/profiles/tg88logincom
    https://pads.zapf.in/s/ZQngedSBlI
    https://booklog.jp/users/tg88logincom/profile
    https://www.xosothantai.com/members/tg88logincom.621405/
    https://hackaday.io/tg88logincom
    https://commu.nosv.org/p/tg88logincom/
    https://files.fm/tg88logincom/info
    https://pbase.com/tg88logincom
    https://pastelink.net/tg88logincom
    https://www.beamng.com/members/tg88logincom.803976/
    https://www.fanart-central.net/user/tg88logincom/profile
    https://www.symbaloo.com/mix/tg88logincom
    https://www.notebook.ai/@tg88logincom
    https://www.notebook.ai/documents/2627727
    https://data.loda.gov.ua/user/tg88logincom
    https://zzb.bz/tg88logincom
    https://anyflip.com/homepage/qxbxb
    https://community.m5stack.com/user/tg88logincom
    https://www.goodolcomics.com/blog/profile/tg88logincom/
    https://forum.dmec.vn/index.php?members/tg88logincom.202185/
    http://www.biblesupport.com/user/852340-tg88logincom/
    https://www.blackhatprotools.info/member.php?297364-tg88logincom
    https://trakteer.id/tg88logincom
    https://www.reverbnation.com/artist/tg88logincom
    https://apk.tw/space-uid-7343389.html
    https://www.giveawayoftheday.com/forums/profile/1942909
    https://potofu.me/tg88logincom
    https://www.aicrowd.com/participants/tg88logincom
    https://www.huntingnet.com/forum/members/tg88logincom.html
    https://www.rctech.net/forum/members/tg88logincom-556463.html
    https://myanimelist.net/profile/tg88logincom
    https://able2know.org/user/tg88logincom/
    https://hanson.net/users/tg88logincom
    https://jobs.westerncity.com/profiles/8439501-tg88
    https://writexo.com/share/816913b4c89c
    https://jobs.suncommunitynews.com/profiles/8439498-tg88
    https://truckymods.io/user/510456
    https://devpost.com/tg88logincom
    https://inkbunny.net/tg88logincom
    https://cars.yclas.com/user/tg88logincom
    https://www.plotterusati.it/user/tg88logincom
    https://raovat.nhadat.vn/members/tg88logincom-324333.html
    https://www.openrec.tv/user/tg88logincom/about
    https://www.adpost.com/u/tg88logincom/
    https://amaz0ns.com/forums/users/tg88logincom/
    https://forums.alliedmods.net/member.php?u=484811
    https://xtremepape.rs/members/tg88logincom.685832/#about
    https://www.sythe.org/members/tg88logincom.2064204/
    https://phijkchu.com/a/tg88logincom/video-channels
    https://wibki.com/tg88logincom
    http://freestyler.ws/user/668270/tg88logincom
    https://forum.issabel.org/u/tg88logincom
    https://tooter.in/tg88logincom
    http://jobboard.piasd.org/author/tg88logincom/
    http://arahn.100webspace.net/profile.php?mode=viewprofile&u=254161
    https://zb3.org/tg88logincom/tg88logincom
    https://rush1989.rash.jp/pukiwiki/index.php?tg88logincom
    https://doc.adminforge.de/s/YgodILpieo
    https://lookingforclan.com/user/tg88logincom
    https://pad.koeln.ccc.de/s/N0QcCYOj7
    https://teletype.in/@tg88logincom
    https://spiderum.com/nguoi-dung/tg88logincom
    https://tudomuaban.com/chi-tiet-rao-vat/2940523/tg88logincom.html
    http://forum.cncprovn.com/members/432608-tg88logincom
    https://schoolido.lu/user/tg88logincom/
    https://stocktwits.com/tg88logincom
    https://matkafasi.com/user/tg88logincom
    https://ybrclub.com/members/tg88logincom.16832/#about
    https://www.pozible.com/profile/tg88logincom
    https://www.skool.com/@tgtamtam-logincom-7304
    https://kaeuchi.jp/forums/users/tg88logincom/
    http://www.genina.com/user/editDone/5420047.page
    https://fabble.cc/tg88logincom
    https://bandori.party/user/1230574/tg88logincom/
    http://delphi.larsbo.org/user/tg88logincom
    https://mez.ink/tg88logincom
    https://album.link/tg88logincom
    https://www.storenvy.com/tg88logincom
    https://akniga.org/profile/1436811-tg88logincom/
    https://egl.circlly.com/users/tg88logincom
    https://www.moshpyt.com/user/tg88logincom
    https://classificados.acheiusa.com/profile/YVFZNi9HNCtZaE1lZCtGbUs4bVVnYzc1am1VekhldFB1TWMvUnJKNkxmWT0=
    https://vcook.jp/users/100912
    https://feyenoord.supporters.nl/profiel/158728/tg88logincom
    https://www.vnbadminton.com/members/tg88logincom.84662/
    https://www.anibookmark.com/user/tg88logincom.html
    https://motion-gallery.net/users/1000563
    http://forum.modulebazaar.com/forums/user/tg88logincom/
    https://worstgen.alwaysdata.net/forum/members/tg88logincom.182808/#about
    https://www.halaltrip.com/user/profile/360439/tg88logincom/
    https://bio.site/tg88logincom
    https://uiverse.io/profile/tg88_9492
    https://wallhaven.cc/user/tg88logincom
    https://formulamasa.com/elearning/members/tg88logincom/
    https://www.dibiz.com/tg88logincom
    https://securityheaders.com/?q=tg88login.com&followRedirects=on
    https://www.chichi-pui.com/users/tg88logincom/
    https://www.rwaq.org/users/tg88logincom
    https://protospielsouth.com/user/143059
    https://mail.protospielsouth.com/user/143059
    https://unityroom.com/users/tg88logincom
    https://theafricavoice.com/profile/tg88logincom
    https://sfx.thelazy.net/users/u/tg88logincom/
    https://www.ekdarun.com/forum/topic/176764/tg88logincom
    https://forums.servethehome.com/index.php?members/tg88logincom.252525/#about
    https://lightroom.adobe.com/u/tg88logincom
    https://www.launchgood.com/user/newprofile#!/user-profile/profile/tg88.logincom
    https://leakedmodels.com/forum/members/tg88logincom.722070/#about
    https://aniworld.to/user/profil/tg88logincom
    https://www.spacedesk.net/support-forum/profile/tg88-2/
    https://justpaste.it/u/tg88logincom
    https://www.ironlifting.it/forum/member.php?u=434493
    https://scenarch.com/userpages/42158
    https://malt-orden.info/userinfo.php?uid=469077
    https://beteiligung.stadtlindau.de/profile/tg88logincom/
    https://www.telix.pl/profile/TG8857/
    https://enrollbusiness.com/BusinessProfile/7847930/tg88logincom
    https://www.clashfarmer.com/forum/member.php?action=profile&uid=84183
    https://song.link/tg88logincom
    https://www.xmonsta.com/forums/users/tg88logincom/
    https://mforum2.cari.com.my/home.php?mod=space&uid=3410001&do=profile
    https://forum.youcanbuy.ru/userid12593/?tab=field_core_pfield_11
    https://www.thitrungruangclinic.com/forum/topic/169161/tg88logincom
    https://destaquebrasil.com/saopaulo/author/tg88logincom/
    https://lankadevelopers.lk/user/tg88logincom
    https://m.wibki.com/tg88logincom
    https://pictureinbottle.com/r/tg88logincom
    https://walling.app/C2JWXH4DCJMVsxj5En01/tg88logincom
    https://pub41.bravenet.com/forum/static/show.php?usernum=3501574107&frmid=26&msgid=1040550&cmd=show
    https://tophatsec.com/forum/member.php?action=profile&uid=17107
    https://www.mecanique-bateau.com/community/profile/tg88logincom
    https://codi.ide3.de/s/h_DdSbmAi
    https://www.one2bay.de/forum/member.php?action=profile&uid=70318
    https://www.swap-bot.com/user:tg88logincom
    https://bestwritingforum.com/profile/?area=summary;u=16653
    https://forum-foxess.pro/community/profile/tg88logincom/
    http://www.gitaarnet.nl/forum/member.php?55165-tg88logincom
    https://tg88logincom.actoblog.com/42783407/tg88logincom
    https://profu.link/u/tg88logincom
    https://www.elephantjournal.com/profile/tg88logincom/
    https://www.bonback.com/forum/topic/487692/tg88logincom
    https://forum.motoshkola.od.ua/members/tg88logincom.36912/#about
    https://lifeinsys.com/user/tg88logincom
    https://hackmd.hub.yt/s/5uEbbYPnL
    https://eternagame.org/players/627272
    https://bookmeter.com/users/1736044
    https://vs.cga.gg/user/245257
    https://sighpceducation.hosting.acm.org/wp/forums/users/tg88logincom/
    https://www.misteriojuvenil.com/forum/profile.php?mode=viewprofile&u=47124
    http://dtan.thaiembassy.de/uncategorized/2562/?mingleforumaction=profile&id=518932
    https://partecipa.poliste.com/profiles/tg88logincom/activity
    https://scanverify.com/siteverify.php?site=tg88login.com
    https://leetcode.com/u/tg88logincom/
    https://forum.jobland.pl/profile.php?mode=viewprofile&u=175437
    https://aprenderfotografia.online/usuarios/tg88logincom/profile/
    https://brain-market.com/u/tg88logincom
    https://www.freedomteamapexmarketinggroup.com/board/board_topic/8118484/8530984.htm
    https://forum.cnnr.fr/user/tg88logincom
    https://techplanet.today/member/tg88logincom
    https://thewion.com/tg88logincom
    https://gt.enrollbusiness.com/BusinessProfile/7847930/tg88logincom
    https://www.instructorsnearme.com/author/tg88logincom/
    https://www.prosebox.net/book/115962/
    https://colab.research.google.com/drive/1yORL5QXrob66Bp-b4uqn2uCfy5i_i6Si?usp=sharing
    https://www.pixiv.net/en/users/127075744
    https://ja.cofacts.tw/user/tg88logincom
    https://www.annuncigratuititalia.it/author/tg88logincom/
    https://te.legra.ph/tg88logincom-06-18
    https://item.exchange/user/profile/187025
    https://hedgedoc.dezentrale.space/s/0fWeV6vYk
    https://www.driedsquidathome.com/forum/topic/174677/tg88logincom
    https://www.3label.com/forum3label/profile.php?mode=viewprofile&u=2624
    https://www.natthadon-sanengineering.com/forum/topic/132709/tg88logincom
    http://resurrection.bungie.org/forum/index.pl?profile=tg88logincom
    https://dailysudoku.org/sudoku/forums/profile.php?mode=viewprofile&u=19814&sid=ee5291a444da4f6f55d0416bf4978f67
    https://idol.st/user/189344/tg88logincom/
    https://dq10wiki.net/wiki/?tg88logincom
    https://beteiligung.amt-huettener-berge.de/profile/tg88logincom/
    http://vetstate.ru/forum/?PAGE_NAME=profile_view&UID=272346&backurl=%2Fforum%2F%3FPAGE_NAME%3Dprofile_view%26UID%3D263061
    https://anotepad.com/notes/itshpacg
    https://nilechronicles.com/profile/tg88logincom
    https://backloggery.com/tg88logincom
    https://www.servinord.com/phpBB2/profile.php?mode=viewprofile&u=788010
    https://telegra.ph/tg88logincom-06-18-2
    https://beteiligung.hafencity.com/profile/tg88logincom/
    https://test.elit.edu.my/author/tg88logincom/
    https://dati.fondazioneifel.it/user/tg88logincom
    https://forum.battleforces.com/user/tg88logincom
    https://forum.risingko.net/members/tg88logincom.87968/#about
    https://ketcau.com/member/132578-tg88logincom
    https://fanclove.jp/profile/8N2YQkYG2L
    https://blender.community/tg88logincom/
    http://forum.artwin.ru/profile.php?mode=viewprofile&u=48380
    https://doc.asta.rwth-aachen.de/s/dT5MGuyYl
    http://library.sokal.lviv.ua/forum/profile.php?mode=viewprofile&u=19555
    https://jszst.com.cn/home.php?mod=space&uid=7017616
    https://mjjcn.com/mjjcnforum/space-uid-1016009.html
    https://forum.trackbase.net/members/31690-tg88logincom
    http://www.silverdale.ru/forum/profile.php?mode=viewprofile&u=483871
    http://dalle-elementari-all-universita-del-running.381.s1.nabble.com/tg88logincom-td7067.html
    https://www.shippingexplorer.net/en/user/tg88logincom/303544
    https://staroetv.su/go?https://tg88login.com/
    https://turcia-tours.ru/forum/profile/tg88logincom/
    https://www.growkudos.com/profile/tg88_logincom
    https://forums.wolflair.com/members/tg88logincom.160415/#about
    https://www.depanetout.com/Forums/users/tg88logincom/
    https://www.grioo.com/forum/profile.php?mode=viewprofile&u=5683722
    https://chillspot1.com/user/tg88logincom
    https://forum.luan.software/tg88logincom-td2283.html
    https://www.scener.com/@tg88logincom
    https://ngel.ink/tg88logincom
    https://www.bitchute.com/channel/gDk5BQkBkfRE
    https://zeroone.art/profile/tg88logincom
    https://learndash.aula.edu.pe/miembros/tg88logincom/
    http://www.jindousa.cn/bbs/home.php?mod=space&uid=377172
    https://www.skypixel.com/users/djiuser-u9lzq0twabkp
    https://www.fitlynk.com/tg88logincom
    https://www.myaspenridge.com/board/board_topic/3180173/8531018.htm
    http://home2041.298.s1.nabble.com/tg88logincom-td13520.html
    https://pixelfed.uno/tg88logincom
    https://www.nongkhaempolice.com/forum/topic/169164/tg88logincom
    https://fengshuidirectory.com/dashboard/listings/tg88logincom/
    http://www.wmhelp.cz/html/modules.php?name=Forums&file=profile&mode=viewprofile&u=602344
    http://forum.vacca.be/profile.php?mode=viewprofile&u=1704
    https://jali.pro/tg88logincom
    https://bookmarkloves.com/story24147005/tg88logincom
    https://codi.ide3.de/Qyd4IUfDQmSzN9U_RvF4JQ
    https://www.checkli.com/tg88logincom
    https://pad.libreon.fr/s/0TIohWVlo
    https://chaomao.org/members/tg88logincom.90648/#about
    https://pad.funkwhale.audio/s/J5Ek-jTw9
    https://support.super-resume.com/tg88logincom-td1918.html
    http://forum.gazdinfo.hu/profile.php?mode=viewprofile&u=222511
    https://www.green-collar.com/forums/users/tg88logincom/
    https://www.macrolab-online.com/ru/forums/fbprofile/userid-35922
    https://www.navacool.com/forum/topic/487702/tg88logincom
    https://businessbookmark.com/story7238928/tg88logincom
    https://www.tripadvisor.com/Profile/tg88logincom
    https://www.zubersoft.com/mobilesheets/forum/user-145669.html
    https://tg88logincom.jasperwiki.com/7754411/tg88logincom
    https://www.mateball.com/tg88logincom
    https://dados.unifei.edu.br/user/tg88logincom
    https://www.pdc.edu/?URL=https://tg88login.com/
    http://www.reumamurcia.com/forums/users/tg88logincom/
    https://hedgedoc.envs.net/s/3u4QnQkOO
    https://www.bandsworksconcerts.info/index.php?tg88logincom
    https://www.jointcorners.com/tg88logincom
    https://l2top.co/forum/members/tg88logincom.193852/
    https://ac.db0.company/user/15181/tg88logincom/
    https://jobs.nefeshinternational.org/employers/4206219-tg88logincom
    https://www.pleasure-house-for-adults.com/forums/users/tg88logincom/
    https://talkmarkets.com/profile/tg88logincom
    https://www.templepurohit.com/forums/users/tg88logincom/
    https://www.gta5-mods.com/users/tg88logincom
    https://caodaivn.com/members/tg88logincom.55364/#about
    http://x.411.s1.nabble.com/tg88logincom-td2260.html
    https://forum.pabbly.com/members/tg88logincom.127989/#about
    https://forum.picinisco.net/profile.php?mode=viewprofile&u=1704
    https://eo-college.org/members/tg88logincom/
    https://www.myebook.com/user_profile.php?id=tg88logincom
    https://forum.plutonium.pw/user/tg88logincom
    https://www.hobowars.com/game/linker.php?url=https://tg88login.com/
    https://fyers.in/community/member/NMicKbTDq5
    https://advego.com/profile/tg88logincom/
    http://forum.orangepi.org/home.php?mod=space&uid=6639748
    https://www.uscgq.com/forum/posts.php?forum=general&id=709382&page=1#post0
    https://3dwarehouse.sketchup.com/by/tg88logincom
    https://pinshape.com/users/8991866-tg88logincom?tab=designs
    https://congdongmassage.com/members/tg88logincom.158243/#about
    https://forums.autodesk.com/t5/user/viewprofilepage/user-id/19203404
    https://ru.pinterest.com/tg88logincom/
    https://www.aersia.net/members/tg88logincom.15445/
    https://learningapps.org/watch?v=ptbs9bwtj26
    https://congdonganchoi.com/members/tg88logincom.10137/#about
    http://palangshim.com/space-uid-5285921.html
    https://www.jmriascos.space/profile/tg88logincom/profile
    https://www.sunlitcentrekenya.co.ke/author/tg88logincom/
    https://www.nedrago.com/forums/users/tg88logincom/
    https://www.dideadesign.com/forum/topic/61082/tg88logincom
    https://pods.link/tg88logincom
    http://web.symbol.rs/forum/member.php?action=profile&uid=1332187
    https://kheotay.com.vn/forums/users/tg88logincom
    https://www.dideadesign.com/forum/topic/61081/tg88logincom
    https://www.warriorforum.com/members/tg88logincom.html
    https://forums.sonicretro.org/members/tg88logincom.75836/
    http://expressafrica.net/tg88logincom
    http://forum.184.s1.nabble.com/tg88logincom-td15816.html
    https://www.fuelly.com/driver/tg88logincom
    https://vishalbharat.in/tg88logincom
    https://tg88logincom.aboutyoublog.com/54114562/tg88logincom
    https://www.pebforum.com/members/tg88logincom.255268/#about
    https://englishsharedfutures.uk/forums/users/tg88logincom/
    https://hedgedoc.stusta.de/s/LQwn5PgSp
    http://bbs.medicalforum.cn/home.php?mod=space&uid=2360602
    http://www.ljudmila.org/~crsn/forum/profile.php?mode=viewprofile&u=8039
    http://gojourney.xsrv.jp/index.php?tg88logincom
    https://www.minecraft-servers-list.org/details/tg88logincom/
    https://www.racefans.net/members/tg88logincom/
    https://metaldevastationradio.com/tg88logincom
    https://tg88logincom.wikievia.com/11382532/tg88logincom
    https://codimd.xyron.io/s/DOnpxcYHz
    https://www.abclinuxu.cz/lide/tg88logincom
    https://medibang.com/author/28602119/
    https://hedgedoc.eclair.ec-lyon.fr/s/wSqTLcq1U
    https://forum.vgatemall.com/member.php?action=profile&uid=569147
    https://www.roton.com/forums/users/levoaithu8474861/
    https://www.minecraftforum.net/members/tg88logincom
    https://forum.hiv.plus/user/tg88logincom
    https://campsite.bio/tg88logincom
    https://hmsay.com/members/tg88logincom/
    https://www.tkc-games.com/forums/users/levoaithu8474861/
    http://forum.karate-schwedt.de/profile.php?mode=viewprofile&u=296970
    https://its-my.link/@tg88logincom
    https://forum.ct8.pl/member.php?action=profile&uid=128300
    https://www.ixawiki.com/link.php?url=https://tg88login.com
    https://doingbusiness.eu/profile/tg88logincom/
    https://www.spigotmc.org/members/tg88logincom.2558041/
    https://www.rossoneriblog.com/author/tg88logincom/
    https://forums.digitalpool.com/member.php?action=profile&uid=16415
    https://www.weddingbee.com/members/tg88logincom/
    https://www.prshine.com/profile/tg88logincom
    https://snippet.host/tqbqoq
    https://playlist.link/tg88logincom
    https://participacion.cabildofuer.es/profiles/tg88logincom/activity?locale=en
    https://careers.coloradopublichealth.org/profiles/8443276-tg88
    https://allmyfaves.com/tg88logincom
    https://dimensionbots.com/forum/member.php?action=profile&uid=4536
    https://skitterphoto.com/photographers/2909852/tg88logincom
    https://mforum2.cari.com.my/home.php?mod=space&uid=3410001&do=profile
    https://forum.aigato.vn/user/tg88logincom
    https://tg88logincom.blog-gold.com/59992101/tg88logincom
    https://cinderella.pro/user/285057/tg88logincom/
    https://www.lookingforjob.co/profile/tg88logincom
    https://doc.hkispace.com/s/2C8nuwM0J
    https://app.readthedocs.org/profiles/tg88logincom/
    https://zbrushcentral.jp/user/tg88logincom
    https://md.chaospott.de/s/LI8Hf9Mh6a
    https://socialrus.com/story25280077/tg88logincom
    https://substance3d.adobe.com/community-assets/profile/org.adobe.user:978A82386A33B1210A495E61@AdobeID
    https://ctxt.io/2/AAAEEEPREA
    https://pumpyoursound.com/u/user/1635420
    https://sketchersunited.org/users/330101
    https://www.walkscore.com/people/191612868432/tg88logincom
    https://filesharingtalk.com/members/640625-tg88logincom
    https://mail.tudomuaban.com/chi-tiet-rao-vat/2941327/tgtam8logincom.html
    https://www.golf.od.ua/forum/profile.php?mode=viewprofile&u=27977
    https://www.okaywan.com/home.php?mod=space&uid=818065
    https://hedgedoc.faimaison.net/s/cOigyxTajM
    https://chaloke.com/forums/users/tg88logincom/
    https://naijamatta.com/tg88logincom
    http://www.webclap.com/php/jump.php?url=https://tg88login.com/
    https://b.cari.com.my/home.php?mod=space&uid=3410001&do=profile
    https://www.freewebmarks.com/story/tg88logincom
    https://forums.giantitp.com/member.php?377629-tg88logincom
    https://fof.hypersphere.games/forum/index/profile.php?id=18171
    https://forum.pwstudelft.nl/user/tg88logincom
    https://zepodcast.com/forums/users/tg88logincom/
    https://wiki.lio-darmstadt.de/s/qXjfbNqM1
    https://forum.m5stack.com/user/tg88logincom
    https://www.mc-complex.com/forums/pixelmon/members/tg88logincom.61466/#about
    https://land-book.com/tg88logincom
    https://tabelog.com/rvwr/tg88logincom/prof/
    https://www.shadertoy.com/user/tg88logincom
    http://hinfo.su.ac.th:81/~kuiherb/kui-herb-web/forum/profile.php?mode=viewprofile&u=40359
    https://onespotsocial.com/tg88logincom
    https://velog.io/@tg88logincom/about
    https://www.aipictors.com/users/bcc65488-c37e-c9f2-5c0b-ca738b18b604
    https://www.4shared.com/u/AgpEyB8E/levoaithu8474861.html
    https://www.aseeralkotb.com/en/profiles/tg88logincom
    https://vnbit.org/members/tg88logincom.118593/#about
    https://md.edgar.bzh/s/Qeen7h-Pd
    https://help.orrs.de/user/tg88logincom
    https://controlc.com/2qn3wplf
    https://redirect.camfrog.com/redirect/?url=https://tg88login.com/
    https://userstyles.world/user/tg88logincom
    https://www.blockdit.com/tg88logincom
    http://civicaccess.416.s1.nabble.com/tg88logincom-td12569.html
    https://xn—-8sbgkqlrzglf.xn--p1ai/forums/users/tg88logincom/
    https://www.simplexthailand.com/forum/topic/38146/tg88logincom
    https://bbs.darkml.net/home.php?mod=space&uid=198249
    https://freeimage.host/tg88logincom
    https://www.themeqx.com/forums/users/tg88logincom/
    https://www.thetriumphforum.com/members/tg88logincom.70225/
    http://www49.atwiki.org/fateextraccc/index.php?tg88logincom
    https://qoolink.co/tg88logincom
    https://hackmd.okfn.de/s/SkPI8zzfMe
    https://edabit.com/user/Rcrzd2SFj3jZDAYPr
    https://tg88logincom.thenerdsblog.com/47976949/tg88logincom
    http://www.ukdecay.co.uk/forum/profile.php?mode=viewprofile&u=9086
    https://www.d-ushop.com/forum/topic/169148/tg88logincom
    https://www.lingvolive.com/en-us/profile/8edf5305-cdcc-40fc-b3c5-57f60eeabb8b/translations
    https://jobs.host-panel.com/author/tg88logincom/
    https://blog.sighpceducation.acm.org/wp/forums/users/tg88logincom/
    https://racetime.gg/team/tg88logincom
    https://bookmarkport.com/story24481006/tg88logincom
    https://www.zophar.net/forums/index.php?members/tg88logincom.138798/#about
    https://md.coredump.ch/s/XPFKcMbCZ
    https://gourmet-calendar.com/users/tg88logincom
    https://participa.aytojaen.es/profiles/tg88logincom/activity
    https://www.zazzle.com/mbr/238079471499675988
    https://rbr.onlineracing.cz/forum/profile.php?mode=viewprofile&u=613851
    https://youtopiaproject.com/author/tg88logincom/
    https://triumph.srivenkateshwaraa.edu.in/profile/tg88logincom
    https://www.gta-paradise.ru/forum/user/83126/
    https://forum.oskom.org/profile.php?mode=viewprofile&u=46651
    https://www.horticulturaljobs.com/employers/4206722-tg88logincom
    https://www.magcloud.com/user/tg88logincom
    https://iplogger.org/vn/logger/hFNY5ppBneJB/
    https://tg88logincom.blogpayz.com/42135017/tg88logincom
    http://fort-raevskiy.ru/community/profile/tg88logincom/
    https://docs.erraticbits.ca/s/IBkTYmTuHy
    https://www.bookingblog.com/forum/users/tg88logincom/
    https://www.rcuniverse.com/forum/members/tg88logincom.html
    https://forum.eliteshost.com/member.php?action=profile&uid=21578
    https://recash.wpsoul.net/members/tg88logincom/profile/
    https://www.sciencebee.com.bd/qna/user/tg88logincom
    https://www.lwn3d.com/forum/topic/77359/tg88logincom
    https://mathlog.info/users/nWmk9iwg47cVgKotSoRrp95j5pl2
    https://www.einkaufen-in-mitte.de/forum/profile.php?mode=viewprofile&u=1255796
    https://md.opensourceecology.de/s/GcxnH3P9Gu
    https://directoryglobals.com/listings13624069/tg88logincom
    https://rant.li/tg88logincom/tg88logincom
    https://infinitebacklog.net/users/tg88logincom
    https://profile.sampo.ru/tg88logincom
    https://tg88logincom.loginblogin.com/50050381/tg88logincom
    http://frankstout.com/UserProfile/tabid/42/userId/95295/Default.aspx
    https://www.bloggportalen.se/BlogPortal/view/ReportBlog?id=313253
    https://bioqoo.com/tg88logincom
    https://connect.gt/user/tg88logincom
    https://forum.herozerogame.com/index.php?/user/171660-tg88logincom/
    https://stepik.org/users/1307617536/profile?auth=registration
    https://bookmarksurl.com/story7315427/tg88logincom
    https://forum.rexygen.com/user/tg88logincom
    https://www.diigo.com/user/tg88logincom
    https://play-uno.com/profile.php?user=429076
    https://www.yourquote.in/tg88-d3xjk/quotes
    https://doc.anagora.org/s/2JmbtexAu
    https://tinyurl.com/tg88logincom
    https://tg88logincom.bloggosite.com/49810077/tg88logincom
    https://jerseyboysblog.com/forum/member.php?action=profile&uid=105932
    https://etextpad.com/j4eu8g675h
    http://new-earth-mystery-school.316.s1.nabble.com/tg88logincom-td4994.html
    https://www.freebeg.com/forum/member.php?action=profile&uid=139582
    https://www.pathumratjotun.com/forum/topic/208490/tg88logincom
    https://ncnews.co/profile/tg88logincom
    https://www.depechemode.cz/?URL=https://tg88login.com/
    https://cointr.ee/tg88logincom
    https://www.slmath.org/people/111503
    https://cofacts.tw/user/tg88logincom
    https://viblo.asia/u/tg88logincom/contact
    https://www.schoolpress.ru/news_schoolpress/forum/index.php?PAGE_NAME=profile_view&UID=229047
    https://noti.st/tg88logincom
    https://www.thehockeypaper.co.uk/forums/users/tg88logincom
    https://longbets.org/user/tg88logincom/
    https://papers-please.info/?tg88logincom
    https://www.quora.com/profile/Tg88logincom
    https://bbs.airav.cc/home.php?mod=space&uid=4711185
    https://urlscan.io/result/019edd6d-23e6-74b5-9d86-cd1d85666909/
    https://www.app-elearn.com/forum/profile/tg88logincom
    https://pad.degrowth.net/s/4fG8cjPp2
    https://forum.findukhosting.com/index.php?action=profile;area=summary;u=76371
    http://sundownersadventures.385.s1.nabble.com/tg88logincom-td5709166.html
    https://www.pintradingdb.com/forum/member.php?action=profile&uid=149588
    https://www.bestloveweddingstudio.com/forum/topic/105193/tg88logincom
    https://allods.my.games/forum/index.php?page=User&userID=256773
    https://www.japaaan.com/user/106123
    https://www.democracylab.org/user/49788
    https://www.rueanmaihom.net/forum/topic/121255/tg88logincom
    https://maxforlive.com/profile/user/tg88logincom?tab=about
    https://hker2uk.com/home.php?mod=space&uid=5645072
    https://vestia.pl/forum/member.php?action=profile&uid=3687
    https://docs.kliemax.com/s/m_GBMVzL8r
    https://forum.freero.org/space-uid-26251.html
    https://jaga.link/tg88logincom
    https://telescope.ac/tg88logincom/tg88logincom
    https://wirtube.de/a/tg88logincom/video-channels
    https://www.newgenstravel.com/forum/topic/60509/tg88logincom
    http://www.jbt4.com/home.php?mod=space&uid=8676450
    https://www.papermodelers.com/forum/members/tg88logincom.html
    https://forums.riversidefriends.org/member.php?action=profile&uid=24380
    https://www.longislandjobsmagazine.com/board/board_topic/9092000/8533687.htm
    https://fileforums.com/member.php?u=301863
    https://beteiligung.tengen.de/profile/tg88logincom/
    https://snabaynetworking.com/profile/20823/
    https://biolinku.co/tg88logincom
    https://chanylib.ru/ru/forum/user/32422/
    https://forum.jabse.com/profile.php?mode=viewprofile&u=2257549
    https://freeicons.io/profile/945732
    https://youslade.com/tg88logincom
    https://www.hentai-foundry.com/user/tg88logincom/profile
    http://onlineboxing.net/jforum/user/profile/470139.page
    http://www.orangepi.org/orangepibbsen/home.php?mod=space&uid=6639748
    https://paper.wf/tg88logincom/tg88logincom
    http://jobs.emiogp.com/author/tg88logincom/
    http://linoit.com/users/tg88logincom/canvases/tg88logincom
    https://en.islcollective.com/portfolio/12949408
    https://www.ameba.jp/profile/general/tg88logincom/
    https://hub.vroid.com/en/users/127075744
    https://myanimeshelf.com/profile/tg88logincom
    https://timdaily.vn/members/tg88logincom.140039/#about
    https://forum.epicbrowser.com/profile.php?id=164527
    https://sciencemission.com/profile/tg88logincom
    https://rentry.co/tg88logincom
    https://www.iglinks.io/tg88logincom-nq2?preview=true
    https://www.fw-follow.com/forum/topic/146722/tg88logincom
    https://galleria.emotionflow.com/191941/profile.html
    https://www.hyperlabthailand.com/forum/topic/851963/tg88logincom
    https://www.phyconomy.org/community/profile/tg88logincom/
    https://www.basketferentino.com/forum/profile.php?mode=viewprofile&u=943136
    https://startupxplore.com/en/person/tg88logincom
    https://mygamedb.com/profile/tg88logincom
    https://bbarlock.com/index.php/User:Tg88logincom
    https://muare.vn/shop/tg88-83/910174
    https://dreevoo.com/profile.php?pid=1934682
    https://quangcaoso.vn/tg88logincom
    https://www.vid419.com/home.php?mod=space&uid=3495951
    https://oye.participer.lyon.fr/profiles/tg88logincom/activity
    https://tg88logincom.bloguetechno.com/tg88logincom-78545440
    https://graph.org/tg88logincom-06-19
    https://pod.beautifulmathuncensored.de/people/5f1d87904dab013fe4610e7703ffdc0f
    https://participer.loire-atlantique.fr/profiles/tg88logincom/activity
    https://decidim.calafell.cat/profiles/tg88logincom/activity
    https://pledgeme.co.nz/profiles/345335/
    https://git.disroot.org/tg88logincom
    https://webanketa.com/forms/6mw3cd1m60qkashkc4vk2dv4/
    https://seositecheckup.com/seo-audit/tg88login.com
    http://bbs.sdhuifa.com/home.php?mod=space&uid=1149880
    https://activeprospect.fogbugz.com/default.asp?pg=pgPublicView&sTicket=175659_pp1npg18
    https://www.play56.net/home.php?mod=space&uid=6327585
    https://tg88logincom.blogocial.com/tg88logincom-77925374
    https://aoezone.net/members/tg88logincom.195014/#about
    https://bg.gta5-mods.com/users/tg88logincom
    https://ca.gta5-mods.com/users/tg88logincom
    https://cs.gta5-mods.com/users/tg88logincom
    https://da.gta5-mods.com/users/tg88logincom
    https://de.gta5-mods.com/users/tg88logincom
    https://el.gta5-mods.com/users/tg88logincom
    https://es.gta5-mods.com/users/tg88logincom
    https://fr.gta5-mods.com/users/tg88logincom
    https://hi.gta5-mods.com/users/tg88logincom
    https://hu.gta5-mods.com/users/tg88logincom
    https://id.gta5-mods.com/users/tg88logincom
    https://it.gta5-mods.com/users/tg88logincom
    https://ko.gta5-mods.com/users/tg88logincom
    https://mk.gta5-mods.com/users/tg88logincom
    https://mk.gta5-mods.com/users/tg88logincom
    https://ms.gta5-mods.com/users/tg88logincom
    https://nl.gta5-mods.com/users/tg88logincom
    https://no.gta5-mods.com/users/tg88logincom
    https://pl.gta5-mods.com/users/tg88logincom
    https://pt.gta5-mods.com/users/tg88logincom
    https://ro.gta5-mods.com/users/tg88logincom
    https://ru.gta5-mods.com/users/tg88logincom
    https://sv.gta5-mods.com/users/tg88logincom
    https://tr.gta5-mods.com/users/tg88logincom
    https://uk.gta5-mods.com/users/tg88logincom
    https://vi.gta5-mods.com/users/tg88logincom
    https://www.gta5-mods.com/users/tg88logincom
    https://www.gta5-mods.com/users/tg88logincom
    https://forums.gta5-mods.com/user/tg88logincom
    https://gl.gta5-mods.com/users/tg88logincom
    https://sl.gta5-mods.com/users/tg88logincom

Leave a Reply

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