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/b52club98
    https://www.facebook.com/b52club981/
    https://www.youtube.com/@b52club98
    https://www.pinterest.com/b52club98/
    https://www.twitch.tv/b52club98/about
    https://vimeo.com/b52club98
    https://github.com/b52club98
    https://www.reddit.com/user/b52club98/
    https://gravatar.com/b52club98
    https://www.tumblr.com/b52club98
    https://www.blogger.com/profile/15467587263816823991
    https://500px.com/p/b52club98
    https://www.instapaper.com/p/b52club98
    https://sites.google.com/view/b52club98/
    https://disqus.com/by/b52club98/about/
    https://www.goodreads.com/user/show/203560124-b52club98
    https://b52club98.blogspot.com/2026/08/b52club98.html
    https://sketchfab.com/b52club98
    https://qiita.com/b52club98
    https://telegra.ph/b52club98-08-17
    https://hub.docker.com/u/b52club98
    https://community.cisco.com/t5/user/viewprofilepage/user-id/2102308
    https://gamblingtherapy.org/forum/users/b52club98/
    https://talk.plesk.com/members/bclubcom.530539/#about
    https://form.jotform.com/262278423853059
    https://huggingface.co/b52club98
    https://devpost.com/b52club98
    https://b52club98.bandcamp.com/album/b52club98
    https://bio.site/b52club98
    https://myanimelist.net/profile/b52club98
    https://www.chess.com/member/b52club98
    https://app.readthedocs.org/profiles/b52club98/
    https://www.walkscore.com/people/629799338537/b52club98
    https://b52club98.gitbook.io/b52club98
    https://www.skool.com/@bnamhaiclub-chintam-5718
    https://www.nicovideo.jp/user/145155788
    https://tabelog.com/rvwr/b52club98/prof
    https://plaza.rakuten.co.jp/b52club98/diary/202608170000/
    https://substance3d.adobe.com/community-assets/profile/org.adobe.user:FB3581416A8277F60A495E49@AdobeID
    https://b52club98.webflow.io/
    https://profiles.xero.com/people/b52club98
    https://draft.blogger.com/profile/15467587263816823991
    https://profile.hatena.ne.jp/b52club98/
    https://blog.sighpceducation.acm.org/wp/forums/users/b52club98/
    https://californiafilm.ning.com/profiles/profile/show?id=b52club98
    https://sighpceducation.hosting.acm.org/wp/forums/users/b52club98/
    https://b52club98.mystrikingly.com/
    https://www.magcloud.com/user/b52club98
    https://pxhere.com/en/photographer-me/5106248
    https://justpaste.it/u/b52club98
    https://www.intensedebate.com/profiles/b52club98
    https://anyflip.com/homepage/dlaht#About
    https://allmylinks.com/b52club98
    https://teletype.in/@b52club98
    https://hashnode.com/@b52club98
    https://tawk.to/b52club98
    https://www.fundable.com/b52club-98
    https://www.aicrowd.com/participants/b52club98
    https://www.theyeshivaworld.com/coffeeroom/users/b52club98
    https://www.pozible.com/profile/b52club98
    https://lightroom.adobe.com/u/b52club98
    https://myspace.com/b52club98
    https://sketchersunited.org/users/343438
    http://www.muzikspace.com/profiledetails.aspx?profileid=156060
    https://homepage.ninja/b52club98
    https://www.bitchute.com/channel/FlBgGojRx0Lu/
    https://forums.autodesk.com/t5/user/viewprofilepage/user-id/19398753
    https://us.enrollbusiness.com/BusinessProfile/7925372/b52club98
    https://gifyu.com/b52club98
    https://pbase.com/b52club98/b52club98
    https://mez.ink/b52club98
    https://3dwarehouse.sketchup.com/by/b52club98
    https://zerosuicidetraining.edc.org/user/profile.php?id=607191
    https://reactormag.com/members/b52club98/
    https://www.pearltrees.com/b52club98/item811053992
    https://padlet.com/b52club98/b52club-eecom-link-tai-b52club-uy-tin-nhat-hien-nay-1-9ef33kcxgkltmb50
    https://www.giveawayoftheday.com/forums/profile/2073227
    https://potofu.me/b52club98
    https://website.informer.com/b52club98.com
    https://song.link/b52club98
    https://album.link/b52club98
    https://community.cloudera.com/t5/user/viewprofilepage/user-id/168958
    https://pad.stuve.de/s/DB54QBQGp
    https://pad.koeln.ccc.de/s/ZjdFzPCVg
    https://hedgedoc.envs.net/s/W_-LOY10f
    https://doc.adminforge.de/s/lH2-VsYMyk
    https://hackmd.okfn.de/s/rJgffUtxPGg
    https://bookmeter.com/users/1761844
    https://motion-gallery.net/users/1034620
    https://findaspring.org/members/b52club98/
    https://hackaday.io/b52club98?saved=true
    https://www.brownbook.net/business/55416978/b52club98
    https://forum.allkpop.com/suite/user/330149-b52club98/#about
    https://www.beamng.com/members/b52club98.823401/
    https://advego.com/profile/b52club98/
    https://www.blockdit.com/b52club98
    https://trackyserver.com/profile/274763
    https://linkmix.co/58657045
    https://ie.enrollbusiness.com/BusinessProfile/7925372/b52club98
    https://b52club98.stck.me/profile
    https://app.talkshoe.com/user/b52club98
    https://www.gta5-mods.com/users/b52club98
    https://notionpress.com/author/1570886
    https://pinshape.com/users/9040351-b52club98?tab=designs
    https://www.chordie.com/forum/profile.php?id=2629985
    https://portfolium.com/b52club98
    https://www.skypixel.com/users/djiuser-rkos2bsm7pxb
    https://medibang.com/author/28958328/
    https://able2know.org/user/b52club98/
    https://aprenderfotografia.online/usuarios/b52club98/profile/
    https://phijkchu.com/a/b52club98/video-channels
    https://m.wibki.com/b52club98
    https://forum.issabel.org/u/b52club98
    https://tooter.in/b52club98
    https://www.investagrams.com/Profile/b52club98
    https://espritgames.com/members/52406541/
    https://schoolido.lu/user/b52club98/
    https://kaeuchi.jp/forums/users/b52club98/
    https://www.longislandjobsmagazine.com/board/board_topic/9092000/8848810.htm
    https://startupxplore.com/en/person/b52club98
    https://scrapbox.io/b52club98/B52club
    https://in.enrollbusiness.com/BusinessProfile/7925372/b52club98
    https://gt.enrollbusiness.com/BusinessProfile/7925372/b52club98
    https://pt.enrollbusiness.com/BusinessProfile/7925372/b52club98
    https://game8.jp/users/537427
    https://digiphoto.techbang.com/users/b52club98
    https://diit.cz/profil/4kccfqw4ia
    https://chiase123.com/member/b52club98/
    https://de.enrollbusiness.com/BusinessProfile/7925372/b52club98
    https://www.bookingblog.com/forum/users/b52club98/
    https://forum.aceinna.com/user/b52club98
    https://forums.wolflair.com/members/b52club98.163293/#about
    https://chanylib.ru/ru/forum/user/41629/
    https://dawlish.com/user/details/be70165e-c03d-4b73-bb41-68ad545ebd97
    https://www.ibizaclubpt.com/members/b52club98.124097/#about
    https://www.teuko.com/user/b52club98
    https://www.salejusthere.com/profile/0978563747
    https://diigo.com/01397b8
    https://suzuri.jp/b52club98
    https://zzb.bz/Oi4QkX
    http://www.jindousa.cn/bbs/home.php?mod=space&uid=416990
    https://www.xen-factory.com/index.php?members/b52club98.184924/#about
    https://learndash.aula.edu.pe/miembros/b52club98/
    https://bandori.party/user/1558989/b52club98
    https://cointr.ee/b52club98
    https://referrallist.com/profile/b52club98/
    https://www.checkli.com/b52club98#/a/process
    https://www.xosothantai.com/members/b52club98.641540/
    https://www.mapleprimes.com/users/b52club98
    http://www.biblesupport.com/user/882347-b52club98/
    https://longbets.org/user/b52club98/
    https://www.lingvolive.com/en-us/profile/2419d72e-cae7-44a6-86fa-0728afe9e43b/translations
    https://www.annuncigratuititalia.it/author/b52club98/
    https://onlinevetjobs.com/author/b52club98/
    https://wibki.com/b52club98
    https://www.jigsawplanet.com/b52club98
    https://velog.io/@b52club98/about
    https://audiomack.com/b52club98
    https://www.royalroad.com/profile/1050439
    https://md.chaosdorf.de/s/4THVpHwoAc
    https://md.yeswiki.net/s/dbAyeVNVXw
    https://pads.zapf.in/s/L9b25d3ATE
    https://hackmd.hub.yt/s/xHkbIMhe8
    https://rapidapi.com/user/b52club98
    https://eo-college.org/members/b52club98/
    https://phatwalletforums.com/user/b52club98
    https://activepages.com.au/profile/b52club98
    https://inkbunny.net/b52club98
    https://community.jmp.com/t5/user/viewprofilepage/user-id/109721
    https://wallhaven.cc/user/b52club98
    https://dreevoo.com/profile.php?pid=2235658
    https://blender.community/b52club981/
    https://golosknig.com/profile/b52club98/
    https://spinninrecords.com/profile/b52club98
    https://en.islcollective.com/portfolio/12992568
    https://www.myebook.com/user_profile.php?id=b52club98
    https://www.myget.org/users/b52club98
    https://brain-market.com/u/b52club98
    https://www.givey.com/b52club98
    https://www.haikudeck.com/presentations/b52club98
    https://www.invelos.com/UserProfile.aspx?Alias=b52club98
    https://www.passes.com/b52club98
    https://safechat.com/u/b52club98
    https://doselect.com/@c0b04cd99f67f9091aadd0ce1
    http://forum.modulebazaar.com/forums/user/b52club98/
    https://www.linqto.me/AdministrationUser/ProfileAbout
    https://www.abclinuxu.cz/lide/b52club98
    http://linoit.com/users/b52club98/canvases/b52club98
    https://pumpyoursound.com/u/user/1670408
    https://www.anibookmark.com/user/b52club98.html
    https://enrollbusiness.com/BusinessProfile/7925372/b52club98
    https://cdn.muvizu.com/Profile/b52club98/Latest/
    https://writexo.com/share/160c8acb0d29
    https://devfolio.co/@b52club98/readme-md
    https://data.danetsoft.com/b52club98.com
    https://freelance.ru/b52club98
    https://www.bloggportalen.se/BlogPortal/view/ReportBlog?id=328486
    https://www.muvizu.com/Profile/b52club98/Latest/
    https://novel.daysneo.com/author/b52club98/
    https://lifeinsys.com/user/b52club98
    https://iszene.com/user-369434.html
    https://www.shippingexplorer.net/en/user/b52club98/330608
    https://acomics.ru/-b52club98
    https://truckymods.io/user/538736
    https://marshallyin.com/members/b52club98/
    https://profile.sampo.ru/b52club98
    https://fabble.cc/b52club98
    https://formulamasa.com/elearning/members/b52club98/
    https://luvly.co/users/b52club98
    https://gravesales.com/author/b52club98/
    https://rant.li/b52club98/b52club98
    https://www.transfur.com/Users/b52club98
    https://matkafasi.com/user/b52club98
    https://undrtone.com/b52club98
    https://forum.dmec.vn/index.php?members/b52club98.230344/
    https://www.france-ioi.org/user/perso.php?sLogin=b52club98
    https://www.notariosyregistradores.com/web/forums/usuario/b52club98/
    https://about.me/b52club98
    https://apk.tw/home.php?mod=space&uid=7350467&do=profile
    https://pixelfed.uno/b52club98
    https://pad.codefor.fr/s/uZivFHiP7W
    https://pad.libreon.fr/s/MQi3wUvcA
    https://md.chaospott.de/s/_ce5vXMxYM
    https://md.coredump.ch/s/M-23FBsCW
    https://hedgedoc.faimaison.net/s/XLMtIWRQTJ
    https://urlscan.io/result/01a00f80-9a4c-74bf-a630-11930d96c8a1/
    https://www.pageorama.com/?p=b52club98
    https://www.edna.cz/uzivatele/b52club98/
    https://joy.link/b52club98
    https://www.greencarpetcleaningprescott.com/board/board_topic/7203902/8848395.htm
    https://www.ekdarun.com/forum/topic/207660/b52club98
    https://www.tkc-games.com/forums/users/meodanh063/
    https://fengshuidirectory.com/dashboard/listings/b52club98/
    https://www.spigotmc.org/members/b52club98.2594681/
    https://fanclove.jp/profile/YAWAy4n6Wz
    https://www.dideadesign.com/forum/topic/89631/b52club98
    https://www.hyperlabthailand.com/forum/topic/922821/b52club98
    https://forum.cnnr.fr/user/b52club98
    https://www.rueanmaihom.net/forum/topic/153458/b52club98
    https://www.myaspenridge.com/board/board_topic/3180173/8848434.htm
    https://akniga.org/profile/1462069-b52club98/
    https://protospielsouth.com/user/167230
    https://www.hoaxbuster.com/redacteur/b52club98
    https://www.project1999.com/forums/member.php?u=356556
    https://mysound.ge/profile/b52club98
    https://act4sdgs.org/profile/b52club98
    https://raovat.nhadat.vn/members/b52club98-340832.html
    https://www.managementpedia.com/members/b52club98.1129618/
    https://forum.herozerogame.com/index.php?/user/182487-b52club98/
    https://www.bahamaslocal.com/userprofile/1/315914/b52club98.html
    https://l2top.co/forum/members/b52club98.227973/
    https://www.sunlitcentrekenya.co.ke/author/b52club98/
    https://forum.skullgirlsmobile.com/members/b52club98.255083/
    https://www.sciencebee.com.bd/qna/user/b52club98
    https://globaltradehubs.com/author/b52club98/?pt=ads
    https://sciencemission.com/profile/b52club98
    http://delphi.larsbo.org/user/b52club98
    https://connect.gt/user/b52club98
    https://awan.pro/forum/user/210267/
    https://aoezone.net/members/b52club98.203394/
    https://pods.link/b52club98
    https://www.itchyforum.com/en/member.php?401796-b52club98
    https://idol.st/user/218443/b52club98/
    https://anunt-imob.ro/user/profile/873712
    https://destaquebrasil.com/saopaulo/author/b52club98/
    https://pictureinbottle.com/r/xxk69dz0
    http://newdigital-world.com/members/b52club98.html
    https://vcook.jp/users/128288
    https://www.themeqx.com/forums/users/b52club98/
    https://app.brancher.ai/user/gPzvAX7NUTtE
    https://www.democracylab.org/user/58143
    https://vs.cga.gg/user/252031
    https://portfolium.com.au/b52club98
    https://mail.protospielsouth.com/user/167230
    https://viblo.asia/u/b52club98/contact
    https://www.minecraft-servers-list.org/details/b52club98/
    https://www.aipictors.com/en/users/0a882bd3-aecb-a5aa-9b04-1713f614792e
    https://www.ironlifting.it/forum/member.php?u=441147
    https://zepodcast.com/forums/users/b52club98/
    https://www.themirch.com/blog/author/b52club98/
    https://doc.anagora.org/s/egTMEh3mw
    https://md.rappet.xyz/s/MoNOHOAOJ6
    https://hackmd.openmole.org/s/O1cUpc2A3
    https://pad.interhop.org/s/94kkLQYdo7
    https://odesli.co/b52club98
    https://www.weddingvendors.com/directory/profile/49018/
    https://www.japaaan.com/user/116851
    https://belgaumonline.com/profile/b52club98/
    https://fora.babinet.cz/profile.php?id=141294
    https://quangcaoso.vn/b52club98/gioithieu.html
    https://desksnear.me/users/b52club98
    https://timdaily.vn/members/b52club98.145064/#about
    https://playlist.link/b52club98
    https://do.enrollbusiness.com/BusinessProfile/7925372/b52club98
    https://mt2.org/uyeler/b52club98.48816/#about
    https://mygamedb.com/profile/b52club98
    https://www.siasat.pk/members/b52club98.284955/#about
    https://skrolli.fi/keskustelu/users/meodanh063/
    https://axe.rs/forum/members/b52club98.13451094/#about
    https://www.milliescentedrocks.com/board/board_topic/2189097/8847746.htm
    https://www.fw-follow.com/forum/topic/181813/b52club98
    https://sdelai.ru/members/b52club98/
    https://www.navacool.com/forum/topic/587288/b52club98
    https://www.thepartyservicesweb.com/board/board_topic/3929364/8847749.htm
    https://www.ttlxshipping.com/forum/topic/587290/b52club98
    https://www.bestloveweddingstudio.com/forum/topic/135469/b52club98
    https://www.bonback.com/forum/topic/587291/b52club98
    https://www.nongkhaempolice.com/forum/topic/230641/b52club98
    https://www.freedomteamapexmarketinggroup.com/board/board_topic/8118484/8847768.htm
    https://www.driedsquidathome.com/forum/topic/213754/b52club98
    https://raovatonline.org/author/b52club98/
    https://hasitleaked.com/forum/members/b52club98/profile/
    https://forum-foxess.pro/community/profile/b52club98/
    https://www.natthadon-sanengineering.com/forum/topic/165768/b52club98
    https://indiestorygeek.com/user/b52club98
    https://xtremepape.rs/members/b52club98.705774/#about
    https://leasedadspace.com/members/b52club98/
    https://forums.servethehome.com/index.php?members/b52club98.268392/#about
    https://freeimage.host/b52club98
    https://mforum3.cari.com.my/home.php?mod=space&uid=3423230&do=profile
    https://rush1989.rash.jp/pukiwiki/index.php?b52club98
    https://edabit.com/user/2A7AZ6MHta82B87wE
    https://beteiligung.stadtlindau.de/profile/b52club98/
    https://divisionmidway.org/jobs/author/b52club98/
    https://www.dokkan-battle.fr/forums/users/b52club98/
    https://gamelet.online/user/b52club98/about
    https://indian-tv.cz/u/b52club98
    https://swag.live/en/u/b52club98
    http://jobboard.piasd.org/author/b52club98/
    http://forum.vodobox.com/profile.php?id=86860
    http://www.brenkoweb.com/user/108015/profile
    https://ameblo.jp/b52club98/entry-12976029712.html
    https://www.grepmed.com/b52club98
    https://joy.bio/b52club98
    https://md.opensourceecology.de/s/xiAovBx_yW
    https://hedgedoc.dezentrale.space/s/TShD4xrj9t
    https://hedgedoc.digillab.uni-augsburg.de/s/FPw-t6–4n
    https://md.sebastians.dev/s/RyUcbb1Jq
    https://paste.toolforge.org/view/ed5de620
    https://www.plurk.com/b52club98
    https://racetime.gg/team/b52club98
    https://www.dibiz.com/meodanh063
    http://www.grandisvietnam.com/members/b52club98.36332/#about
    https://crypto4me.net/members/b52club98.38481/#about
    https://experiment.com/users/bb52club98
    https://iyinet.com/kullanici/b52club98.104333/#about
    https://ticketme.io/en/account/b52club98
    https://civilprodata.heraklion.gr/user/b52club98
    https://baskadia.com/user/hd20
    https://te.legra.ph/B52club-08-17
    https://onespotsocial.com/b52club98
    https://virtuoart.com/b52club98
    https://www.buymusic.club/user/b52club98
    https://www.equestrianbookfair.com/Activity-Feed/My-Profile/UserId/7078
    https://www.youyooz.com/profile/b52club98/
    https://www.growkudos.com/profile/b52club_98
    https://musikersuche.musicstore.de/profil/b52club98/
    https://videos.muvizu.com/Profile/b52club98/Latest
    https://www.tizmos.com/b52club98/
    https://hype4.academy/profile/b52club98
    https://redirect.camfrog.com/redirect/?url=https://b52club98.com/vi-vn/
    https://eilo.org/user/b52club98
    https://opaseke.com/users/18205
    https://www.newgenstravel.com/forum/topic/86348/b52club98
    https://www.townscript.com/o/b52club98
    https://www.vrcarena.com/users/9056df92-fc7f-487a-b5f6-821b52b08632
    https://www.letsdobookmark.com/story/trang-ch-b52club98-com
    https://www.myconcertarchive.com/en/user_home?id=140998
    https://noti.st/b52club98/bio
    https://biolinky.co/b-52-club-98
    https://fortunetelleroracle.com/profile/b52club98
    https://video.fc2.com/account/96088830
    https://divinguniverse.com/user/b52club98
    https://www.swap-bot.com/user:b52club98
    https://www.tunwalai.com/Profile/17048344
    https://www.bricklink.com/aboutMe.asp?u=b52club98
    https://coub.com/kim-san-19sdtgs
    https://eternagame.org/players/637003
    https://www.globalbusinesslisting.org/b52club98
    https://feyenoord.supporters.nl/profiel/148546/b52club98
    https://vc.ru/id6079743
    https://tesera.ru/user/b52club98
    https://webcamscenter.com/user/b52club98
    https://www.akaqa.com/question/q19192728582-B52club98
    https://pad.karuka.tech.rexo.top/load.php?note=30c37188
    https://sfx.thelazy.net/users/u/b52club98/
    https://photouploads.com/b52club98
    https://recash.wpsoul.net/members/b52club98/profile/
    https://www.scener.com/@b52club98
    https://gorillasocialwork.com/story28263253/b52club98
    https://pad.fablab-siegen.de/s/ARbC8bMqK8
    https://pad.deckenpfronn.info/s/1Y77Qgplx
    https://pad.deckenpfronn.info/s/QIf8IGL_D
    https://doc.itkonzept.at/s/S7CQlYfYx
    https://doc.hkispace.com/s/77mbyOPwU
    https://doc.interscalar.eu/s/o–fSpilI
    https://anotepad.com/notes/bra4rneb
    https://participa.aytojaen.es/profiles/b52club98/activity
    https://triumph.srivenkateshwaraa.edu.in/profile/b52club98
    https://socialrus.com/story25994740/b52club98
    https://jobs.host-panel.com/author/b52club98/
    https://prbookmarkingwebsites.com/story29780688/b52club98
    https://www.prodesigns.com/wordpress-themes/support/users/b52club98
    https://beatsaver.com/playlists/1251168
    https://lite.link/b52club98
    https://snippet.host/varher
    https://profu.link/u/b52club98
    https://www.rossoneriblog.com/author/b52club98/
    https://m.xtutti.com/user/profile/501747
    https://surl.li/onkszw
    http://worldchampmambo.com/UserProfile/tabid/42/userId/515299/Default.aspx
    https://www.rcmx.net/userinfo.php?uid=27240
    https://guitarmaking.co.uk/members/b52club98/
    https://www.bidhub.com/profiles/show/25374
    https://strikefans.com/forum/users/b52club98/
    https://stocktwits.com/b52club98
    https://bike-forum.cz/profil/u/b52club98
    https://graph.org/b52club98-08-17-2
    https://calgarybusinesses.ca/dashboard/reviews/b52club98/
    https://alfounder.com/forums/users/b52club98/
    https://rsfpost.com/forums/users/b52club98/
    https://exceldemy.com/forum/members/b52club98.7078/#about
    https://www.ontime.co.th/forum/topic/921637/b52club98
    https://monviet88.com/profile/b52club98/
    https://alumni.mgimo.ru/page/adaptive/id398260/
    https://radio.immo/user/1-19055-B52club-98
    https://ac.db0.company/user/38576/b52club98/
    https://forum.hiv.plus/user/b52club98
    https://www.thitrungruangclinic.com/forum/topic/230211/b52club98
    https://www.xmonsta.com/forums/users/b52club98/
    https://forum.euro-pvp.com/user/609839-b52club98/
    https://infinitebacklog.net/users/b52club98
    https://tuscl.net/member/911444
    https://www.euskalmarket.com/author/b52club98/
    https://umczdt.ru/forum/?PAGE_NAME=profile_view&UID=162017
    https://ic-info.ru/forum/user/229217/
    https://lankadevelopers.lk/user/b52club98
    https://www.simplexthailand.com/forum/topic/63222/b52club98
    https://sistacafe.com/user/me
    http://byltz.com/home.php?mod=space&uid=485084
    https://bbs.mofang.com.tw/home.php?mod=space&uid=2626188
    https://cinderella.pro/user/304789/b52club98/#preferences
    https://ketcau.com/member/141116-b52club98
    https://giloo.ist/member/b52club98/
    https://www.abookmarking.com/story/b52club98
    https://englishsharedfutures.uk/forums/users/b52club98/
    https://b52club98.shopinfo.jp/pages/9943670/page_202608171510
    https://app.nft.nyc/wallet/6a82c1d850616665555a2639
    https://fueler.io/b52club98
    https://leakedmodels.com/forum/members/b52club98.735826/#about
    https://learningapps.org/display?v=px3foa9xt26
    https://www.bunyipclassifieds.com.au/pro/20260817181847
    http://www.winomania.pl/forum/profile.php?mode=viewprofile&u=346909
    https://pledgeme.co.nz/profiles/361049
    http://mura.hitobashira.org/index.php?b52club98
    https://www.inkitt.com/b52club98
    https://www.vid419.com/home.php?mod=space&uid=3503741
    https://www.play56.net/home.php?mod=space&uid=6446844
    https://www.behance.net/b52club981
    https://issuu.com/b52club98?ps=24
    https://soundcloud.com/b52club98
    https://www.plotterusati.it/user/b52club98
    http://freestyler.ws/user/689903/b52club98
    http://forum.cncprovn.com/members/440687-b52club98
    https://www.pintradingdb.com/forum/member.php?action=profile&uid=155661
    https://bbs.airav.cc/home.php?mod=space&uid=4902724
    https://b52club98.storeinfo.jp/pages/9943719/page_202608171533
    https://allods.my.games/forum/index.php?page=User&userID=264760
    https://www.keyfimuzik.net/members/399531-b52club98.html
    http://www.genina.com/user/edit/5538126.page
    https://zh.gta5-mods.com/users/b52club98
    https://everbookforever.com/share/profile/b52club98/
    https://paper.wf/b52club98/b52club98
    https://prosinrefgi.wixsite.com/pmbpf/profile/b52club98/profile
    https://www.universe.com/users/b52club-98-PL5QC1
    http://jobs.emiogp.com/author/b52club98/
    https://entre-vos-mains.alsace.eu/profiles/b52club98/activity
    https://b52club98.therestaurant.jp/pages/9943738/page_202608171544
    https://log.concept2.com/profile/3034590
    https://b52club98.theblog.me/pages/9943743/page_202608171545
    https://mforum2.cari.com.my/home.php?mod=space&uid=3423230&do=profile
    http://dtan.thaiembassy.de/uncategorized/2562/?mingleforumaction=profile&id=549989
    https://slidehtml5.com/homepage/pajj#About
    https://789301.8b.io/
    https://www.servinord.com/phpBB2/profile.php?mode=viewprofile&u=798920
    https://postr.yruz.one/profile/b52club98
    https://ncnews.co/profile/b52club98
    https://tilengine.org/forum/member.php?action=profile&uid=173835
    http://vetstate.ru/forum/?PAGE_NAME=profile_view&UID=289632&backurl=%2Fforum%2F%3FPAGE_NAME%3Dprofile_view%26UID%3D238419
    http://iawbs.com/home.php?mod=space&uid=978149
    http://www.jbt4.com/home.php?mod=space&uid=8683295
    http://hkeverton.com/forumnew/home.php?mod=space&uid=711855
    https://cloudburstmc.org/members/b52club111.91595/
    https://uiverse.io/profile/kim_3306
    https://www.producthunt.com/@b52club111
    https://securityheaders.com/?q=https://b52club98.com/vi-vn/
    https://infiniteabundance.mn.co/members/41159156
    https://creator.nightcafe.studio/u/b52club111
    https://postheaven.net/d9mb2z9jcj
    https://oye.participer.lyon.fr/profiles/b52club111/activity
    https://blogfreely.net/b52club98/b52club98
    https://bbcovenant.guildlaunch.com/users/blog/6780439/?mode=view&gid=97523
    https://kitsu.app/users/1746542
    https://kooperation.winterthur.ch/profiles/b52club98/activity
    https://challonge.com/b52club98
    https://zb3.org/b52club98/b52club98
    https://codi.ide3.de/s/xMk8fKStN
    https://docs.copincha.org/s/bLkfEs4Zo
    https://docs.erraticbits.ca/s/K3CaO04owo
    https://wiki.lio-darmstadt.de/s/1VIuT3Ovu
    https://md.openbikesensor.org/s/eozEyhleSVK32hYdW1eCyw
    https://pad.stuve.de/s/Ul25ML1Oy
    https://www.hobowars.com/game/linker.php?url=https://b52club98.com/vi-vn/
    https://mwe-kosin.makewebeasy.co/forum/topic/15167/b52club98
    https://www.jmtest1.citymax.com/board/board_topic/9165644/8849542.htm
    https://www.ixawiki.com/link.php?url=https://b52club98.com/vi-vn/
    https://www.pdc.edu/?URL=https://b52club98.com/vi-vn/
    https://www.depechemode.cz/?URL=https://b52club98.com/vi-vn/
    http://www.webclap.com/php/jump.php?url=https://b52club98.com/vi-vn/
    https://md.edgar.bzh/s/Nl0911rFRWm7tytGFEoBgA
    https://md.kif.rocks/s/gm6XlXUUQD2oZjSYHV19Gg
    https://www.rappad.co/users/b52club98
    https://pad.funkwhale.audio/s/hzn_FBnTRLOB11iUedjqig
    https://codimd.communecter.org/s/72JYYg5zRKeFzMgu7oRlnw
    https://pad.flipdot.org/s/VLnSb5FxSROaK-U5Gw3YmQ
    https://b52club98.blog.shinobi.jp/
    https://b52club98.anime-voice.com/
    https://b52club98.anime-japan.net/
    https://b52club98.anime-festa.com/
    https://b52club98.animegoe.com/
    https://b52club98.anime-movie.net/
    https://b52club98.anime-report.com/
    https://b52club98.anime-navi.net/
    https://b52club98.anime-life.com/
    https://b52club98.anime-ranking.net/
    https://b52club98.animech.net/
    https://b52club98.cosplay-japan.net/
    https://b52club98.cosplay-festa.com/
    https://b52club98.cosplay-report.com/
    https://b52club98.cosplay-navi.com/
    https://b52club98.cos-mania.net/
    https://b52club98.coslife.net/
    https://b52club98.cos-live.com/
    https://b52club98.moe-cosplay.com/
    https://b52club98.anime-cosplay.com/
    https://b52club98.manga-cosplay.com/
    https://b52club98.fukuwarai.net/
    https://b52club98.sugo-roku.com/
    https://b52club98.hyakunin-isshu.net/
    https://b52club98.kagome-kagome.com/

Leave a Reply

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