Recherche par propriété

Cette page fournit une simple interface de navigation pour trouver des entités décrites par une propriété et une valeur nommée. D’autres interfaces de recherche disponibles comprennent la page recherche de propriété, et le constructeur de requêtes ask.

Recherche par propriété

Une liste de toutes les pages qui ont la propriété « Step Content » avec la valeur « After you’ve successfully logged into your account, start by creating a new project. ». Puisqu’il n’y a que quelques résultats, les valeurs proches sont également affichées.

Affichage de 101 résultats à partir du n°1.

Voir (200 précédentes | 200 suivantes) (20 | 50 | 100 | 250 | 500).


    

Liste de résultats

  • Verser vos travaux dans le bien commun de l'humanité  + (Rendues célèbres par wikipedia, un des sitRendues célèbres par wikipedia, un des sites les plus consultés dans le monde, ces licences permettent rapidement et facilement de partager vos travaux, fichiers, modes d'emplois dans le bien commun. Pour cela, nous vous proposons de comprendre les licences proposées sur ce site, et les sigles correspondants : *'''CC''' = '''Creative Commons''' - mise dans le bien commun *'''BY'''='''Mention obligatoire du ou des auteurs''' (BY) *'''SA'''= '''Share Alike''' - réutilisation avec mêmes conditions de partage pour les copies et variantes et "adaptations" *'''NC'''=comme '''Non Commercial'''. Interdit l'usage commercial de la création. Permet par contre la conclusion de contrats de cession de droits au bénéfice des auteurs pour activer ces usages, tout en laissant le contenu partagé. *'''ND'''='''Non Derivative'''. Interdit la création de variantes et adaptations : et donc la création ne peut faire l'objet d'adaptations sans accord de l'auteur. Il existe aussi ici un [https://creativecommons.org/choose/?lang=fr outil en ligne d'affectation de licences creative commons] qui va vous indiquer la licence qui correspond à ce que vous avez choisi.
    rrespond à ce que vous avez choisi. <br/>)
  • Du pixelart sur vos écrans OLED  + (Sauvegarder votre image au format XBM <Sauvegarder votre image au format XBM
    Sauvegarder le aussi au format PNG, vous ne pourrez pas modifier votre fichier XBM avec Krita !
    Ouvrez le fichier XBM avec un éditeur de texte et changez le nom des variables Fichier XBM #define _width 128 #define _height 32 static char _bits[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00... }; Fichier logo.h #define logo_width 128 #define logo_height 32 static const unsigned char logo[] U8X8_PROGMEM = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00... };
    EM = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00... };)
  • Du pixelart sur vos écrans OLED  + (Sauvegarder votre image au format XBM <Sauvegarder votre image au format XBM
    Sauvegarder le aussi au format PNG, vous ne pourrez pas modifier votre fichier XBM avec Krita !
    Ouvrez le fichier XBM avec un éditeur de texte et changez le nom des variables Fichier XBM #define _width 128 #define _height 32 static char _bits[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00... }; Fichier logo.h #define logo_width 128 #define logo_height 32 static const unsigned char logo[] U8X8_PROGMEM = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00... };
    EM = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00... };)
  • 3D CNC milling avec CAM Fusion 360  + (<section class="step"><br />Be

    Before beginning CAM programming, you need to consider the part and the best approach to machining. These decisions depend on the shape of the model, the material, and the constraints of the CNC machine you are using. In this lesson, you will learn how these factors impact your machining strategy with respect to workholding, registration (making sure the CNC knows where the part is), and CAM settings.

    3D Toolpathing

    If you completed the CAD and CAM Class, you worked with 2D toolpaths, in which the end mill stays at a fixed depth (Z-level) throughout a machining pass, moving only in X and Y while cutting. This type of machining is ideal for prismatic parts - parts in which all machined faces lie normal to the machine tool spindle.

    When programming non-prismatic parts, such as molds or organic shapes like the the parts below, 2D operations are insufficient. You need to use 3D CAM operations, in which the end mill moves dynamically in X, Y, and Z.

    Workholding

    Workholding is the strategy for holding your part rigidly during the machining process. When programming with 3D toolpaths, workholding is an important initial consideration. This is especially true of parts that require machining on both sides, when the part will be flipped between setups.

    When programming for prismatic parts, you may have noticed that 2D and 2.5D CAM only requires a CAD model of the part that you want to machine, without any extra features for workholding attachment or registration. This is because the part takes the shape of a rectangular prism, which can be held easily inside a vise or fixed to a spoiler board.

    But what do you do when your shape is more organic or irregular, and also must be flipped to machine on both sides? In this case, you need to model additional material that will hold your part inside a vise, against a spoiler board, or flat against the bottom of the machine. It's very hard to program the CAM without having these features incorporated into your model.

    In other words, 3D flip machining requires that you model the stock you want left behind, as well as tabs to prevent your part from coming loose inside the machine. These tabs will be cut off and sanded down after machining, usually with a bandsaw and disk sander.

    Note: Another, more advanced, technique for workholding for irregular shapes in metal is a soft jaw system. You would machine your own custom aluminum jaws to use with a Lang or Kurt vise, and these custom jaws would hold your part after the flip. No tabs needed.

    For your serving spoon, you will have two tabs--one on each end--and a rectangular prism of stock that will hold the spoon flat after the flip. When modeling, it's a good idea to make your stock and tabs another body, separate from your part.

    Registration

    Because the spoon will be machined from both sides (flip machining), you need a way to ensure that the CNC machine can locate the part accurately after it has been moved. This is called registration.

    If you have used the Haas before, you're familiar with using a probe to locate your part . The DMS, however, like many table routers, does not have a probe. When using the DMS to locate the origin of your Work Coordinate System (Work Home), you will insert a tool into the spindle and jog it to the correct location. It's common to trap a piece of paper between the stock and the tool to ensure that Z is correct. In the DMS machine class you will learn how to enter the codes to set your WCS in this way. As you might imagine, this system is not accurate, because you're just "eyeballing" this location.

    This means that if you have a part that requires flip machining, you need to consider how to get the two sides to line up properly with one another. There are lots of options, and they all have advantages and disadvantages based on the specifics of your part. Some common methods include:

    --Attaching stops to your spoiler board (waste board under your part that can be machined) or machine bed

    --Machining a contour into your spoiler board, then placing your stock exactly inside that contour

    --Drilling holes for dowels that go into the spoiler board beneath your part (most accurate)

    This final technique is the the method you will use for the spoon. While machining the front side of the spoon, you will also drill three holes through the stock and partially into the spoiler board. After you flip your part, you will insert dowels through the holes and into the spoiler board that will align your part perfectly with your first side.

    CAM Settings

    The specifics of the project - machining wood on the DMS router - will also determine some of the choices you make when programming toolpaths.


    
-Tool numbering

    If you are a Pier 9 shop user, you will be using the DMS tool library. When you have simulated and finalized your CAM program, make sure that your tools are labeled in the chronological order that they are used. You will learn later in this class how to edit tool numbers.

    Remember that the chronological tool numbers in your program do not correspond to the numbers in the DMS tool library drawer. For instance, the fifth tool you use in your program might be the 1" Rough Short End Mill, which is labeled #34 in the DMS library. You will see the DMS library number in the comment for each tool, which will appear in your setup sheet (machining plan). You will learn later how to generate setup sheets.

    If you are not using Pier 9's DMS, you'll either be using custom tools, or tools from your own tool library. If using your own library, be sure to label your tools in the chronological order they will be used.

    -Rules for roughing

    Machining in wood or plastic on the DMS is not high speed machining (HSM). This means that you may use Adaptive toolpaths for roughing, but you cannot use the whole length of the cutter.

    When machining wood or plastic, follow the Stepover and Stepdown Rule: The stepover and stepdown should never exceed 50% of the tool diameter.
    lt;br />Machining in wood or plastic on the DMS is not high speed machining (HSM). This means that you may use Adaptive toolpaths for roughing, but you cannot use the whole length of the cutter.<br /><br />When machining wood or plastic, follow the Stepover and Stepdown Rule: The stepover and stepdown should never exceed 50% of the tool diameter.<br /></section>)
  • Digital Environmental Education Remote control  + (Di seguito viene descritto come controllarDi seguito viene descritto come controllare un dispositivo che riceve notifiche su misure ambientali raccolte. In particolare, mostriamo due casi '''''Primo''''' → Una lampada a led accoppiata con un sensore di luminosità: quando la luce è accesa e la luminosità nell'ambiente non cambia, l'utente riceve una "notifica verde" con la richiesta di spegnere la lampada. '''''Secondo''''' → Una ventola accoppiata con un sensore di temperatura: quando la ventola è accesa la temperatura non cambia, l'utente riceve una "notifica verde" con la richiesta di girare il ventilatore Il controllo e il servizio di notifica sono stati sviluppati utilizzando BLYNK, una nota applicazione per smartphone.YNK, una nota applicazione per smartphone.)
  • Mighty maker level belt  + (Set up a temporary circuit using a bread bSet up a temporary circuit using a bread board and solderless jumper cables. Set up your circuit as shown in the diagram Things to note: - There is a transistor for each of the Red, Blue and Green inputs of the RGB strip - Each transistor has 3 pins, one for GROUND, one for SIGNAL INPUT and one for SIGNAL OUTPUT - The signal input pin of each transistor is connected to a pin on the Arduino which will be controlled by the Arduino code - this will tell it whether this colour should illuminate or not. - The signal output pin of each transistor is connected to the corresponding connection on the RGB strip. - The Vin pin from the Arduino is connected to the 12V+ connection point on the RGB strip. This means that the power source is coming the computer when it is connected rather than a battery.hen it is connected rather than a battery.)
  • PP Shredder Basic  + (1/2" Socket wrench 11/16" Socket" 6mm Allen/Hex Wrench Locking Pliers Adjustable pliers Metal File Screwdriver <br/>)
  • FlyPi  + (4- Software Installation: How to install useful software on SD card)
  • SoundCloud VS Spotify in 2021  + (SoundCloud has over 175 million listeners.SoundCloud has over 175 million listeners. SoundCloud's boost of users is possibly from a large number of independent music makers who want to build their music career. Spotify boasts of 365 million users. Spotify has the broadest reach and its users spread over the world. And this will definitely make it more and more popular.  efinitely make it more and more popular.  )
  • Pandora vs Spotify in 2021  + (Spotify has a vast number of songs in its Spotify has a vast number of songs in its ever-growing music library, which already reaches 70 million tracks. While Pandora catalog in its existence having one to two million songs making it hard to prevail Spotify. Only Apple Music has managed to overcome Spotify on this aspect with other competitors still struggling with a little degree of success. Spotify Premium also boasts of a wide range of remixes and covers which you can never find in Pandora Premium. However, both Spotify and Pandora Premium music library are comparable even though the fact remains Spotify holds the lead.h the fact remains Spotify holds the lead.)
  • Word Clock  + (Start assembly by making the stencil. You Start assembly by making the stencil. You can either get a stencil cut by a local sign writer to your own design, or use a pre-cut vinyl stencil from my web site. I have always felt that the clock looks more majestic if there is a border around the letters (I normally use about a 30mm border), but you can use whatever size you would like. Vinyl by itself is floppy, so it needs to be attached to a clear acrylic (Perspex) backing sheet to provide rigidity. Make sure that the acrylic sheet is the size you want the final clock to be.
    Before you start, mix up a couple of drops of dish washing liquid with a cup of water, and load that into a spray bottle. We will use this to make applying the vinyl lots easier.
    The vinyl stencil as supplied will typically be larger than required. This is so as to provide extra material for variations in face sizes. We need to cut the vinyl stencil to the final size of your acrylic sheet, allowing an extra 10mm allowance around the edges.
    o the final size of your acrylic sheet, allowing an extra 10mm allowance around the edges.)
  • OpenReflex: 3D Printed Camera  + (1- Start by putting the two M3 hexagonal n1- Start by putting the two M3 hexagonal nuts in the holes provided for on the Body. It's a tight fit, so you'll need to push a bit. You can screw a screw from the other side for pull the nut. 2- Install the BackCover on its axis and insert the nut & bolt. The BackCover should fit nicely and rotate freely on its axis. Also set the BackShutter on his groove on the Body. 3- Put the UnwinderP2 and the UnwinderButton in place in the Cover. They should rotate, but not too much. 4- Set the Unwinder and the two FilmGuides in place in the Body. Put the Cover over all of this. You'll have to turn the UnwinderButton to align it with the Unwinder. Note : If the FilmGuide don't rotate on their axis it's not a problem. 5- Once everything is in place, put squared nuts in the columns and screw them in place through the Cover. 6- Algih the BackCover with the Cover and screw them together. Everything should fit in place, the UnwinderButton should make the Unwinder turn with some friction and the BackShutter should slide on its groove. All done ! For the Rewinder and the final light proofing we'll see this later. ;) final light proofing we'll see this later. ;))
  • OpenReflex: 3D Printed Camera  + (1- Start by putting the two M3 hexagonal n1- Start by putting the two M3 hexagonal nuts in the holes provided for on the Body. It's a tight fit, so you'll need to push a bit. You can screw a screw from the other side for pull the nut. 2- Install the BackCover on its axis and insert the nut & bolt. The BackCover should fit nicely and rotate freely on its axis. Also set the BackShutter on his groove on the Body. 3- Put the UnwinderP2 and the UnwinderButton in place in the Cover. They should rotate, but not too much. 4- Set the Unwinder and the two FilmGuides in place in the Body. Put the Cover over all of this. You'll have to turn the UnwinderButton to align it with the Unwinder. Note : If the FilmGuide don't rotate on their axis it's not a problem. 5- Once everything is in place, put squared nuts in the columns and screw them in place through the Cover. 6- Algih the BackCover with the Cover and screw them together. Everything should fit in place, the UnwinderButton should make the Unwinder turn with some friction and the BackShutter should slide on its groove. All done ! For the Rewinder and the final light proofing we'll see this later. ;) final light proofing we'll see this later. ;))
  • Patriotic Mini Sign For Home Decor Tiered Tray Idea  + (To start, use your CottageCutz Patriotic dTo start, use your CottageCutz Patriotic dies to cut out all your shapes on white cardstock. The great thing about using white cardstock is the flexibility it provides in terms of coloring. You can choose the exact shades you want, ensuring each die cut perfectly matches your vision.ach die cut perfectly matches your vision.)
  • Refreshing Oxalis Kvas  + (Step 3: Boil then some water and pour it into the pot with herbs.)
  • How to Allow or Block Apple Music Explicit Content  + ('''Step 1.''' Go to '''Settings''' on your'''Step 1.''' Go to '''Settings''' on your iPhone and tap '''Screen Time'''. '''Step 2.''' Scroll to the '''Content & Privacy Restrictions''' option under '''Screen Time'''. '''Step 3.''' Make sure your Content & Privacy Restrictions toggle is enabled and tap the '''Content Restrictions''' option beneath. '''Step 4.''' Tap the '''Music, Podcasts, Fitness''' to select what content to allow. '''Step 5.''' Here you can select allow content from '''Explicit''' to '''Clean'''. allow content from '''Explicit''' to '''Clean'''.)
  • How to Clear Tidal Cache on iOS and Android  + ('''Step 1.''' On the Home screen of your A'''Step 1.''' On the Home screen of your Android phone, press and hold the '''Tidal app icon''' until a menu appears. '''Step 2.''' Tap the icon with i to enter the app’s settings. Or you can go to '''Settings''' > '''Apps''' > '''Tidal''' to set up, too. '''Step 3.''' On the detail page, tap '''Storage & cache''' and then '''Clear cache'''.''Storage & cache''' and then '''Clear cache'''.)
  • Make Collaborative Playlists on Spotify  + (Step 1. In the left panel, right-click a playlist you wish to open. Step 2. Select 'Collaborative Playlist'. Step 3. Right-click on the playlist again, then scroll down to 'Share'. Step 4. Choose 'Copy Playlist Link' then send it to your friends.)
  • ASKotec Tutorials - DIY Simple analog synth  + ( # Take your time and look at the schematic. Start with + and run through the different ways till you end back to - pole # The second image shows you the pins you are going to use # Go and mark all pins on your board )
  • ASKotec Tutorials - DIY Simple analog synth  + ( # Take your time and look at the schematic. Start with + and run through the different ways till you end back to - pole # The second image shows you the pins you are going to use # Go and mark all pins on your board )
  • Fruit piano  + (The activity consists in turning fruits inThe activity consists in turning fruits into a keyboard to play music with. To get started, plug the makey makey (or DIY makey makey with Arduino Leonardo) to your computer and connect all bananas (or other conductive items) to the board via alligator clips.e items) to the board via alligator clips.)
  • Fruit piano  + (The activity consists in turning fruits inThe activity consists in turning fruits into a keyboard to play music with. To get started, plug the makey makey (or DIY makey makey with Arduino Leonardo) to your computer and connect all bananas (or other conductive items) to the board via alligator clips.e items) to the board via alligator clips.)
  • Buzzing Bee Circuit  + (The battery holder can be found on TinkerCThe battery holder can be found on TinkerCAD as 'Battery Holder - Buzzing Bee' at the link This CAD will need to be saved as a .stl file Open the .stl file in the printer software for your printer After centring and adjusting the settings as needed, slice the print and transfer the new created file to the printer. PRINT!
    created file to the printer. PRINT! <br/>)
  • DFRobot Beetle ESP32 C3 with Home Assistance  + (The Beetle ESP32-C3 is based on the ESP32-The Beetle ESP32-C3 is based on the ESP32-C3, a RISC-V 32-bit single-core processor. Despite its tiny size (only 25×20.5 mm), it packs a punch with up to 13 IO ports broken out, making it ideal for various projects without worrying about running out of IO options. worrying about running out of IO options.)
  • How to Download Spotify to MP3 in 320kbps High Quality  + (The best Spotify to MP3 320kbps downloaderThe best Spotify to MP3 320kbps downloader is the [https://www.audkit.com/spotilab-music-converter.html AudKit Spotify Music Converter]. It can download '''any audio content''' including songs, playlists, podcasts, albums, and audiobooks from Spotify to '''MP3, AAC, M4A, M4B, FLAC, and WAV''' at '''5X''' '''in batches'''. It allows '''all Spotify users''' including those free users to download Spotify music '''without Spotify Premium'''. You don't need to worry about the audio quality since it can retain '''100% lossless sound quality''' and '''full ID3 tags''' (i.e., title, artist, cover, year). This great tool also endows you with the ability to change the output quality parameters such as the '''bit rate, sample rate, channel''', and the like. Before using it, please go to the [https://www.audkit.com/ AudKit.com] to install this powerful downloader on your '''Windows PC or MacBook'''.oader on your '''Windows PC or MacBook'''.)
  • EMI probe 12+ activities  + (The EMI detector comes in two forms: the gThe EMI detector comes in two forms: the gadget is mounted on a shield suitable for an arduino uno board, or the detector is embedded on a shield on which an arduino nano is mounted. We will start by building the shield for arduino uno here s the wiring diagram for the EMI detector == Step by step instructions for the Arduino Uno shield == First, solder at least a couple of pins to the PCB. These will go into GND and Analog 5 in th arduino uno board. Next, solder an extra pin on the opposite side of the PCB. This will connect to Digital 9 on the arduino board. The speaker will also be soldered onto the PCB. Solder the positive end of the speaker to the pin which goes into analog 9 on the arduino. Solder the negative end of the speaker into the PCB. Then connect a short (5 cm max) piece of electric wire to the negative end of the speaker. The other end of the cable is soldered on the pin which goes into GND. Use a 1Mohm resistor to connect the pin which goes into GND and the one that goes into Analog 5 on the PCB (see photo above). It’s now time to add the antenna of your EMI detector. Take about 20 cm of solid core wire, and solder one end of it on to the PCB, precisely to the pin that goes into Analog 5 on the board. = Step by step instructions for the Arduino Nano shield = An timelapse is available here Solder two strips of female headers onto a PCB (3cm x 7cm) You will need to be able to arrange the arduino nano onto these strips of female headers. Solder the positive side of the speaker to the PCB, in correspondence with the D3 pin. Solder the other end of the speaker onto the PCB, in correspondence with GND pin of the arduino nano. Next, grab the 1Mohm resistor, and solder one end to the PCB pin which leads to A5 on the board, the other end to the PCB pin which goes into GND. To make the antenna of your device, take a piece of solid core wire (about 15 cm long), and solder one end of it to the PCB pin which leads to GND on the arduino nano. Finally, grap two short pieces of electric wire. You will use them to connect a 9V battery to the arduino nano and power the board. Solder one end of the first cable to VIN on the arduino nano, solder one end of the other cable to GND. solder one end of the other cable to GND.)
  • How to Convert Amazon Music to MP3  + (In the first place, you should download anIn the first place, you should download and install the right version of AudFree [https://www.audfree.com/amazon-music-converter/ Amazon Music Converter] on computer. Once launched, AudFree will present you with the Amazon Music web player, and what you need to do next is using the "Sign In" option to log into your Amazon account.n" option to log into your Amazon account.)
  • Choosing the Right Smart Glass for Any Project  + (The first thing to consider when thinking The first thing to consider when thinking about adopting this revolutionizing glass technology is to look for a reliable product to use. Do you need smart glass or smart film? There is a difference between the two products. It is important that people who want to invest in switchable technology know the differences. This way they can be confident that they have the appropriate and best value solution for their application. The basic difference is that smart film is retrofit, customized, and can be installed in minutes.stomized, and can be installed in minutes.)
  • Choosing the Right Smart Glass for Any Project  + (The first thing to consider when thinking The first thing to consider when thinking about adopting this revolutionizing glass technology is to look for a reliable product to use. Do you need smart glass or smart film? There is a difference between the two products. It is important that people who want to invest in switchable technology know the differences. This way they can be confident that they have the appropriate and best value solution for their application. The basic difference is that smart film is retrofit, customized, and can be installed in minutes.stomized, and can be installed in minutes.)
  • How to Combine Clips in iMovie  + (The first thing to do is running iMovie on your Mac computer. Then you need to click on "File" and choose "New Project" to begin a new project. After that, you can name the project and adjust some settings according to your desires.)
  • Fablab + Lakehub  + (At the group forming stage we decided to bAt the group forming stage we decided to brainstorm on the possible project ideas before splitting. Out of all the ideas around health, the self-testing gadget was decided on. During brainstorming, the challenges in health which we were struggling to get solutions were; teenage pregnancy, More affordable and easily available PPEs for the health providers in the frontline, People Living With Disability, time management in the hospital to enable more patients to be served within the shortest time, real-time billing challengeshortest time, real-time billing challenges)
  • Victorian Energy Upgrades Program  + (The installation process will start with your enquiry where an appointment will be booked to visit your place. )
  • Arduino to ThingSpeak via SIM800 No Wi-Fi  + (The legacy project documents that were oriThe legacy project documents that were originally designed with the SIM800 module may necessitate slight adjustments. This project will prove invaluable to those who continue to rely on 2G and GPRS technology. It offers essential support and guidance for individuals who intend to persist with these communication methods. Sending data from an Arduino microcontroller to the ThingSpeak platform using a GPRS module, specifically the SIM800, is a fundamental concept. The crucial aspect is that this communication method operates independently of Wi-Fi, constituting an IoT connectivity solution that relies on GPRS for data transmission. 1 / 2 In this project, LM35 temperature sensor data is being transmitted to the ThingSpeak platform through an Arduino Nano and a SIM800 module. The SIM800 module is leveraged to establish a GPRS connection, facilitating the transmission of data to ThingSpeak at specified intervals. To ensure a reliable connection between ThingSpeak and the hardware, users must configure the SIM800 module to establish a connection with their mobile network. This configuration encompasses setting the Access Point Name (APN) specific to their mobile carrier. It's important to note that the specific AT commands for this configuration may vary based on the user's chosen mobile network provider. For this project, I utilized the services of the network provider '''Airtel''' to establish the connection. Communication between the hardware components, specifically the SIM800 module, Arduino Nano, and ThingSpeak platform, relies entirely on AT commands. To ensure successful project implementation and effectively troubleshoot any issues that may arise, users must possess a basic understanding of SIM800 AT commands. This knowledge is crucial for configuring, managing, and diagnosing the communication process and resolving potential challenges during the project.g potential challenges during the project.)
  • DIY Custom NeoPixel Rings From Scratch!  + (The next step in making your printed circuThe next step in making your printed circuit board is making your connections between your LEDs. NeoPixels each have one data-input pad and one data-output pad. First create a long chain starting with the pixel closest to where you plan on placing your interface pins, going from one pixel's data-out pin to the next pixel's data-in pin. After that you'll need to route power and ground. The easiest method I have come up with to do this is to use a combination of circles and semi-circles, four in total, alternating between power and ground as you move outward from the origin. This makes it easy to create a small "jumper" connection as apposed to manually wiring every since LED together, twice. The two pairs of circles/semi-circles can then be tied together whichever way is most convenient. Finally, a copper pour is added. This essentially just causes all extra space to be filled by "ground", which has multiple advantages including being easier to manufacture at home. You will also want to install one roughly .1uf capacitor between power and ground between each set of two LEDs. The manufacture recommends one per LED however its likely one per two will do and they are time consuming to solder. These are not necessary for the functionality of the device, they simply improve the lifespan of the LEDs, so they can be ignored if needed.he LEDs, so they can be ignored if needed.)
  • DIY Custom NeoPixel Rings From Scratch!  + (The next step in making your printed circuThe next step in making your printed circuit board is making your connections between your LEDs. NeoPixels each have one data-input pad and one data-output pad. First create a long chain starting with the pixel closest to where you plan on placing your interface pins, going from one pixel's data-out pin to the next pixel's data-in pin. After that you'll need to route power and ground. The easiest method I have come up with to do this is to use a combination of circles and semi-circles, four in total, alternating between power and ground as you move outward from the origin. This makes it easy to create a small "jumper" connection as apposed to manually wiring every since LED together, twice. The two pairs of circles/semi-circles can then be tied together whichever way is most convenient. Finally, a copper pour is added. This essentially just causes all extra space to be filled by "ground", which has multiple advantages including being easier to manufacture at home. You will also want to install one roughly .1uf capacitor between power and ground between each set of two LEDs. The manufacture recommends one per LED however its likely one per two will do and they are time consuming to solder. These are not necessary for the functionality of the device, they simply improve the lifespan of the LEDs, so they can be ignored if needed.he LEDs, so they can be ignored if needed.)
  • How to Get Spotify Mini Player on Windows and Mac  + (The official Spotify desktop app doesn’t oThe official Spotify desktop app doesn’t offer a mini player, but you can get it on your computer in several ways, here’s how. = 1. Get Spotify Mini Player on Chrome = Chrome is not only a mighty web browser, but also can be a great Spotify music player. Spotify provides web player for both free and Premium to access Spotify music which is way easier than installing the desktop app. And you can get a mini player on web player. '''1.''' Open Chrome and type in ''open.spotify.com'' to get Spotify web player. '''2.''' Sign in your Spotify account and play a song, then click on the mini player icon next to the album art to open Spotify mini player. '''3.''' A small window with the album art will pop up and be pinned to the front of the screen. You can play, pause or skip through songs using this mini player. = 2. Lofi Spotify Mini Player = Lofi is a compact desktop client that can play Spotify songs with a window that only takes up 150X150 pixels of the screen. Go to ''lofi.rocks'' to download the app and log in with your Spotify account. Then you can play, stop, skip forwards and backwards in its tiny interface displays with album artwork. It also creates visualizations, you can choose one among Blue Wave, Rainbow Road, String Theory and seascape. Rainbow Road, String Theory and seascape.)
  • Fix Spotify Songs Disappeared  + (1. The original songs and playlists may be1. The original songs and playlists may be deleted by their artist or creator. This mostly happens to the songs or playlists that are grayed out after you've downloaded them to your device. It's probably because that the artist or the creator of these songs or playlists does not want these tracks on Spotify for some reason. See also: Fix [https://www.tuneskit.com/spotify-music-tips/fix-spotify-greyed-out-songs.html Spotify songs greyed out] 2. Something got wrong with your Internet connection when you check or download these downloaded songs in Spotify. While you are saving any track or playlist offline on Spotify, an Internet connection is required. So you should confirm the network runs well when you are downloading the songs or playlists from Spotify. If it is this reason that causes your problem, you should download the songs again with a good internet connection. 3. Your downloads of songs from Spotify exceed the 10,000 number limit. As Spotify only allows Premium users to download up to 10,000 tracks in total, you should check whether you have hit that limit or not. If so, Spotify will delete the previously downloaded songs automatically if it finds you adding some new tracks. Normally, you'll be noticed by Spotify with a warning message once you reached this limit. 4. You may be out of Spotify Premium. So you need to verify your premium membership.  You are required to log into your account online every 30 days even if you use Spotify Offline mode. Otherwise, the downloaded songs would disappear from your Spotify account. In other cases, the previously downloaded songs could become unavailable on Spotify if you changed the region of your VPN network. That's because some Spotify songs are not allowed in certain countries and regions. To get the music back again, you should change your VPN network settings.ck again, you should change your VPN network settings.)
  • Marble Machine No 1 Motor Assembly Instructions  + (The parts can be glued together in one go The parts can be glued together in one go and the parts held in place with rubber bands  The bottom '''should not '''be glued but can be used to hold parts aligned while the glue dries. The bottom is left loose for access to switch and batteries. If you don't want the text to be visible, simply turn the part so it face inwards. When viewed from the front the holes for the motor mount (circled in red) should face left as shown in the picture below.d face left as shown in the picture below.)
  • PiKon telescope  + (The PiKon telescope is a robust design butThe PiKon telescope is a robust design but there are two issues that need care if you are to get the most out of your project. '''Dust and the Camera Sensor''' PiKon benefits from a very simple design that has just one optical component. The lens of the Raspberry Pi Camera is removed to allow imaging by the Optical Mirror. This means that the Raspberry Pi Camera sensor is exposed to dust and dirt. Adding sensor protection would add two optical surfaces to the design, so the sensor is left exposed. This is not a problem provided care is taken to avoid dust and dirt getting on the sensor. '''Care of the Mirror''' As with all reflecting telescopes, care must be taken to avoid damaging the mirror. When assembling or modifying the telescope be careful not to let components drop down the Telescope Tube onto the Mirror.p down the Telescope Tube onto the Mirror.)
  • Replace LED Lights for Free Via Victoria Government Program  + (The process starts as soon as you make a request for a replacement under VEU program. You can contact replacement provider like Ecofin Solutions to address your enquiry.)
  • What is Gua Sha Therapy  + (The skin on our necks can be very delicateThe skin on our necks can be very delicate, but it’s also easily hung up on the way through life. These sensitive areas become even more noticeable as we age. Triggered by stress or prolonged sun exposure, they can lead to redness, lines, and discoloration. Gua sha is one of the most effective ways to treat these unwanted signs of aging. This basic gua sha technique focuses on the neck. Gently apply pressure to the areas indicated using your fingertips or a depilatory scraper or spoon—try a nice wooden one you find in the kitchen! Go back and forth over one area at a time until desired results are achieved. Add our [https://www.sayheybeauty.com/products/jade-face-massage-roller-gua-sha-neck-massage Gua Sha Neck Massage] set to your skincare routine for smoother, younger looking skin.outine for smoother, younger looking skin.)
  • Ultimate Guide to Fix Tidal Not Playing Songs  + (The tidal app for music streaming is now aThe tidal app for music streaming is now available on Windows, iOS, and Android devices. You can get its app from its official website or from app stores. Well, some people have complained that they keep meeting issue of Tidal songs not playing and it is said the versions downloaded from '''Microsoft Store''' performs much better. You can take the below instructions as references. 1# Search for '''Microsoft Store''' from your '''Quick Start menu''' to launch the Microsoft Store on your computer. 2# Type in '''Tidal''' in the search bar and find the Tidal app in the appearing results. 3# In the detail page, tap '''Get''' to install the Tidal desktop on your computer.nstall the Tidal desktop on your computer.)
  • Seeed MR60BHA1 Presence, Breathing, and Heartbeat Sensing  + (The [https://www.seeedstudio.com/60GHz-mmWThe [https://www.seeedstudio.com/60GHz-mmWave-Radar-Sensor-Breathing-and-Heartbeat-Module-p-5305.html?queryID=504dcf6317754ee7930d15192a311c71&objectID=5305&indexName=bazaar_retailer_products MR60BHA1] 60GHz mmWave Module is a versatile sensor that utilizes Frequency Modulation Continuous Wave (FMCW) detection to accurately measure breathing rate and heart rate, ensuring a completely private and secure environment, free from external interference. Equipped with a built-in standard algorithm and onboard antenna, the unit delivers simultaneous signal output with exceptional precision. It serves as an ideal solution for developing high-accuracy, self-regulating, privacy-protected, and secure biotic radar systems in consumer electronics, healthcare, and industrial applications. Block Diagram Beyond heart rate and respiration detection, the radar sensor can detect human presence in the operating area, enabling the creation of an automated device and appliance control system that conserves energy during unoccupied periods. Additionally, the system incorporates an IR temperature sensor to measure body temperature, allowing for illness and stress detection. Upon detecting significant vital variations, the buzzer activates as an alert. Simultaneously, all details are displayed on an LCD display and a mobile phone app via the ESP32 Wi-Fi module. The project involved various components, which can be identified in the Below provided image.ich can be identified in the Below provided image.)
  • How to Play Spotify on Yoto Player  + (There is a companion Yoto app available onThere is a companion Yoto app available on mobile phones that can help us to upload our audio files including compatible Spotify downloads to Yoto cards for offline listening for free. As we know, Spotify songs are protected in a special OGG Vorbis format. In this case, you'd better download Spotify to MP3, AAC, and M4A files that are supported by Yoto. And [https://www.audfun.com/spotify-music-converter.html AudFun Spotify Music Converter] is a great shot. The '''AudFun Music Converter for Spotify''' is dedicated to downloading and converting Spotify songs, albums, playlists, audiobooks, and [https://www.audfun.com/spotify/download-spotify-podcasts-to-mp3.html Spotify podcasts to MP3], AAC, WAV, FLAC, M4A, and M4B '''without Spotify Premium'''. Also, it retains 100% original audio quality and full ID3 tags, which enables you to play Spotify music on Yoto Mini Player or Yoto Original Player without any metadata info loss.nal Player without any metadata info loss.)
  • How to Share Spotify Song on Snapchat  + ('''''Q: Is there a way to share and at the'''''Q: Is there a way to share and at the same time, play Spotify music on Snapchat?''''' '''A:''' Spotify hasn’t rolled out the playing option on Snapchat yet. To do so, you have to download music from Spotify in advance and share the full song file on Snapchat to your friends. But then again, Spotify songs are protected by DRM and users are not allowed to play them on any other platforms.So a third party tool like [https://www.tuneskit.com/music-converter-for-spotify/ TunesKit Spotify Music Converter] is needed to transform Spotify DRM songs into common audio files such as MP3, AAC and M4A. Then you can apply them into any platform without restrictions. '''TunesKit Spotify Music Converter''' is a feature-rich tool designed to convert Spotify Ogg files into 6 types of common audio formats including MP3, FLAC, AAC, WAV, M4A and M4B. With a 5X faster converting speed, it maintains the output files with 100% original audio quality. '''Step 1 Launch TunesKit and Import Spotify Songs''' Open TunesKit Spotify Music Converter. And then drag and drop songs from Spotify into TunesKit’s interface, and they’ll be automatically imported. '''Step 2 Set Up Output Format and Configurations''' Turn to Preference and then enter Convert menu. There're 6 types of output formats you can choose including MP3, M4A, M4B, AAC, WAV and FLAC. You can also customize the output channel, sample rate and bit rate. '''Step 3 Start Converting''' Click the "Convert" button and TunesKit will start operating. When it is all done, click the "Converted" button and you'll get the output file list. '''Step 4 Share and Play Spotify Songs on Snapchat''' Connect your phone with your computer, and then send the converted Spotify song files to your phone. Now you can share these songs to your friends and listen to them together on Snapchat.s and listen to them together on Snapchat.)
  • Node-Red Telegram Bot with Temperature Logger Part-1  + (In this article, I will show you how to usIn this article, I will show you how to use Node-RED and Telegram bot to send temperature data from a DHT11 sensor connected to a Raspberry Pi. You will be able to ask your Telegram bot for the current temperature and receive a reply with the sensor reading. You will also be able to set up a notification system that will alert you when the temperature exceeds a certain threshold. To follow this tutorial, you will need the following components: * A Raspberry Pi with Node-RED installed (you can follow [https://nodered.org/docs/getting-started/raspberrypi this guide] to install Node-RED on your Raspberry Pi) * A DHT11 temperature and humidity sensor * A Telegram account and a Telegram bot token (you can follow [https://core.telegram.org/bots this guide] to create a Telegram bot and get its token)o create a Telegram bot and get its token))
  • Wio WM1110: Quick Start Guide for Seamless Integration  + ('''This guide explains the steps to seamle'''This guide explains the steps to seamlessly integrate the WM1110 sensor module with The Things Network (TTN) and ThingSpeak for data transmission and visualization.''' The [https://www.seeedstudio.com/Wio-WM1110-Dev-Kit-p-5677.html?queryID=86ddeaf2f0e1846781c93ee0739996d3&objectID=5677&indexName=bazaar_retailer_products seeed studio Wio-WM1110 Dev Kit] is based on the [https://www.seeedstudio.com/Wio-WM1110-Module-LR1110-and-nRF52840-p-5676.html?queryID=777e87bf936e9951b01169e582eaaa0b&objectID=5676&indexName=bazaar_retailer_products Wio-WM1110] Wireless Module, which integrates both a Semtech LoRa® transceiver and a multi-purpose radio front-end for geolocation functionalities. The LoRa® transceiver enables low-power, high-sensitivity network coverage, while GNSS (GPS/BeiDou) and Wi-Fi scanning work together to offer comprehensive location coverage. Additionally, the Dev Kit provides connectivity options for a variety of peripherals, making it a versatile platform for developing diverse IoT applications. The [https://www.seeedstudio.com/Wio-WM1110-Module-LR1110-and-nRF52840-p-5676.html?queryID=777e87bf936e9951b01169e582eaaa0b&objectID=5676&indexName=bazaar_retailer_products Wio-WM1110] is a powerful fusion positioning module designed for developing low-power, long-range IoT applications. It combines the capabilities of the [https://www.semtech.com/products/wireless-rf/lora-edge/lr1110 Semtech LR1110] LoRa transceiver and the [https://www.nordicsemi.com/products/nrf52840 Nordic nRF52840] microcontroller, offering a comprehensive solution for building connected devices with the following features: * '''Long-range wireless communication:''' Utilizing Semtech's LoRa technology, the Wio-WM1110 enables low-power communication over vast distances, making it ideal for connecting devices in remote locations. * '''Global Navigation Satellite System (GNSS):''' Integrated GNSS support, including GPS and BeiDou, provides accurate location tracking capabilities for your IoT devices. * '''Wi-Fi connectivity:''' In addition to LoRaWAN and GNSS, the Wio-WM1110 also offers Wi-Fi connectivity, providing another option for device communication and internet access. * '''Bluetooth:''' The module further extends its connectivity options by supporting Bluetooth protocols, enabling communication with other Bluetooth-enabled devices. * '''Fusion positioning:''' By combining the data from LoRaWAN, GNSS, Wi-Fi, and Bluetooth, the Wio-WM1110 can achieve highly accurate and reliable positioning, even in challenging environments. * '''Low-power operation:''' The Wio-WM1110 is designed for low-power consumption, allowing your devices to operate for extended periods on battery power. * '''Open-source platform:''' The Wio-WM1110 is based on an open-source platform, providing developers with access to the underlying hardware and software, allowing for greater customization and flexibility. and software, allowing for greater customization and flexibility.)
  • How to Make Your Own Easter Egg  + (This is one of the best bis of crafting yoThis is one of the best bis of crafting your Easter egg! Make sure that you have invested in some high quality and luxurious cooking chocolate before beginning! Pour some water into a pan and bring to the boil. Meanwhile, make sure that your chocolate is cut up into small chunks ready to melt. Once the water is boiling, balance a ceramic bowl on top of the pan and add your chocolate chunks to it. Keep stirring the chocolate as it melts. Yum!p stirring the chocolate as it melts. Yum!)
  • Getting Started with Xiao ESP32 S3 Sense  + (This project was successfully completed beThis project was successfully completed because of the help and support from [https://www.nextpcb.com/pcb-assembly-quote NextPCB.] Guys if you have a PCB project, please visit their website and get exciting discounts and coupons. NextPCB offers high-quality, reliable PCB starting at $1.9, and multilayer starting at $6.9. Also, everyone can enjoy free [https://www.nextpcb.com/pcb-assembly-quote PCB assembly] for 5 boards! Also, NextPCB is having a year end sale in which anyone can register through their website and get a $30 Coupon which can be used for ordering PCBs. You can also try HQDFM free online [https://www.nextpcb.com/free-online-gerber-viewer.html PCB Gerber viewer] to check your PCB design and avoid costly errors.k your PCB design and avoid costly errors.)
  • Node Red with MQTT on Raspberry Pi  + (This project works without much additional hardware. The one and only requirement is you just need a Raspberry Pi.)
  • Nutridome I SDG 11 I South Africa  + (This is a PVC pipe that has been drilled wThis is a PVC pipe that has been drilled with holes we were going to use disposable plastic cups but we found some plastic growing cups in the store room and we used those. for this demonstration we are using an ordinary aquarium pump and pipes for the water flow. The bucket is just a normal bucket. The dome was made from 25mm PVC electrical wiring pipes. The dome was inspiration for the idea as we saw it at the Centre and realised its potential. the PVC pipes are held together with cable ties, glue and connectors. The shading is normal garden shade and plastic sheeting can be placed over the structure to create more controlled environments. This will be when you have put the hydroponic system with lighting inside the dome we just wanted to illustrate the look for the final product of the dome.he look for the final product of the dome.)
  • Casa OS with Raspberry Pi  + (In this tutorial I will show you how to buIn this tutorial I will show you how to build a beautiful home server with Raspberry Pi and Casa OS. '''Things Needed:''' All you need is a Raspberry Pi 4B board, That's all. Casa OS is a simple, easy-to-use, elegant open-source home cloud system that allows you to run self-hosted apps on your Raspberry Pi or other Linux devices. You can manage your files, share them across the network, protect your privacy data, and freely add disks and expansion spaces. Casa OS also has an app store with over 20 pre-installed docker based apps and 50+ community-verified apps. If you want to try out the casa os before the installation, use the [http://demo.casaos.io/#/login demo site].
    Username is casaos, and the password is also same.
    CasaOS fully supports Raspberry Pi. Also, more computers and development boards and fully compatible with Ubuntu, Debian, Raspberry Pi OS, and CentOS with one-liner installation.
    spberry Pi OS, and CentOS with one-liner installation.)
  • Design a 3D object in Tinkercad  + (This video takes the educator through the This video takes the educator through the basics of Tinkercad. You will learn about designing simple solids (ex. cubes, tetrahedrons), and combining them together to produce a complex object https://openclassrooms.com/courses/imprimante-3d/modelisez-un-objet-en-3d#/id/video_Player_0/modelisez-un-objet-en-3d#/id/video_Player_0</u>)
  • E-Textile Monster  + (This is where you need to decide what shapThis is where you need to decide what shape you want your monster to be and what components it will include. You need to make sure there is room for each of your components and the battery pack as well as decide where you want to squeeze the monster for the components to turn on. TIP: do not make your monster too big making your circuit components too spread out! Otherwise you will spend a long time sewing to connect the components together sewing to connect the components together)
  • How to Listen to Tidal on Multiple Devices Simultaneously  + (Tidal offers several major plans for you tTidal offers several major plans for you to choose from, including Free, Hi-Fi, Hi-Fi Plus, Family Hi-Fi, and Family Hi-Fi Plus. Since the Family Plan supports family members with up to '''6''' people, obviously, this is the simplest way. You’re supposed to sign up for the [https://tidal.com/plans/family Tidal Family plan] to enjoy the playback on multiple devices. Currently, the Tidal Family Hi-Fi plan is '''$14.99''' per month with unlimited skips and is ad-free. If you want to enjoy high-resolution quality, you can subscribe to Tidal Family Hi-Fi Plus to get the high lossless quality which is almost equal to CD at '''$29.99''' per month. # If you’re a new user, you’re able to enjoy the Family plans for free in '''30''' days. # If you’re not a new user, you can choose to change or '''upgrade''' your plan to Tidal Family Hi-Fi or Hi-Fi Plus. # To upgrade to or manage a Family plan, go to [http://account.tidal.com/ account.tidal.com] and sign in using the primary account holder’s credentials and select TIDAL Family. # After then, you will be given the option to select '''Upgrade to Family Plan''' from Family Hi-Fi or Hi-Fi Plus.
    '' from Family Hi-Fi or Hi-Fi Plus. <br/>)
  • PP Sheetpress  + (====Tools==== same as above ====Parts========Tools==== same as above ====Parts==== 36 corner brackets ====Steps==== # Prepare your parts. Each "cell" will require 4 brackets, 16 M8Bolts, and 16 washers # Starting with the 4 corners of the ''entire assembly'', attach the corner brackets and tighten the bolts only to finger-tight. # Next attach the 920 beam ends to the outer perimeter. # Next, attach the inner beams in place. Ensure that all beams are equally spaced. (remember that the 2 interior beams are shorter though)
    interior beams are shorter though) <br/>)
  • How to Use Spotify as an Alarm on iPhone, Android, and Smart Speakers  + (Unfortunately, the default Clock app on iPUnfortunately, the default Clock app on iPhones does not integration with Spotify. However, you can use third-party alarm apps such as Music Alarm Clock for Spotify+ or Kello Alarm Clock to set Spotify songs as your alarm. Here's how: '''Step 1.''' Install and launch the Music Alarm Clock for Spotify+ app or Kello Alarm Clock app on your iPhone. '''Step 2.''' Sign in with your Spotify account on those alarm app and open the app settings. '''Step 3.''' Create a new alarm by tapping the Add button and setting a specific alarm time. '''Step 4.''' Select the alarm sound and choose Spotify as the source. Browse and add your preferred Spotify songs or playlists as the alarm sound. '''Step 5.''' Save the settings, and your alarm will wake you with Spotify songs.ur alarm will wake you with Spotify songs.)
  • Glowing LED Butterfly  + (Use TinkerCad to design the component thatUse TinkerCad to design the component that will be 3D printed. This is a great opportunity to develop your computer aided design (CAD) skills! What to think about.. - Needs to have holes for the light to go through - Needs to be big enough to hide the Arduino and PCB - Needs to be able to sit on the top of the 9V battery Pre-made butterfly design can be found through this linkrfly design can be found through this link)
  • How to Add Apple Music to iMovie  + (1. Visit the DRmare website and download the Apple Music Converter. 2. Install the software on your computer following the on-screen instructions.)
  • Contrôler des neopixels comme un DJ  + (Si vous ne l'avez pas fait, ajouter le supSi vous ne l'avez pas fait, ajouter le support de l'ESP8266 dans le logiciel Arduino : [https://github.com/esp8266/Arduino#installing-with-boards-manager https://github.com/esp8266/Arduino#installing-with-boards-manager.] Il y a plusieurs façons d'uploader le firmware que nous allons utiliser, le plus simple est d'utiliser l'exemple '''ESP8266WebServer -> WebUpdate.''' N'oubliez pas de changer STASSID et STAPSK avec le nom de votre réseau Wi-Fi et votre mot de passe. #define STASSID "your-ssid" #define STAPSK "your-password" * Téléverser '''ESP8266WebServer -> WebUpdate.''' * Appuyer sur le bouton RESET de l'ESP8266. * Aller sur http://esp8266-webupdate.local.266. * Aller sur http://esp8266-webupdate.local.)
  • Contrôler des neopixels comme un DJ  + (Si vous ne l'avez pas fait, ajouter le supSi vous ne l'avez pas fait, ajouter le support de l'ESP8266 dans le logiciel Arduino : [https://github.com/esp8266/Arduino#installing-with-boards-manager https://github.com/esp8266/Arduino#installing-with-boards-manager.] Il y a plusieurs façons d'uploader le firmware que nous allons utiliser, le plus simple est d'utiliser l'exemple '''ESP8266WebServer -> WebUpdate.''' N'oubliez pas de changer STASSID et STAPSK avec le nom de votre réseau Wi-Fi et votre mot de passe. #define STASSID "your-ssid" #define STAPSK "your-password" * Téléverser '''ESP8266WebServer -> WebUpdate.''' * Appuyer sur le bouton RESET de l'ESP8266. * Aller sur http://esp8266-webupdate.local.266. * Aller sur http://esp8266-webupdate.local.)
  • Timer : Un minuteur à base d'Arduino  + (Vous avez trois boutons : PLUS (connectéVous avez trois boutons : PLUS (connecté à la broche 3 ) doit incrémenter la durée que vous voyez affichée sur l'afficheur LCD. MOINS (connecté à la broche 2 ) fait l'inverse. START (connecté à la broche 4 ) lance le compte à rebours et donc allume l'anneau de leds. Si ca ne marche pas : * Vérifiez votre câblage fil par fil en reprenant tout depuis de début * Vérifiez que votre Arduino est branché * Vérifiez que le code a bien été téléversé dans la carte * Demandez à quelqu'un de vérifiez votre câblage (souvent ça aide) ''Temps indicatif : 2 min''vent ça aide) ''Temps indicatif : 2 min'')
  • Timer : An Arduino based Timer  + (Vous avez trois boutons : PLUS (connectéVous avez trois boutons : PLUS (connecté à la broche 3 ) doit incrémenter la durée que vous voyez affichée sur l'afficheur LCD. MOINS (connecté à la broche 2 ) fait l'inverse. START (connecté à la broche 4 ) lance le compte à rebours et donc allume l'anneau de leds. Si ca ne marche pas : * Vérifiez votre câblage fil par fil en reprenant tout depuis de début * Vérifiez que votre Arduino est branché * Vérifiez que le code a bien été téléversé dans la carte * Demandez à quelqu'un de vérifiez votre câblage (souvent ça aide) ''Temps indicatif : 2 min''vent ça aide) ''Temps indicatif : 2 min'')
  • NEXT ENGINE 3D SCANNER :How to use it  + ( * '''WEIGHT''' 7.68 KG * '''INPUT POWER'' * '''WEIGHT''' 7.68 KG * '''INPUT POWER''' 100-240 VAC/60W * '''Measurement system''' MultiStripe Laser Triangulation (MLT) *'''Sensor''' Twin 5.0 Mega-pixel CMOS RGB image sensors *'''SIZE''' 276 x 223 x 91mm *'''Field AREA'''  5.1" x 3.8" (Macro) and 13.5" x 10.1" (Wide) *'''Capteur density''' 268K points/in (Macro) and 29K points/in (Wide) *'''Texture Density''' 500DPI ( Macro) and 200DPI (Wide) *'''Dimensional Accuracy''' 100 micorn ( Marco) and 300 micron ( Wide) *'''Acquisition Speed''' 50,000 points/sec *'''CONNECTIVITY''' USB 2.0 *'''OPERATING SYSTEM''' Windows XP/Vista/7/8 (64-bits) *'''MINIMUM REQUIREMENT''': 2 GHz Dual-core, 3GB RAM, 256MB graphics *''' FILE FORMAT''' STL, OBJ, VRML, XYZ, PLY *'''FILE SIZE''' 200MB fot typical model * '''SOFTWARE''' ScanStudio™ (FREEWARE) del * '''SOFTWARE''' ScanStudio™ (FREEWARE) )
  • Implementing Web Server on ESP32  + (=== What is a Web Server? === A web server=== What is a Web Server? === A web server is a software application that serves web pages to users. When a user requests a web page, the web server processes the request and sends the requested page back to the user’s browser. This forms the backbone of data communication on the World Wide Web. === What is ESP32? === The ESP32 is a series of low-cost, low-power systems on a chip microcontroller with integrated Wi-Fi and dual-mode Bluetooth. The ESP32 series employs a Tensilica Xtensa LX6 microprocessor and includes built-in antenna switches, an RF balun, a power amplifier, a low-noise receiver amplifier, filters, and power management modules. It is suitable for a wide variety of applications, from low-power sensor networks to more demanding tasks such as music streaming.e demanding tasks such as music streaming.)
  • Thermostat control activity v12  + (== What you need[https://docs.google.com/d== What you need[https://docs.google.com/document/d/1HVWFDdyiLj6ORTMYcQF-VPyJCPGuPzeTj_FaKip4pS4/edit#heading=h.kft4zwyruhwh ?] == * A pair of scissors * An old shoe box * Pastels / glue / colored sheets * A small fan How to create the environment As in the previous activity, the children have a box that will simulate the home environment. The moderator can leave room for children to decorate their boxes and express their creativity. Even in this case, children will have to cut the smaller sides: on one side they will be able to look into the box, on the other they can insert a small fan. The device, inserted in the box, will detect if there is the right temperature. By accessing the fan, the environment will become colder, although there is no need. Thanks to the signaling of the device, children will understand that the fan can be turned off. == How to build the box[https://docs.google.com/document/d/1HVWFDdyiLj6ORTMYcQF-VPyJCPGuPzeTj_FaKip4pS4/edit#heading=h.rocl9tvc6md5 ?] == * We take a box of shoes that we no longer use; * With the help of a pair of scissors with a rounded tip, let's cut one of the shorter sides of the box. From here we could observe inside the box itself what will be simulated; * Let's cut the other minor side in the same way. From this we will insert the small fan; * By inserting the device inside the box, we created our miniature room and we are ready for the experiment. room and we are ready for the experiment.)
  • Brightness control activity v12  + (What you need[https://docs.google.com/docuWhat you need[https://docs.google.com/document/d/1HVWFDdyiLj6ORTMYcQF-VPyJCPGuPzeTj_FaKip4pS4/edit#heading=h.kft4zwyruhwh ?] 1 - A remote control device #Deedu; 2 - Environments Nodered and Blynq; 3 - A box whose purpose is to abstract the concept of the home environment. How to create the environment Here we have to describe how the miniature house is created, the environment to be simulated and the things you need to do it: How to build the box[https://docs.google.com/document/d/1HVWFDdyiLj6ORTMYcQF-VPyJCPGuPzeTj_FaKip4pS4/edit#heading=h.rocl9tvc6md5 ?] * We take a box of shoes that we no longer use; * With the help of a pair of scissors with a rounded tip, let's cut one of the shorter sides of the box. From here we could observe inside the box itself what will be simulated; * Let's cut the other minor side in the same way. From this we will insert the small fan; * By inserting the device inside the box, we created our miniature room and we are ready for the experiment. room and we are ready for the experiment.)
  • Light sensitive e-textile bag  + (We will be using S4A to program the board.We will be using S4A to program the board. Therefore, we need to first set up our Arduino adequately. Download the S4A software by reaching [http://s4a.cat/ S4A] and then clicking on “Downloads” > Choose the correct version based upon your operating system. Afterwards, download the S4A firmware by reaching this [http://vps34736.ovh.net/S4A/S4AFirmware16.ino link] > Right-click > Save as > Remove the .txt part of the name > Save as type: Change from “Text Document” to “All Files” > Save. = Upload the S4A firmware = You will also need to use Arduino IDE to code and upload the firmware onto your Arduino Leonardo board. Download the software by visiting [https://www.arduino.cc/en/Main/Software? Arduino IDE] > Scroll down until you see the “Download the Arduino IDE” section and choose the version based upon your operating system (e.g. If you have Windows 7, choose “Windows Installer” / if you have Windows 10, choose “Windows app”) > On the next page choose “Just download” and run the installation files. Launch Arduino IDE and open the S4A firmware by going to File > Open or by pressing Ctrl+O and then browsing to the location you previously saved the firmware to. Connect the Arduino to your computer. Select Arduino Leonardo from Tools menu > Board. Select the correct port from the Tools menu > Port. Upload the S4A firmware into it by using the right arrow (→) button at the top right corner of the window, by choosing Sketch > Upload or by pressing Ctrl+U on the keyboard. = Launch S4A = If the S4A firmware was successfully uploaded into the Arduino board, the “searching board…” message should disappear in a few seconds.duino board, the “searching board…” message should disappear in a few seconds.)
  • Light sensitive e-textile bag  + (We will be using S4A to program the board.We will be using S4A to program the board. Therefore, we need to first set up our Arduino adequately. Download the S4A software by reaching [http://s4a.cat/ S4A] and then clicking on “Downloads” > Choose the correct version based upon your operating system. Afterwards, download the S4A firmware by reaching this [http://vps34736.ovh.net/S4A/S4AFirmware16.ino link] > Right-click > Save as > Remove the .txt part of the name > Save as type: Change from “Text Document” to “All Files” > Save. = Upload the S4A firmware = You will also need to use Arduino IDE to code and upload the firmware onto your Arduino Leonardo board. Download the software by visiting [https://www.arduino.cc/en/Main/Software? Arduino IDE] > Scroll down until you see the “Download the Arduino IDE” section and choose the version based upon your operating system (e.g. If you have Windows 7, choose “Windows Installer” / if you have Windows 10, choose “Windows app”) > On the next page choose “Just download” and run the installation files. Launch Arduino IDE and open the S4A firmware by going to File > Open or by pressing Ctrl+O and then browsing to the location you previously saved the firmware to. Connect the Arduino to your computer. Select Arduino Leonardo from Tools menu > Board. Select the correct port from the Tools menu > Port. Upload the S4A firmware into it by using the right arrow (→) button at the top right corner of the window, by choosing Sketch > Upload or by pressing Ctrl+U on the keyboard. = Launch S4A = If the S4A firmware was successfully uploaded into the Arduino board, the “searching board…” message should disappear in a few seconds.duino board, the “searching board…” message should disappear in a few seconds.)
  • SolarOSE - Guide 5: CPC Reflector  + (With a cutter, cut a 340x680 mm rectangle With a cutter, cut a 340x680 mm rectangle of mirror sheet. Mind to protect the reflective surface of the mirror during the operation and to work on the back side. One needs to run the cutter several times to bite the metal and to fold back and forth in order to detach it.fold back and forth in order to detach it.)
  • SolarOSE - Guide 5: CPC Reflector  + (With a cutter, cut a 340x680 mm rectangle With a cutter, cut a 340x680 mm rectangle of mirror sheet. Mind to protect the reflective surface of the mirror during the operation and to work on the back side. One needs to run the cutter several times to bite the metal and to fold back and forth in order to detach it.fold back and forth in order to detach it.)
  • How to Play Spotify While Playing Roblox  + (With a few simple steps, you can now enjoy your favorite tunes from Spotify while immersing yourself in the world of Roblox, whether on mobile or PC.)
  • VERBIS - Desktop 8x8 RGB LED Matrix Word Clock  + ('''Wooden photo frame''' You can make you'''Wooden photo frame''' You can make your own frame, there are a dozen of articles about this, even here on Instructables. But a simpler solution would be finding a framing company where you can order a personalized frame with your required dimensions and you can choose from many frame types. This is exactly what I did. I ordered my frames with a specific dimension: the framed photo, in my case object (display) is 80x80mm. I also asked for an accurate dimension, I didn't want the frame to be too big for the 3D printed plastic grid. '''Plexiglass support''' The plexiglass support can be also be made DIY but for an amateur it is not very easy to cut and blend plexiglass. So I ordered several supports from an advertising company that makes all kinds of plexiglass objects. The dimensions I used are: width - 120mm, first part length - 180mm, second part length - 50mm, 15° bending angle. '''Display plexiglass sheet''' The 3mm grey smoked plexiglass sheet can be cut from a bigger sheet, obtaining the required 80x80mm dimension. '''Plastic grid''' The STL file for 3D printing can be downloaded from [https://www.tinkercad.com/things/arRYOVE5Lbk Tinkercad] '''Display Printed Paper Sheet''' The SVG file for the Printed Paper Sheet is attached, and it can be edited with Inkscape. You can make your own display layout based on this SVG file, I used [https://www.wordsearchkit.com/ Word Search Construction Kit] software to generate a words layout for the time display. You can print the file repeatedly on the same sheet of paper to achieve a good, opaque, black background. I got very good results with a cheap inkjet printer and standard white copier paper. I cut off the layout with a pair of scissors. '''Plastic box for electronics''' The files that you can 3d print are also on [https://www.tinkercad.com/things/2vKBHQ1HEI3 Tinkercad]. I used some already purchased jewelry boxes, I only designed a new box base because the boxes were too tall. The files on Tinkercad are based on this type of boxes. '''Detailed instructions''' (follow the images above) * choose (and mark) a side of the frame to be the top of the clock, clean the smoked plexiglass sheet, put it in the frame; * place the printed paper sheet and the 3D printed grid; * drill with 2 mm diameter bit through the plastic grid to make room for the screws in the frame; * screw the plastic grid; * mark on the frame the place for holes and lock the frame to the plexiglass support; * drill the holes with a 2mm diameter bit (enlarge the holes in the support with a 3mm diameter bit, make the coining with a 10mm diameter bit) and screw it all together. The last image shows an almost finished enclosure. image shows an almost finished enclosure.)
  • VERBIS - Desktop 8x8 RGB LED Matrix Word Clock  + ('''Wooden photo frame''' You can make you'''Wooden photo frame''' You can make your own frame, there are a dozen of articles about this, even here on Instructables. But a simpler solution would be finding a framing company where you can order a personalized frame with your required dimensions and you can choose from many frame types. This is exactly what I did. I ordered my frames with a specific dimension: the framed photo, in my case object (display) is 80x80mm. I also asked for an accurate dimension, I didn't want the frame to be too big for the 3D printed plastic grid. '''Plexiglass support''' The plexiglass support can be also be made DIY but for an amateur it is not very easy to cut and blend plexiglass. So I ordered several supports from an advertising company that makes all kinds of plexiglass objects. The dimensions I used are: width - 120mm, first part length - 180mm, second part length - 50mm, 15° bending angle. '''Display plexiglass sheet''' The 3mm grey smoked plexiglass sheet can be cut from a bigger sheet, obtaining the required 80x80mm dimension. '''Plastic grid''' The STL file for 3D printing can be downloaded from [https://www.tinkercad.com/things/arRYOVE5Lbk Tinkercad] '''Display Printed Paper Sheet''' The SVG file for the Printed Paper Sheet is attached, and it can be edited with Inkscape. You can make your own display layout based on this SVG file, I used [https://www.wordsearchkit.com/ Word Search Construction Kit] software to generate a words layout for the time display. You can print the file repeatedly on the same sheet of paper to achieve a good, opaque, black background. I got very good results with a cheap inkjet printer and standard white copier paper. I cut off the layout with a pair of scissors. '''Plastic box for electronics''' The files that you can 3d print are also on [https://www.tinkercad.com/things/2vKBHQ1HEI3 Tinkercad]. I used some already purchased jewelry boxes, I only designed a new box base because the boxes were too tall. The files on Tinkercad are based on this type of boxes. '''Detailed instructions''' (follow the images above) * choose (and mark) a side of the frame to be the top of the clock, clean the smoked plexiglass sheet, put it in the frame; * place the printed paper sheet and the 3D printed grid; * drill with 2 mm diameter bit through the plastic grid to make room for the screws in the frame; * screw the plastic grid; * mark on the frame the place for holes and lock the frame to the plexiglass support; * drill the holes with a 2mm diameter bit (enlarge the holes in the support with a 3mm diameter bit, make the coining with a 10mm diameter bit) and screw it all together. The last image shows an almost finished enclosure. image shows an almost finished enclosure.)
  • Embed React Native Barcode Reader into Mobile App Using Javascript Code  + ([https://www.dynamsoft.com/barcode-reader/downloads/ Download trial] and install)
  • Menstrual Cup - 3D Cup  + ( * http://www.leparisien.fr/laparisienne/actualites/societe/tampons-et-serviettes-hygieniques-des-produits-de-luxe-07-05-2018-7703358.php * https://www.youtube.com/watch?time_continue=23&v=GXqF9H2aMBw )
  • Getting Started with 3.5 Inch PC State Display  + (If you are a PC enthusiast, you might wantIf you are a PC enthusiast, you might want to monitor the performance and status of your PC components, such as CPU, GPU, RAM, SSD, HDD, temperature, fan speed, etc. However, opening the task manager or third-party software every time you want to check this information can be inconvenient and distracting. Moreover, you might not be able to see this information when you are gaming or doing other full-screen activities. That’s why a 3.5-inch PC state display can be a great addition to your PC setup. A 3.5-inch PC state display is a small screen that can be mounted on your PC case and display various information about your PC state. It can show you the CPU model, usage, frequency, temperature, fan speed, GPU model, usage, frequency, temperature, fan speed, RAM usage, SSD/HDD usage, network speed, IP address, weather forecast, and custom information. You can also choose from different themes and orientations to suit your preferences. A 3.5-inch PC state display can help you monitor your PC state at a glance, without interrupting your workflow or gaming experience. It can also enhance the aesthetics and functionality of your PC case, making it more personalized and attractive. Whether you are a gamer, a streamer, a content creator, or a professional, a 3.5-inch PC state display can be a useful and fun tool for your PC. In this article, I will show you how to get started with a 3.5-inch PC state display, how to install it, how to customize it, and how to use it. Let’s begin!tomize it, and how to use it. Let’s begin!)
  • Cardboard Cable Car Model With Recycled Materials, Working Model 250rpm Electric Motor and Basic Slide Switch ON-OFF-ON (School Science Project)  + (You can check all steps on video briefly or follow below steps. • Mount plastic pulley wheel onto DC motor shaft and glue on it.)
  • How to Save Spotify Music Tracks without a Premium  + (You can convert Spotify songs using either the Web player mode or the App mode.)
  • Node-Red Telegram Bot with Temperature Logger Part-2  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop. Also, check out this useful blog on PCBWay Plugin for KiCad from [https://www.pcbway.com/blog/News/PCBWay_Plug_In_for_KiCad_3ea6219c.html here.] Using this plugin, you can directly order PCBs in just one click after completing your design in KiCad.ick after completing your design in KiCad.)
  • AWS IoT Core IoT Platform Series - 6  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY f]or ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY t]o get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop.u can get free stuff from their gift shop.)
  • Ethernet-Enhanced LoRa Gateway Minimizing Delay  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop. Also, check out this useful blog on PCBWay Plugin for KiCad from [https://www.pcbway.com/blog/News/PCBWay_Plug_In_for_KiCad_3ea6219c.html here.] Using this plugin, you can directly order PCBs in just one click after completing your design in KiCad.ick after completing your design in KiCad.)
  • Appliances Control with ESPNOW  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop.u can get free stuff from their gift shop.)
  • Node Red with Raspberry Pi  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop.u can get free stuff from their gift shop.)
  • Line Follower Robot - King of Maze  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop.u can get free stuff from their gift shop.)
  • M5Stick C Captive Portal  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop.u can get free stuff from their gift shop.)
  • Node Red Controlled Web LED on ESP32 with Raspberry Pi 4  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shopou can get free stuff from their gift shop)
  • DHT11 with ESPNOW  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] toget them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop.u can get free stuff from their gift shop.)
  • Temperature Control Neo Pixels with Arduino Nano  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop. Also, check out this useful blog on PCBWay Plugin for KiCad from [https://www.pcbway.com/blog/News/PCBWay_Plug_In_for_KiCad_3ea6219c.html here]. Using this plugin, you can directly order PCBs in just one click after completing your design in KiCad.ick after completing your design in KiCad.)
  • Water Quality Monitoring System Based on IOT  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop.u can get free stuff from their gift shop.)
  • Getting Started with TivaWare Launchpad - Basics  + (You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] to order PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop.u can get free stuff from their gift shop.)
  • Open Workshop Setup  + ( * You need a space where you can work, so * You need a space where you can work, so at least 8x bigger than your original workshop spot * use a corner of the room (about 2.0x1.0m Space minimum) * keep lights and accessebillity in mind * kreate an overview of tools and materials you have * start looking for a good sized plywood for your tools (big) and your small materials (small) * use a solid table as base for the construction (at least 90cm high and 70cm deep) * have a powerplug close to it * cut the wood sheets powerplug close to it * cut the wood sheets )
  • Open Workshop Setup/de  + ( * You need a space where you can work, so * You need a space where you can work, so at least 8x bigger than your original workshop spot * use a corner of the room (about 2.0x1.0m Space minimum) * keep lights and accessebillity in mind * kreate an overview of tools and materials you have * start looking for a good sized plywood for your tools (big) and your small materials (small) * use a solid table as base for the construction (at least 90cm high and 70cm deep) * have a powerplug close to it * cut the wood sheets powerplug close to it * cut the wood sheets )
  • Open Workshop Setup  + ( * You need a space where you can work, so * You need a space where you can work, so at least 8x bigger than your original workshop spot * use a corner of the room (about 2.0x1.0m Space minimum) * keep lights and accessebillity in mind * kreate an overview of tools and materials you have * start looking for a good sized plywood for your tools (big) and your small materials (small) * use a solid table as base for the construction (at least 90cm high and 70cm deep) * have a powerplug close to it * cut the wood sheets powerplug close to it * cut the wood sheets )
  • OpenKnit: digital fabrication tool to create your own clothes  + (You'll need to thread: two 20x20x800 mm bars: 6 mm tool on both sides. two 30x30x800 mm bars: 8 mm tool on both sides. two 30x30x162 mm bars: 8 mm tool on ONE side, plus one 8 mm hole on the top (see image).)
  • Cancel Apple Music Membership on iPhone or Mac  + (If you use Apple Music directly on your iPhone, iPad or iPod touch, you can cancel the Apple Music service on your iOS devices. Go to App Store and tap on your Apple ID Avatar. Tap View Apple ID and enter your password when you are prompted.)
  • ESP32 DHT22 IFTTT  + (You will need a Python IDE such as Thonny for this project. You can use any IDE, but for this project, we are using Thonny. To install and use Thonny: *Go to https://thonny.org/ *Download *Install and then open)
  • Build a Dog Wheelchair with PVC Pipes  + (You will require a 6.2-inch long ¾” tube, You will require a 6.2-inch long ¾” tube, a ¾” adapter, and a 10-inch wheel with a tee made of black steel. We will begin by constructing the wheelbase, creating two identical units. Follow the same procedure for both wheels, referring to the diagram above for the required parts (x2). Insert the 6.2-inch long ¾” tube into the ¾” adapter. Then, place the assembled adapter into the 10-inch wheel with tee, as shown in the diagram. Once completed, set them aside until you are ready to attach them to the frame later on.eady to attach them to the frame later on.)
  • Minetest and 3D scanning  + (You will be suing Qlone, an application foYou will be suing Qlone, an application for smartphone, to 3D scan an objet of your choice. Beware that Qlone requires you to pay for each export, or to buy a subscription that offers unlimited exports over a certain period of time. Unfortunately at the moment, there is not free technology that we are aware of, and that allows 3D scanning with a smartphone. Find how to 3D scan an object with Qlone on [https://docs.google.com/document/d/1ZOmi6oMzwFPIWjr0ZaCyUKKssK1Wi9xdnHIzgtfL5Zc/edit?usp=sharing this] tutorial.IzgtfL5Zc/edit?usp=sharing this] tutorial.)
  • Minetest and 3D scanning  + (You will be suing Qlone, an application foYou will be suing Qlone, an application for smartphone, to 3D scan an objet of your choice. Beware that Qlone requires you to pay for each export, or to buy a subscription that offers unlimited exports over a certain period of time. Unfortunately at the moment, there is not free technology that we are aware of, and that allows 3D scanning with a smartphone. Find how to 3D scan an object with Qlone on [https://docs.google.com/document/d/1ZOmi6oMzwFPIWjr0ZaCyUKKssK1Wi9xdnHIzgtfL5Zc/edit?usp=sharing this] tutorial.IzgtfL5Zc/edit?usp=sharing this] tutorial.)
  • How to Use Tidal Sleep Timer to Have a Good Sleep  + (On your iOS mobile device, you can set a sOn your iOS mobile device, you can set a sleep timer for Tidal by simply using the '''Clock''' app. '''1#''' On your iPhone, open the '''Clock''' app and tap '''Timer''' at the bottom. '''2#''' Here you can create a sleep timer for Tidal music as you want. '''3#''' Tap '''When Timer Ends''' and scroll down to the bottom to select '''Stop Playing'''. '''4#''' Tap '''Set''' to apply and adjust the time period as preferred. '''5#''' Once done, tap the '''Start''' button to start tracking the time. It will stop the Tidal from playing music automatically when the time ends.ng music automatically when the time ends.)
  • ESP32 HC-SR04 Ultrasonic IFTTT  + (<nowiki><br/><div class="mw
    import machine
    import time
    import urequests
    import network

    # Wi-Fi credentials
    ssid = 'wifi_name' #input your own wifi name
    password = 'password' #input your own password

    # IFTTT webhook key
    api_key = 'your_own_key' #input your own key

    # Connect to Wi-Fi
    station = network.WLAN(network.STA_IF)
    station.active(True)
    station.connect(ssid, password)
    while station.isconnected() == False:
    pass
    print('Connection successful')
    print(station.ifconfig())

    # Set up ultrasonic sensor
    trigger = machine.Pin(4, machine.Pin.OUT)
    echo = machine.Pin(5, machine.Pin.IN)


    def main():
    while True:
    # Send trigger pulse
    trigger.value(0)
    time.sleep_us(5)
    trigger.value(1)
    time.sleep_us(10)
    trigger.value(0)

    # Measure duration of echo pulse
    while echo.value() == 0:
    start = time.ticks_us()
    while echo.value() == 1:
    end = time.ticks_us()
    duration = time.ticks_diff(end, start)

    # Calculate distance
    distance = duration * 0.034 / 2


    # Send data to IFTTT
    data = {'value1': distance}
    submitData("ultrasonic_distance", data)


    # Delay before next measurement
    time.sleep(5)

    def submitData(event, data):
    try:
    print('Sending data to IFTTT:', data)
    request_headers = {'Content-Type': 'application/json'}
    request = urequests.post(
    'https://maker.ifttt.com/trigger/'+ event + '/with/key/' + api_key,
    json=data,headers=request_headers)
    print(request.text)
    request.close()
    except OSError as e:
    print('Failed to send data to IFTTT.', e)

    if __name__ == '__main__':
    main()
    )<br /> request.close()<br /> except OSError as e:<br /> print('Failed to send data to IFTTT.', e)<br /> <br />if __name__ == '__main__':<br /> main()</pre></div></nowiki>)
  • Oracle 1Z0-1032-24 Exam Dumps With Practice Questions  + (== '''Oracle 1Z0-1032-24 Exam: Updated Que== '''Oracle 1Z0-1032-24 Exam: Updated Questions Cover the Most Recent Topics''' == It is crucial to successfully complete the Oracle 1Z0-1032-24 exam; however, the preparation process can be difficult. One issue that may arise is the difficulty of locating current Oracle 1Z0-1032-24 study materials. The utilization of Oracle 1Z0-1032-24 materials that are obsolete can be deceptive. Certsadvice comprehends this matter and offers superior-quality 1Z0-1032-24 questions to assist you in achieving success in the demanding Oracle 1Z0-1032-24 exam. Our Oracle 1Z0-1032-24 test dumps have been recently updated and are comprehensively updated to include the most recent Oracle 1Z0-1032-24 exam questions. These [http://www.certsadvice.com/oracle/1z0-1032-24-practice-questions '''Oracle 1Z0-1032-24 valid dumps'''] will enable you to rapidly prepare for the Oracle 1Z0-1032-24 final exam. === '''Examine Diverse Methods for Preparing for Oracle 1Z0-1032-24 Exam Questions!''' === We are aware that candidates for the Oracle 1Z0-1032-24 exam prepare for the test in a variety of methods according to the exam dumps. This is the reason we offer Oracle Exam 1Z0-1032-24 actual questions in three formats: Oracle 1Z0-1032-24 PDF documents, Oracle  1Z0-1032-24 desktop software, and a web-based practice test. These alternatives guarantee that all individuals have the freedom to prepare for the Oracle 1Z0-1032-24 exam in the manner that they prefer. Additionally, you may evaluate the suitability of our Oracle  1Z0-1032-24 practice questions material by utilizing our complimentary demonstrations prior to making a purchase. === '''Certsadvice Oracle 1Z0-1032-24 Desktop Practice Test Software: Advantages!''' === Using the Oracle 1Z0-1032-24 practice exam software on a Windows computer simulates the experience of taking the Oracle 1Z0-1032-24 real test. You have the ability to modify the number of questions and the time allotted for the Oracle Exam 1Z0-1032-24. This alleviates your anxiety regarding the Oracle 1Z0-1032-24 actual exam. In the Certsadvice Oracle 1Z0-1032-24 practice test, you can also monitor your progress and learn from any errors you make. === '''No software installation is required: Take the Oracle 1Z0-1032-24 Practice Exam from any location online with Certsadvice!''' === Certsadvice online practice test for the [http://www.certsadvice.com/oracle/1z0-1032-24-practice-questions '''Oracle 1Z0-1032-24 exam'''] is adaptable and provides a realistic simulation of the actual exam. Our Oracle Exam 1Z0-1032-24 practice exam displays your advancement as you advance. The unique feature is that you can take this Oracle 1Z0-1032-24 practice test online without the need to install any software. Certsadvice Oracle 1Z0-1032-24 practice exam is compatible with all web browsers and operating systems. === '''Large Discounts - Discount Code: OFF-35! - 35% Off Time-Select!Access Oracle 1Z0-1032-24 PDF Questions from Anywhere with Certsadvice!''' === The Oracle Exam 1Z0-1032-24 PDF exam questions are convenient to print and transport. You may utilize the Oracle 1Z0-1032-24 test papers PDF version on your smartphones, tablets, or computers. These [http://www.certsadvice.com/oracle/1z0-1032-24-practice-questions '''Oracle 1Z0-1032-24 PDF questions'''] will enable you to prepare for the Oracle 1Z0-1032-24 test at your convenience, regardless of your location. Additionally, it is possible to print the Oracle 1Z0-1032-24 authentic PDF extracts in order to take notes and study without the use of a smart device. === '''Keep Up-to-Date with Free Certsadvice Oracle 1Z0-1032-24 Exam Question Updates!''' === We take great pride in providing the most up-to-date questions for the Oracle Exam 1Z0-1032-24. Our inquiries pertain to the most recent Oracle 1Z0-1032-24 exam dumps content. Our team of professionals is committed to guaranteeing the authenticity of our Oracle 1Z0-1032-24 genuine exam questions. We offer up to three months of free updates for authentic Oracle Certification Exam Questions in order to assist you in saving money when the domains of the Oracle 1Z0-1032-24 test dumps change. Our Oracle 1Z0-1032-24 dumps updates are available for free. Stay informed. Acquire genuine Oracle 1Z0-1032-24 exam questions today.
    le 1Z0-1032-24 exam questions today. <br/>)
  • New Launch Oracle 1Z0-1033-23 Dumps  + (== '''Oracle 1Z0-1033-23 Exam: Updated Que== '''Oracle 1Z0-1033-23 Exam: Updated Questions Cover the Most Recent Topics''' == It is crucial to successfully complete the Oracle 1Z0-1033-23 exam; however, the preparation process can be difficult. One issue that may arise is the difficulty of locating current Oracle 1Z0-1033-23 study materials. The utilization of Oracle 1Z0-1033-23 materials that are obsolete can be deceptive. Certsadvice comprehends this matter and offers superior-quality 1Z0-1033-23 questions to assist you in achieving success in the demanding Oracle 1Z0-1033-23 exam. Our Oracle 1Z0-1033-23 test dumps have been recently updated and are comprehensively updated to include the most recent Oracle 1Z0-1033-23 exam questions. These [http://www.certsadvice.com/oracle/1z0-1033-23-practice-questions '''Oracle 1Z0-1033-23 valid dumps'''] will enable you to rapidly prepare for the Oracle 1Z0-1033-23 final exam. === '''Examine Diverse Methods for Preparing for Oracle 1Z0-1033-23 Exam Questions!''' === We are aware that candidates for the Oracle 1Z0-1033-23 exam prepare for the test in a variety of methods according to the exam dumps. This is the reason we offer Oracle Exam 1Z0-1033-23 actual questions in three formats: Oracle 1Z0-1033-23 PDF documents, Oracle  1Z0-1033-23 desktop software, and a web-based practice test. These alternatives guarantee that all individuals have the freedom to prepare for the Oracle 1Z0-1033-23 exam in the manner that they prefer. Additionally, you may evaluate the suitability of our Oracle  1Z0-1033-23 practice questions material by utilizing our complimentary demonstrations prior to making a purchase. === '''Certsadvice Oracle 1Z0-1033-23 Desktop Practice Test Software: Advantages!''' === Using the Oracle 1Z0-1033-23 practice exam software on a Windows computer simulates the experience of taking the Oracle 1Z0-1033-23 real test. You have the ability to modify the number of questions and the time allotted for the Oracle Exam 1Z0-1033-23. This alleviates your anxiety regarding the Oracle 1Z0-1033-23 actual exam. In the Certsadvice Oracle 1Z0-1033-23 practice test, you can also monitor your progress and learn from any errors you make. === '''No software installation is required: Take the Oracle 1Z0-1033-23 Practice Exam from any location online with Certsadvice!''' === Certsadvice online practice test for the [http://www.certsadvice.com/oracle/1z0-1033-23-practice-questions '''Oracle 1Z0-1033-23 exam'''] is adaptable and provides a realistic simulation of the actual exam. Our Oracle Exam 1Z0-1033-23 practice exam displays your advancement as you advance. The unique feature is that you can take this Oracle 1Z0-1033-23 practice test online without the need to install any software. Certsadvice Oracle 1Z0-1033-23 practice exam is compatible with all web browsers and operating systems. === '''Large Discounts - Discount Code: OFF-35! - 35% Off Time-Select!Access Oracle 1Z0-1033-23 PDF Questions from Anywhere with Certsadvice!''' === The Oracle Exam 1Z0-1033-23 PDF exam questions are convenient to print and transport. You may utilize the Oracle 1Z0-1033-23 test papers PDF version on your smartphones, tablets, or computers. These [http://www.certsadvice.com/oracle/1z0-1033-23-practice-questions '''Oracle 1Z0-1033-23 PDF questions'''] will enable you to prepare for the Oracle 1Z0-1033-23 test at your convenience, regardless of your location. Additionally, it is possible to print the Oracle 1Z0-1033-23 authentic PDF extracts in order to take notes and study without the use of a smart device. === '''Keep Up-to-Date with Free Certsadvice Oracle 1Z0-1033-23 Exam Question Updates!''' === We take great pride in providing the most up-to-date questions for the Oracle Exam 1Z0-1033-23. Our inquiries pertain to the most recent Oracle 1Z0-1033-23 exam dumps content. Our team of professionals is committed to guaranteeing the authenticity of our Oracle 1Z0-1033-23 genuine exam questions. We offer up to three months of free updates for authentic Oracle Certification Exam Questions in order to assist you in saving money when the domains of the Oracle 1Z0-1033-23 test dumps change. Our Oracle 1Z0-1033-23 dumps updates are available for free. Stay informed. Acquire genuine Oracle 1Z0-1033-23 exam questions today.
    le 1Z0-1033-23 exam questions today. <br/>)
  • Johan  + (== '''Oracle 1Z0-1033-24 Exam: Updated Que== '''Oracle 1Z0-1033-24 Exam: Updated Questions Cover the Most Recent Topics''' == It is crucial to successfully complete the Oracle 1Z0-1033-24 exam; however, the preparation process can be difficult. One issue that may arise is the difficulty of locating current Oracle 1Z0-1033-24 study materials. The utilization of Oracle 1Z0-1033-24 materials that are obsolete can be deceptive. Certsadvice comprehends this matter and offers superior-quality 1Z0-1033-24 questions to assist you in achieving success in the demanding Oracle 1Z0-1033-24 exam. Our Oracle 1Z0-1033-24 test dumps have been recently updated and are comprehensively updated to include the most recent Oracle 1Z0-1033-24 exam questions. These [http://www.certsadvice.com/oracle/1z0-1033-24-practice-questions '''Oracle 1Z0-1033-24 valid dumps'''] will enable you to rapidly prepare for the Oracle 1Z0-1033-24 final exam. === '''Examine Diverse Methods for Preparing for Oracle 1Z0-1033-24 Exam Questions!''' === We are aware that candidates for the Oracle 1Z0-1033-24 exam prepare for the test in a variety of methods according to the exam dumps. This is the reason we offer Oracle Exam 1Z0-1033-24 actual questions in three formats: Oracle 1Z0-1033-24 PDF documents, Oracle  1Z0-1033-24 desktop software, and a web-based practice test. These alternatives guarantee that all individuals have the freedom to prepare for the Oracle 1Z0-1033-24 exam in the manner that they prefer. Additionally, you may evaluate the suitability of our Oracle  1Z0-1033-24 practice questions material by utilizing our complimentary demonstrations prior to making a purchase. === '''Certsadvice Oracle 1Z0-1033-24 Desktop Practice Test Software: Advantages!''' === Using the Oracle 1Z0-1033-24 practice exam software on a Windows computer simulates the experience of taking the Oracle 1Z0-1033-24 real test. You have the ability to modify the number of questions and the time allotted for the Oracle Exam 1Z0-1033-24. This alleviates your anxiety regarding the Oracle 1Z0-1033-24 actual exam. In the Certsadvice Oracle 1Z0-1033-24 practice test, you can also monitor your progress and learn from any errors you make. === '''No software installation is required: Take the Oracle 1Z0-1033-24 Practice Exam from any location online with Certsadvice!''' === Certsadvice online practice test for the [http://www.certsadvice.com/oracle/1z0-1033-24-practice-questions '''Oracle 1Z0-1033-24 exam'''] is adaptable and provides a realistic simulation of the actual exam. Our Oracle Exam 1Z0-1033-24 practice exam displays your advancement as you advance. The unique feature is that you can take this Oracle 1Z0-1033-24 practice test online without the need to install any software. Certsadvice Oracle 1Z0-1033-24 practice exam is compatible with all web browsers and operating systems. === '''Large Discounts - Discount Code: OFF-35! - 35% Off Time-Select!Access Oracle 1Z0-1033-24 PDF Questions from Anywhere with Certsadvice!''' === The Oracle Exam 1Z0-1033-24 PDF exam questions are convenient to print and transport. You may utilize the Oracle 1Z0-1033-24 test papers PDF version on your smartphones, tablets, or computers. These [http://www.certsadvice.com/oracle/1z0-1033-24-practice-questions '''Oracle 1Z0-1033-24 PDF questions'''] will enable you to prepare for the Oracle 1Z0-1033-24 test at your convenience, regardless of your location. Additionally, it is possible to print the Oracle 1Z0-1033-24 authentic PDF extracts in order to take notes and study without the use of a smart device. === '''Keep Up-to-Date with Free Certsadvice Oracle 1Z0-1033-24 Exam Question Updates!''' === We take great pride in providing the most up-to-date questions for the Oracle Exam 1Z0-1033-24. Our inquiries pertain to the most recent Oracle 1Z0-1033-24 exam dumps content. Our team of professionals is committed to guaranteeing the authenticity of our Oracle 1Z0-1033-24 genuine exam questions. We offer up to three months of free updates for authentic Oracle Certification Exam Questions in order to assist you in saving money when the domains of the Oracle 1Z0-1033-24 test dumps change. Our Oracle 1Z0-1033-24 dumps updates are available for free. Stay informed. Acquire genuine Oracle 1Z0-1033-24 exam questions today.
    le 1Z0-1033-24 exam questions today. <br/>)
  • Japanese Coffee machine module for cargo bikes  + (All steps are described on the wiki of the iMal lab. Feel free to contribute through this website too. http://wiki.imal.org/project/japanese-coffee-machine-module-cargo-bikes (in a later phase it will be added here))
  • Japanese Coffee machine module for cargo bikes  + (All steps are described on the wiki of the iMal lab. Feel free to contribute through this website too. http://wiki.imal.org/project/japanese-coffee-machine-module-cargo-bikes (in a later phase it will be added here))
  • Fast photodiode  + (Before you start review the bill of materials and make sure you have all necessary components.)
  • Intro  + (Creating a blog article)
  • Can I Ace CCIE Exam by Self-study  + (If you want to ask which certificate has tIf you want to ask which certificate has the best gold content, it is of course the CCIE certification or JNCIE certification from Cisco or Juniper. If you think that there are too many CCIEs nowadays, if you want to be useful, then go take a JNCIP or JNCIE. After all, we need knowledge. The result of learning these certificates is to make you useful, not just this certificate. it works. Some people ask whether the current certificates are still useful? I actually answered this question just now. Certification is useful, but only if you really understand it, not just buying a certificate. This certificate is not the same as a university diploma. It requires you to be able to work. The current situation in the industry is difficult because there are too many people looking for a job with a certificate. They actually don’t understand anything, and they are also very good at companies. No value, of course they don't want you. As for the concept of understanding, you can probably say that as long as you give you the equipment, you can adjust it, and you can solve the problem if it fails. This is called understanding, and it depends on your hands-on practice. You should set aside a few months to prepare for the exam, and work steadily to learn, which will help your future. Learning is lifelong. You have to distinguish clearly between the training based on textual research and the training based on learning technology. It's like taking a four-level certificate and learning spoken English, each taking what you need is very different. You need to carefully compare the learning syllabus, field visits, and understanding in many aspects, and you will know that the real professional knowledge is not everywhere. Network professional technical training services are provided. [https://cciedump.spoto.net/ccie-enterprise-Infrastructure-en-training/ CCIE training courses] include: multi-layer switching structure, large-scale deployment of routing protocols., Internet architecture composition, IP service quality and traffic management, cross-domain multicast services, IPv6, MPLS architecture and applications, etc. Ordinary learning institutions do not have the real strength to train and operate the core backbone network. They have very different levels of understanding of the same technology. High-pressure operations under the production network involve the required professional qualities, and the mentality of learning is simple. What you can’t understand by learning is that you need to go through a lot of actual combat and accumulation, and ITAA is to accelerate your process, so that you can reach the height that can only be achieved by accumulation of several 10 years, and lay a solid foundation in half a year to a year. 2 -3 years to establish a solid knowledge structure. The definition of zero-based learning of network technology means that you have not studied or operated network equipment before. A general university’s study can complete the four-level IPA course content and implement the corresponding 2000-hour study plan to achieve a systematic Master the knowledge of network architecture. If you use your spare time to study during college, you can finish it in about 2-3 years. If you are dedicated to studying, you can finish it in 6-8 months if you work hard enough to lay a solid foundation. After that, you can gradually strengthen all aspects of technology according to the needs of the work. In general, the learning and upgrading of technology has never stopped for the senior engineering who has been in the industry for decades, but one is enough to support your entry into the industry. Or a solid foundation to start is indispensable. Founded in 2003, [https://cciedump.spoto.net/ SPOTO] is an outstanding leader in IT certification training for 18 years, focusing on various certification exam answers and questions to help all candidates obtain certificates in their first attempt.to help all candidates obtain certificates in their first attempt.)
  • What are the top 10 Indian stocks for a retirement portfolio for a person in mid-50  + (Most investors want to make investments thMost investors want to make investments that will provide them with significant returns as rapidly as possible while minimizing the danger of losing their principal. This is why so many people are on the search for great investment programs that will allow them to double their money in a matter of months or years while posing little or no risk. Unfortunately, there is no such thing as a high-return, low-risk investment product. In fact, risk and return are inextricably linked; they go hand in hand, i.e., the higher the risk, the higher the reward. When it comes to saving for their financial goals, Indians consider the following investment alternatives. '''1 Direct Investment''' Because stocks are a volatile asset with no guarantee of profits, they may not be suitable for everyone. Furthermore, it is difficult not only to select the suitable stock, but also to timing your entry and exit.The only silver lining is that stock has beaten all other asset classes in terms of inflation-adjusted returns over long periods of time. '''2 Mutual funds are a type of investment that allows you''' Equity mutual funds are mutual funds that invest largely in stocks. According to the Securities and Exchange Board of India (SEBI) Mutual Fund Regulations, an equity mutual fund scheme must invest at least 65 percent of its assets in stocks and equity-related securities. An equity fund might be actively or passively managed. '''3 Dept Mutual funds''' Debt mutual fund schemes are perfect for investors who want a steady income source. They are less volatile than equity funds and so considered less risky. Debt mutual funds invest primarily in fixed-income assets such as corporate bonds, government securities, treasury bills, commercial paper, and other money market instruments. These mutual funds, on the other hand, are not risk-free. They are fraught with dangers such as high interest rates and credit risk. '''4 National Pensions Systems.''' The Pension Fund Regulatory and Development Authority (PFRDA) manages the National Pension System (NPS), which is a long-term retirement-focused investment product. The annual fee for maintaining an NPS Tier-1 account has been reduced from Rs 6,000 to Rs 1,000. Stocks, term deposits, corporate bonds, liquid funds, and government funds are all included. Based on your risk appetite, you can decide how much you wish to risk. '''5 Public Provident Funds (PPFs).''' Compounding of tax-free interest has a substantial impact, especially in the later years, because PPFs have a 15-year tenure. It's also a safe bet because the interest earned and the principle invested are both backed by the government. Remember that the PPF interest rate is reviewed by the government every quarter. '''6 Bank Fixed deposit (FD)''' In India, a bank fixed deposit is seen as a safer investment than stocks or mutual funds. The deposit insurance and credit guarantee corporation (DICGC) guidelines cover each depositor in a bank up to a limit of Rs 5 lakh for both principle and interest as of February 4, 2020. Previously, the maximum principle and interest coverage was Rs 1 lakh. Depending on your preferences, you can choose between monthly, quarterly, half-yearly, yearly or cumulative interest possibilities. The interest rate is applied to one's earnings and taxed in accordance with one's tax bracket. '''7 Senior Citizens' Saving Scheme (SCSS)''' Most retirees' first option is the Senior Citizens' Saving Scheme, which is a must-have in their financial portfolios. As the name implies, this service is only for older citizens or early retirees. SCSS can be applied for at a post office or a bank by anyone over the age of 60. SCSS has a five-year duration, which can be extended by three years if the scheme matures. You have a maximum investment limit of Rs 15 lakhs. It's also feasible to create more than one account. SCSS interest is paid four times a year and is fully taxed. Keep in mind that the scheme's interest rate is reviewed and adjusted on a quarterly basis. The interest rate on an investment in the scheme, on the other hand, will not vary until the scheme matures. Senior people can deduct up to Rs 50,000 in interest from SCSS in a financial year under Section 80TTB. '''8 Pradhan Mantri Vaya Vandana Yojana (PMVVY)''' PMVVY is a savings plan for people over the age of 60 that guarantees a 7.4% yearly return. Depending on your preferences, your pension income may be paid monthly, quarterly, half-yearly, or annually. The minimum and maximum monthly pensions are Rs 1,000 and Rs 9,250, respectively. A maximum investment of Rs 15 lakh is allowed under the scheme. The project will last for ten years. The plan will remain in effect until March 31, 2023The senior individual receives a repayment of the amount invested at the conclusion of the term. The money will be paid to the nominee in the event of a senior citizen's death. '''9 Investing in Real Estate''' Your home is for your personal use only and should never be viewed as an investment. If you don't plan to live in the second house you buy, it can be used as an investment. The location of your home is the single most important factor that will determine its value and potential rental income. Capital appreciation and rental income are the two ways that real estate investments pay returns. '''10 Gold''' Having gold in the form of jewellery has its own set of problems, such as security and expense. Then there are the ‘making charges,' which typically vary between 6% and 14% of the gold price (and may go as high as 25 percent in case of special designs). For those who are interested, there is still time to purchase gold coins. A number of banks now sell gold coins. Paper gold is a unique way to get gold. Investing in paper gold is more cost-effective and can be done through gold ETFs. Such investment (buying and selling) takes place on a stock exchange when gold is the underlying asset (NSE or BSE). Investing in Sovereign Gold Bonds is another option to possess paper gold. Just [https://www.indiratrade.com/open-demat-account open demat account online] with [https://www.indiratrade.com/blog/stock-broker-firms-in-india/5040 best indian stock broker] and start investment for your retirement. Choose your [https://www.indiratrade.com/ india's best stock broker] and search lowest [https://www.indiratrade.com/tools/brokerage-calculator securities brokerage] services. Find [https://www.indiratrade.com/ India's Best Stock Broker] because its one of the major part for successful [https://www.indiratrade.com/algo-trading algo trading]. '''Open demat account Online''' and use [https://www.indiratrade.com/mobile-trading '''best share trading app in india'''] for start your trading journey with the best full-service providing brokerage firm in Central India.providing brokerage firm in Central India.)
  • Outdoor Coffee Tables with Glass Tops: A Perfect Blend of Function and Elegance  + (Outdoor spaces are an extension of your hoOutdoor spaces are an extension of your home, offering a place to relax, entertain, and enjoy the beauty of nature. One way to elevate your patio or deck is by adding an outdoor coffee table with a glass top. Combining functionality and style, glass-top coffee tables are both practical and visually appealing. This article will guide you through the benefits, styles, and maintenance tips for outdoor glass-top coffee tables. 1. Why Choose an Outdoor Coffee Table with a Glass Top? Glass-top coffee tables have become a popular choice for outdoor living areas due to their many advantages: 1. Sleek and Modern Appearance An [https://belord-home.com/product/5-piece-rattan-furniture-outdoor-swivel-chairs outdoor rattan swivel chair] adds a touch of elegance and sophistication to your outdoor space. The transparent surface creates a light and airy look that complements any decor style, from modern minimalist to classic and rustic. 2. Easy to Clean One of the standout features of a glass-top coffee table is its ease of maintenance. Unlike porous surfaces that can stain or trap dirt, glass can be wiped clean with a cloth and a mild cleaning solution, making it perfect for outdoor use where spills and debris are common. 3. Enhances Space Perception Glass surfaces create the illusion of more space, which is particularly beneficial for smaller patios or balconies. The see-through top allows you to maintain an open and uncluttered look, making your outdoor area feel more expansive. 4. Durability with the Right Construction When paired with a weather-resistant frame—such as powder-coated metal, treated wood, or resin wicker—glass-top tables can withstand the elements and last for years. Opting for tempered glass further enhances the durability and safety of your table, as it is designed to resist shattering. 2. Key Features to Consider When Choosing a Glass-Top Outdoor Coffee Table To make the most of your investment, consider the following features: 1. Tempered Glass Ensure that the table has a tempered glass top, which is stronger and safer than regular glass. If it does break, tempered glass shatters into small, rounded pieces instead of sharp shards, reducing the risk of injury. 2. UV Protection Tables with UV-resistant glass prevent discoloration and weakening due to prolonged sun exposure. This feature helps maintain the table’s aesthetic and structural integrity over time. 3. Sturdy Frame Material Choose a table with a frame made of weather-resistant materials such as: Aluminum: Lightweight, rust-proof, and easy to move. Wrought Iron: Heavier and more durable, ideal for areas with strong winds. Resin Wicker: Offers a natural look and is resistant to moisture and fading. 4. Non-Slip Features A non-slip surface or rubber pads to keep the glass top securely in place is essential for safety, especially in areas prone to wind or high traffic. 3. Popular Styles of Glass-Top Outdoor Coffee Tables Outdoor coffee tables with glass tops come in a variety of designs to suit different tastes and functional needs: 1. Modern Minimalist Characterized by clean lines and simple frames, these tables blend seamlessly with contemporary outdoor furniture. Often featuring metal or aluminum bases, they create a sleek, uncluttered look. 2. Rustic Charm For a more laid-back and cozy vibe, consider a table with a wicker or wooden frame paired with a glass top. This style complements outdoor spaces that incorporate natural elements like plants and wooden seating. 3. Multi-Functional Designs Tables with additional features such as lower shelves, built-in storage, or nesting capabilities are perfect for those looking to maximize functionality. These options help keep outdoor essentials organized while providing ample surface space for entertaining. 4. Benefits of Glass-Top Tables for Outdoor Entertaining Glass-top coffee tables are ideal for hosting friends and family in outdoor spaces. Here’s why they work so well for entertaining: Ease of Decoration: The transparent surface allows you to display decorative items like vases, candles, or centerpieces without obstructing the view. Reflective Quality: Glass reflects light, creating an inviting and vibrant atmosphere during the day and enhancing the glow of lights at night. Stable Surface: The smooth and solid surface ensures that drinks and plates sit evenly, reducing the risk of spills. 5. Maintaining Your Outdoor Glass-Top Coffee Table To keep your glass-top coffee table looking its best and prolong its lifespan, follow these simple maintenance tips: 1. Regular Cleaning Wipe down the glass regularly using a soft cloth and a gentle cleaner to remove dust, pollen, and smudges. Avoid abrasive materials that could scratch the surface. 2. Protect from Harsh Weather If possible, place your table under a patio cover or use a waterproof cover during inclement weather. This will help prevent water spots and protect the frame from moisture damage. 3. Avoid Direct Sunlight Prolonged exposure to direct sunlight can cause fading and wear on both the glass and the frame. Arrange your table in a shaded area or use an outdoor umbrella for additional protection. 4. Check for Stability Periodically check that the glass top is secure and the frame remains sturdy. Tighten any loose screws or fasteners to maintain the table’s structural integrity. 6. Conclusion An [https://belord-home.com/product/outdoor-coffee-table-with-tempered-glass-top outdoor coffee table glass top] with a glass top can transform your patio or garden into a stylish and functional living space. By considering factors such as material, durability, and design, you can choose a table that complements your outdoor decor and stands up to the elements. With proper care and thoughtful placement, a glass-top table will become a cherished centerpiece for relaxation and entertaining for years to come.xation and entertaining for years to come.)
  • How to make party poppers  + (Party poppers are a delightful way to add Party poppers are a delightful way to add an extra burst of fun to any occasion. Whether it's a birthday, wedding, or New Year's Eve celebration, these colorful and confetti-filled surprises can make your event even more memorable. Making your own party poppers is not only easy but also allows you to customize them to fit the theme of your celebration. In this guide, we'll walk you through the supplies needed, the step-by-step process, and some creative ideas on how to use them. == Supplies Needed for DIY Party Poppers == Before you begin crafting your party poppers, gather the following supplies: * '''1 empty paper towel tube or tissue paper roll:''' This will serve as the main body of the popper. * '''Glitter, confetti, and small party favors:''' Fill your poppers with glitter, fortunes, horoscopes, confetti, mints, funny notes, chocolate coins, or small party favors. * '''12-by-12-inch piece of wrapping or tissue paper:''' Choose a paper that matches your event's theme or color scheme. * '''Scissors:''' To cut the cardboard tube and wrapping paper. * '''Glue gun or tape:''' Secure the wrapping paper around the tubes. * '''Ribbon:''' Add a decorative touch and help secure the ends of the popper. == Step-by-Step Directions for Making Party Poppers == === 1. Prepare the Cardboard Tubes === Begin by cutting the cardboard tube in half. Next, cut one of the halves in half again, leaving you with three smaller tubes of different sizes. These will form the body of your party poppers. === 2. Fill the Tubes === Now that you have your tubes ready, it's time to fill them. Add glitter, confetti, and any small party favors you’ve selected. The contents will create the "pop" when the popper is used, so be sure to pack them well but not too tightly. === 3. Wrap the Tubes === Lay your 12-by-12-inch piece of wrapping paper face down on a flat surface. Arrange the three filled tubes in an even row at the edge of the paper, leaving about a 1/2-inch space between each tube. Carefully glue or tape the edge of the wrapping paper along the length of the tubes to secure them in place. Roll the paper over the tubes until they are fully wrapped, then trim any excess paper, including from the ends of the tubes. === 4. Add Finishing Touches === Gently twist the wrapping paper at the spaces between the tubes to create the classic party popper shape. Secure each twisted section with a piece of ribbon for a festive look. The ribbon not only adds flair but also helps hold the popper together. === 5. Display and Use Your Party Poppers === Your party poppers are now ready! You can add them to your table settings, place a bunch in a large glass bowl as a centerpiece, or hand them out to guests right before the big moment. == Tips and Variations for Creative Party Poppers == * '''Easy Breakage:''' Before giving the poppers to your guests, use a pin to poke holes around the edges of the tube. This will make it easier for the popper to break open when pulled. * '''Size Variations:''' For smaller poppers, use cardboard tubes from wrapping paper rolls instead of paper towel tubes. * '''Personalization:''' Create a personalized look by wrapping the tubes with color copies of family photos or images that match the theme of your event. == Where and How to Use Party Poppers == Party poppers are versatile and can be used in various types of celebrations. Here are some ideas for where and how to use them: === 1. '''Birthday Parties''' === Party poppers can be used when the birthday person makes a wish and blows out the candles. Alternatively, they can be given out as party favors to guests as a fun takeaway. === 2. '''Weddings''' === Instead of the traditional rice or confetti, guests can pop party poppers during the newlyweds’ send-off, creating a spectacular photo opportunity. === 3. '''New Year's Eve''' === Distribute party poppers to guests before midnight. When the clock strikes twelve, everyone can pop them to celebrate the arrival of the new year. === 4. '''Gender Reveal Parties''' === Fill the poppers with pink or blue confetti for a fun and interactive way to reveal the baby's gender to family and friends. === 5. '''Graduation Parties''' === Celebrate the graduate's achievement by popping the poppers during the ceremony or at the party. It’s a great way to mark the big moment with a burst of excitement. === 6. '''Holiday Gatherings''' === Whether it’s Christmas, Halloween, or the Fourth of July, you can customize the poppers with thematic colors and confetti to add a festive touch to your holiday celebrations. === 7. '''Engagement Parties or Proposals''' === Celebrate love with a unique twist by filling the poppers with rose petals or themed confetti. It’s a memorable way to enhance the moment. === 8. '''Retirement Celebrations''' === Mark the transition from work to retirement with the joyous noise and visual delight of party poppers. === 9. '''Anniversary Parties''' === Party poppers are perfect for any anniversary celebration, adding a joyful burst of color and fun to the occasion. === 10. '''Welcome Home Parties''' === Celebrate a loved one’s return with the cheerful explosion of party poppers, making their homecoming even more special. == Conclusion == Making your own party poppers is a fun, easy, and creative way to add an extra layer of excitement to any event. Whether you’re celebrating a birthday, wedding, or holiday, these DIY poppers can be customized to fit any theme and are sure to be a hit with your guests. So gather your supplies, follow the steps, and get ready to pop your way to a fantastic celebration! [https://www.designsforcricut.com/product/Elegant-Cricut-Catio-Designs-Custom-Monogram-for-Cat-Lovers Cricut catio designs] , [https://www.designsforcricut.com/category/monograms/3dfont Cricut 3d fonts for logos]onograms/3dfont Cricut 3d fonts for logos])
  • Wholesale Door Hardware: A Comprehensive Guide for Buyers  + (When it comes to outfitting [https://kaiyiWhen it comes to outfitting [https://kaiyinghardware.com/products Door Hardware], commercial, or industrial spaces, choosing the right hardware is essential. Wholesale door hardware provides a cost-effective solution for bulk purchasing, making it an attractive option for contractors, property managers, and builders. This guide will explore the types of door hardware available, benefits of buying wholesale, and tips for selecting quality hardware. === 1. Types of Door Hardware === Door hardware encompasses a variety of components, each serving a specific function. Here’s an overview of key types: * '''Door Knobs and Levers''': Available in different styles and finishes, these components are essential for entry and interior doors. * '''Locks and Deadbolts''': Ensure security and come in various grades from basic to high-security options. Electronic and smart locks are also popular in modern installations. * '''Hinges''': Essential for door movement, hinges come in different materials and finishes to match aesthetic needs and functional requirements. * '''Door Closers''': Used mainly in commercial buildings to ensure doors close automatically. * '''Kick Plates''': Protect the lower portion of doors from damage, especially in high-traffic areas. * '''Peepholes and Viewers''': Add a layer of security by allowing users to see who is outside. * '''Strike Plates and Latches''': Work alongside locks to reinforce door security. === 2. Benefits of Buying Door Hardware Wholesale === Purchasing door hardware wholesale comes with several advantages: * '''Cost Savings''': Buying in bulk typically lowers the price per unit, allowing buyers to save significantly compared to retail purchases. * '''Consistent Supply''': Wholesale purchases ensure a steady supply of hardware, crucial for large projects or ongoing property management. * '''Customization Options''': Some wholesalers offer custom finishes and sizes tailored to the buyer’s specifications. * '''Quality Assurance''': Reputable wholesalers often offer high-quality products that meet industry standards, ensuring durability and reliability. * '''Wide Selection''': Wholesale suppliers often carry a comprehensive range of hardware types and finishes, making it easier to match or complement different door styles. === 3. Key Considerations When Buying Wholesale Door Hardware === To ensure you get the best value and quality when purchasing door hardware wholesale, keep the following factors in mind: * '''Material and Durability''': Choose hardware made from robust materials such as stainless steel, brass, or bronze. These materials offer long-lasting performance and resist wear. * '''Grade Ratings''': For locks and other security hardware, look for ANSI/BHMA grading. Grade 1 is the highest level of security and durability, suitable for commercial applications, while Grade 2 and 3 are ideal for residential use. * '''Finish and Aesthetics''': Hardware should complement the door’s appearance and the overall design of the space. Popular finishes include polished chrome, matte black, satin nickel, and oil-rubbed bronze. * '''Ease of Installation''': Hardware that is easy to install can save time and reduce labor costs. Consider options that come with clear instructions and necessary mounting hardware. * '''Supplier Reputation''': Partner with wholesalers known for reliable products, timely delivery, and responsive customer service. * '''Warranty and Return Policies''': Ensure the hardware comes with a warranty that covers defects and allows for returns if necessary. === 4. Popular Door Hardware Trends === Door hardware trends evolve as technology and design preferences change. Here are some current popular trends: * '''Smart Locks''': Increasingly popular for residential and commercial use, smart locks offer convenience and enhanced security features, including keyless entry and remote access. * '''Minimalist Designs''': Sleek, minimalist door handles and levers with clean lines and simple finishes are favored in modern and contemporary spaces. * '''Matte Black Finish''': This bold, sophisticated finish continues to be a popular choice for door hardware. * '''Sustainability''': Eco-friendly hardware made from recycled or sustainable materials is gaining traction as environmental awareness grows. * '''Antimicrobial Coatings''': Especially important in high-touch areas, these coatings help reduce the spread of germs and bacteria. === 5. How to Choose the Right Wholesale Door Hardware Supplier === Finding the right supplier is crucial for a successful bulk purchase. Here are some tips to guide you: * '''Research and Reviews''': Look for feedback from other buyers to gauge the reliability of potential suppliers. * '''Product Range''': Ensure the supplier offers a wide selection of hardware to meet your project’s needs. * '''Customization Services''': If you require specific customizations, verify that the supplier can accommodate special requests. * '''Competitive Pricing''': Compare prices from different wholesalers to find a balance between cost and quality. * '''Customer Support''': A supplier with excellent customer support can assist with product questions and post-purchase service. === 6. Tips for Managing Bulk Purchases === * '''Inventory Management''': Keep track of your inventory to ensure you have sufficient hardware for your needs without overstocking. * '''Order Early''': Lead times for large orders can vary, so place orders well in advance of project deadlines. * '''Quality Checks''': Inspect shipments upon arrival to confirm they meet your specifications and are free from defects. === Conclusion === [https://kaiyinghardware.com/ Wholesale door hardware] is a smart choice for anyone needing a large quantity of reliable, cost-effective solutions. By understanding the types of hardware available, considering key factors in selection, and choosing the right supplier, you can ensure the success of your project and long-lasting functionality for your spaces. Whether outfitting new construction or renovating existing buildings, the right wholesale door hardware can make a significant difference in performance and aesthetics. difference in performance and aesthetics.)
  • Choosing the Right Spray Tips for Your Spray Gun  + (A 515 tip compared with a 523 tip. Both tiA 515 tip compared with a 523 tip. Both tips will spray a pattern 10 inches wide but the 523 tip will produce a thicker coating provided you use the same sprayer pressure and hand speed. On the other hand, keeping the orifice size the same and increasing the fan width allows you to spread the same amount of material over a wider area. When it comes to choosing tips, you should start by checking the coating manufacturer’s instructions; they have researched optimum tip sizes for the viscosity of their particular products. Having said that, the range of tip sizes available allows you almost infinite control of your spraying finish and quality.ntrol of your spraying finish and quality.)
  • Choosing the Right Spray Tips for Your Spray Gun  + (A 515 tip compared with a 523 tip. Both tiA 515 tip compared with a 523 tip. Both tips will spray a pattern 10 inches wide but the 523 tip will produce a thicker coating provided you use the same sprayer pressure and hand speed. On the other hand, keeping the orifice size the same and increasing the fan width allows you to spread the same amount of material over a wider area. When it comes to choosing tips, you should start by checking the coating manufacturer’s instructions; they have researched optimum tip sizes for the viscosity of their particular products. Having said that, the range of tip sizes available allows you almost infinite control of your spraying finish and quality.ntrol of your spraying finish and quality.)
  • Static IP Address on Xiao ESP32 S3 Sense  + (An IP address is a unique identifier for aAn IP address is a unique identifier for a device on a network. It consists of four numbers separated by dots, such as 192.168.1.100. A static IP address is an IP address that does not change, unlike a dynamic IP address that is assigned by a router or a DHCP server. === Advantages === * Easier to remember and access. * More reliable and stable connection * Less prone to IP conflicts or errors === Disadvantages === * More difficult to configure and maintain. * Less flexible and scalable * More vulnerable to security risks Therefore, you should only use a static IP address if you have a specific need for it, and if you are aware of the potential drawbacks. you are aware of the potential drawbacks.)
  • FLAC Joiner to Join FLAC Files in Original Quality  + (After downloading and installing [https://www.joyoshare.com/video-joiner/ Joyoshare Audio Joiner], open it and click on "Open File" to import FLAC folder. Or, directly drag and drop all FLAC audio files to be joined to the software.)
  • How to Add Spotify Music to GoPro Quik  + (After downloading and installing AudFree [After downloading and installing AudFree [https://www.audfree.com/spotify-music-converter-win/ Spotify Playlist Converter], run it and the Spotify app will automatically launch. Find your required Spotify tracks, copy the link, paste it in the search box of AudFree, and click "+" icon to load up.of AudFree, and click "+" icon to load up.)
  • How to Play Amazon Music on Google Home  + (After downloading and installing of AudFree [https://www.audfree.com/amazon-music-converter/ Amazon Converter], double-tap to start it. Next, you will be navigated to the Amazon Music web player. Locate the "Sign In" option to access your Amazon account.)
  • Manipulate the CubePro Trio  + (After downloading the program and installing it using it's serial number and activating it, we must launch the program.)
  • How to Burn Spotify Playlist to CD  + (After getting your computer equipped with After getting your computer equipped with AudFree [https://www.audfree.com/spotify-music-converter-win/ Spotify Music Downloader], double-click to open it. AudFree establishs intergration with Spotify. So running AudFree Spotify software will start the Spotify app. Search tracks or playlists that you want to burn to CD from Spotify music library. Then, copy the link to paste onto the search box of AudFree and click "+" icon to add Spotify music to AudFree. Alternatively, directly drag and drop.ee. Alternatively, directly drag and drop.)
  • How to Download and Convert Spotify Music to MP3  + (After launching '''Tunelf Spotibeat Music After launching '''Tunelf Spotibeat Music Converter''', it will load the Spotify app automatically on your computer. Then browse the music library to find out the song or playlist you want to download. You can choose to drag them to Tunelf interface or copy the link of Spotify music to the search box on Tunelf interface.sic to the search box on Tunelf interface.)
  • How to Play Spotify on Squeezebox  + (After opening this [https://www.tuneskit.cAfter opening this [https://www.tuneskit.com/spotify-music-tips/download-spotify-playlist-to-mp3.html Spotify to MP3 downloader], Spotify will be automatically started. Then you can search and find the Spotify track or playlist you want to play on Squeezebox and drag them to the screen of this Spotify Music Converter directly.o the screen of this Spotify Music Converter directly.)
  • Play Tidal Songs on Roku TV  + (After the download and installation of theAfter the download and installation of the TuneCable program. Run it and choose a download mode from the main interface. The app mode needs the TIDAL app to run and can save up to Tidal Max (up to 24-bit/192kHz) music at 5x or 1x (for Mac) the speed, while the web player mode works via the built-in Tidal web player and can retain Tidal High (16-bit/44.1kHz) quality music at 10x fast speed. Pick the one you prefer, and sign in to your Tidal Free, HiFi, or HiFi Plus account.ur Tidal Free, HiFi, or HiFi Plus account.)
  • Download Spotify Playlist to MP3 - How to  + (After the installation of AudFree [https:/After the installation of AudFree [https://www.audfree.com/spotify-music-converter-win/ Spotify Playlist Converter], double-click to open it. In the meanwhile, the Spotify app will automatically start. Then, copy your favorite playlists to AudFree. There are two ways. 1) Copy the link of Spotify playlist > paste it to the search box of AudFree > click "+" icon to upload; 2) Simply drag and drop Spotify playlist to AudFree's main interface.op Spotify playlist to AudFree's main interface.)
  • Tidal Alexa - How to Add Tidal to Alexa  + (After the installation, please double-clicAfter the installation, please double-click to start [https://www.audfree.com/tidal-music-converter-win/ AudFree Tidal Music Downloader]. And then, the Tidal app will open automatically. Find Tidal songs that you want to play on Alexa, copy and paste the link of Tidal track in the search bar of AudFree's main interface, and click "+" for loading.main interface, and click "+" for loading.)
  • Stand porte-lunettes en bois par Orphéo  + (Allez sur le site [https://www.thingiverse.com/thing:2991363 Thingiverse] et choisir son stand porte-lunettes, puis télécharger les fichiers.)
  • Démarrage CNC MEKANIKA  + (Allumer la multiprise L'écran s'allume Appuyer ensuite sur le bouton ON/OFF situé à l’arrière du boitier électronique. L'ordinateur démarre et affiche le système. Démarrer Planet CNC)
  • Amazon Music Autoplay - A Seamless Listening Experience  + (Amazon Music Autoplay is a feature designeAmazon Music Autoplay is a feature designed to keep the music playing continuously, providing an uninterrupted listening experience. With autoplay enabled, Amazon Music will automatically queue up and play similar songs, albums, or playlists once your current track or playlist ends. This feature aims to keep the music going without requiring you to manually select the next song, making it perfect for parties, road trips, or background music during work or chores.or background music during work or chores.)
  • Best Method to Upload Apple Music to Dropbox  + (Apple Music songs are protected. FortunateApple Music songs are protected. Fortunately, with today's technology, you are just a few clicks away to get all protection-free music files by a tool such as TunesKit [https://www.tuneskit.com/audio-converter/ Apple Music Converter], which is a top-notch converting tool in the market. It supersedes other tools by integrating the fast and lossless converting technology plus multiple formats and device compatibility so as to promise the ultimate user experience. After the conversion, you can also [https://www.tuneskit.com/apple-music-tips/transfer-apple-music-to-google-drive.html play Apple Music on Google Drive] or other clouds easily.lay Apple Music on Google Drive</u>] or other clouds easily.)
  • Open Documentation training  + ( * arrange your tables to groups * arrange your participants in groups * cycle rules and reflection )
  • Open Documentation training  + ( * arrange your tables to groups * arrange your participants in groups * cycle rules and reflection )
  • MUTED - boitier biodata vers module de synthétiseur analogique  + (Attention, il faut d'abord être capable deAttention, il faut d'abord être capable de brancher une plante sur une carte électronique pour capter et transformer de minuscules variations électriques. Ceci vous prendra entre deux heures et une demi-journée [http://wikifab.org/wiki/Capteur_BioData_pour_ESP32 en suivant le tuto de Stéphane Godin.]P32 en suivant le tuto de Stéphane Godin.])
  • Borne d'arcade  + (Avant de commencer, il faut trouver ou traAvant de commencer, il faut trouver ou tracer des plans pour son bartop (la partie haute de la borne donc). Pour ma part je me suis inspiré des plans fournis par [https://fr.scribd.com/document/399080507/arcade-plans-package-8-5x11-print-updated-november-2016-pdf Ronildo Brandao]. Après les avoir imprimé et scotchés, puis reproduits sur des grandes feuilles A2, j'ai construit une magnifique maquette en carton, taille réelle, pour avoir une idée de la place que cela prendrait, de la taille d'écran que je pourrai mettre, et de la largeur disponible pour que deux grandes personnes puissent se lancer des Hadoken confortablement. Donc on imprime, on trace, on coupe, et on construit...me, on trace, on coupe, et on construit...)
  • Lossless FLAC Splitter to Split FLAC in Original Quality  + (Based on your system, select the proper veBased on your system, select the proper version of Joyoshare [https://www.joyoshare.com/video-cutter-win/ audio splitter] to download and install. Then, open the program and go to "Open" to access your local folder and choose the FLAC file to it. Or, you can drag and drop the FLAC audio file to the specified position to start.o file to the specified position to start.)
  • 2023 Guide to Download Spotify Songs without Premium  + (Before we explore the methods, let's addreBefore we explore the methods, let's address the question of whether it is possible to download Spotify songs without a premium subscription. By default, Spotify encrypts the songs you download from their app in a DRM-protected audio format. This encryption prevents the songs from being played on other apps or players. However, thanks to the internet, several third-party tools and services have emerged that allow you to download Spotify songs without a premium account.d Spotify songs without a premium account.)
  • Tips for Safely Practicing Gua Sha at Home  + (Before we start, we need to choose a good Before we start, we need to choose a good gua sha tool, which can work wonders for your body. The selection of gua sha tools is extensive, allowing one to choose the level of pressure that best suits their needs. The two most common gua sha tools are the Chinese gua sha stick and the Chinese gua sha stone. To determine which is the right gua sha tool for you, consider your preference of level of pain and personal size and strength. For beginners we suggest you this basic starter kit-[https://www.sayheybeauty.com/products/rose-quartz-gua-sha-and-roller-set gua sha and roller set]. If you're looking for an affordable, long-lasting stone that allows you to create smooth skin for days after having a gua sha treatment, then this is the stone for you. You can now perform at-home gua sha therapy with this pocket-sized tool set!a therapy with this pocket-sized tool set!)
  • Water Bottle fan  + (Before we started, the team list the materials and tools needed to complete the project, and where collected in one place.)
  • Water Bottle fan  + (Before we started, the team list the materials and tools needed to complete the project, and where collected in one place.)
  • How to Use a Polishing Machine: A Step-by-Step Guide  + (Before using a polishing machine, it is esBefore using a polishing machine, it is essential to take safety precautions to prevent accidents. Always wear protective gear such as safety glasses, a dust mask, and gloves to protect your eyes, lungs, and skin from the dust and debris generated during polishing. Additionally, ensure that the work area is well-ventilated to prevent dust buildup and minimize the risk of fire hazards. Finally, disconnect the power supply before changing any polishing wheels or performing maintenance on the machine. or performing maintenance on the machine.)
  • Build a Longboard from Scratch in Your Own Home  + (Before you start putting together your lonBefore you start putting together your longboard, you'll need to do some cutting and drilling. Begin by cutting your threaded rods into two pieces, each 8 inches long. Use a fret file to smooth out the rods, which are 5/16" x 12" inches in size. Next, apply grip tape to the board. Cut the grip tape to be about one centimeter wider than the board, then press it onto the board and trim off any excess. With your 6º wedge riser, mark where you'll drill to attach the INOX Allen bolts, which are 1/4" x 1.5" in size. Ensure the marks are centered on the ends of your board. Safety is crucial, so wear gloves and safety glasses during this process. Carefully drill four holes, making sure they are clean and precise. We used a 3D-printed part to help us drill the holes in the cap perfectly centered. If you'd like access to the design for this part, please let us know, and we'll share it with you. Finally, position the drill in the middle of your 1" cap and drill each hole carefully. The 1" cap should have a similar appearance to the one shown in the image. appearance to the one shown in the image.)
  • Water probe 12+ activities  + (Begin by soldering the male pin header strBegin by soldering the male pin header strip onto the PCB board. You need to cover at least 10 points of the PCB (see figure below). Next, solder the 1kohm resistor to the PCB. We soldered one end to n°6, the other end to n°9. This way, when the PCB will be mounted on the arduino uno board, one end of the resistor will connect to A0, the other one to GND. Next, cut two pieces of electric wire, each about 20 cm long. The length doesn’t really matter, however, longer wires will enable you to distance the arduino board further away from liquids. Solder one end of one wire to one end of the resistor. This will connect to A0 on the board. Solder the other end to n° on the PCB. The latter will then connect with A5 on the arduino uno board. Strip off the other ends of the electric wire you just soldered onto the PCB, and connect them to the top of the binding post. Now cut two short pieces of electric wire (about 10 cm long each), and strip off both ends of each wire. Connect one end of each to the bottom part of the binding post. Curl the other end of each wire. The curly ends are the one which will dive into the liquid.e the one which will dive into the liquid.)
  • How to Play Tidal on Galaxy Watch  + (To begin using Tidal on your Galaxy Watch,To begin using Tidal on your Galaxy Watch, you'll need to download and install the Tidal app. Follow these steps to get started: '''Step 1: Open the Galaxy Wearable App''' First, open the Galaxy Wearable app on your smartphone. This app allows you to manage and install applications on your Galaxy Watch. '''Step 2: Find and Install the Tidal App''' In the Galaxy Wearable app, navigate to the "Galaxy Store" section. Search for the Tidal app using the search bar and select it from the search results. Tap on "Install" to begin the installation process. '''Step 3: Sign in to your Tidal Account''' Once the Tidal app is installed on your Galaxy Watch, open it, and sign in using your Tidal account credentials. If you don't have a Tidal account yet, you can create one directly from the app.
    n create one directly from the app. <br/>)
  • Snap circuits activities for 12+  + (To begin with, kids will need to build or To begin with, kids will need to build or assemble a miniature house. They can build one using cardboard, or you can laser cut them in advance, using for example a 3mm thick MDF board. [https://drive.google.com/open?id=1JGQVbJy4yhH1qOw0H3IVO0c7uRhI1ZIY Here]’s the design of a miniature house, ready for laser cut. the design of a miniature house, ready for laser cut.)
  • Bucket stool made of wood and concrete  + (Bend the sides of the bucket outwards a few times in each direction to loosen the concrete; then pull the stool out by the legs.)
  • Bucket stool made of wood and concrete  + (Bend the sides of the bucket outwards a few times in each direction to loosen the concrete; then pull the stool out by the legs.)
  • Bartop Arcade 2 joueurs  + (Boutiques faboulousarcade http://ebay.to/2Boutiques faboulousarcade http://ebay.to/2gKd1zy Cette étape est la plus longue et fastidieuse du tuto. Armez-vous donc de patience, car c'est tout ce dont vous aurez besoin à cette étape. Rien n'est compliqué dans ces branchements mais je vous conseille toutefois de repérer chaque boutons y compris ceux des joysticks (haut, bas, gauche et droite) à l'arrière du panel. Cela vous facilitera grandement la tâche lorsque vous raccorderez le tout. La première étape consiste à relier tous les boutons entre eux à l'aide d'un câble commun. Partez donc du connecteur (commun) d'un des boutons et reliez le au suivant et ainsi de suite. Pour finir, branchez la dernière cosse sur un des ports GROUND de l'interface USB ou du Raspberry Pi. Il y plusieurs solutions pour connecter les boutons et les joysticks sur un Raspberry pi : utiliser une interface USB (souvent vendu avec le kit) ou les ports GPIOs du Raspberry Pi. Dans mon cas, j'ai utilisé l'interface USB et ai raccordé le tout au Raspberry pi. Une fois que tous les boutons et joysticks sont reliés au port GROUND par un câble commun, il suffit de relier chacun des boutons au port correspondant sur le Raspberry ou l'interface USB. Le plus compliqué dans cette étape, c'est de réussir à faire quelque chose de propre. En effet, essayez de ne pas faire passer les câbles trop près des joysticks pour éviter d'en couper un !!! Vidéo pour mieux comprendre : https://www.youtube.com/watch?v=x6Ry4bOWcR8 Pour ceux qui utilisent les ports GPIO du Raspberry, il faut penser à activer les ports GPIO dans le fichier de configuration. Recalbox possède un outil de configuration avancée nommé recalbox.conf qui vous permet de modifier des options qui ne sont pas disponibles dans emulationstation. Pour le modifier, allez dans le dossier de recalbox partagé sur le réseau local. Le fichier recalbox.conf est disponible dans le répertoire nommé system. Dans recalbox.conf, activez le pilote GPIO en réglant controllers.gpio.enabled sur 1 : controllers.gpio.enabled=1 et vous êtes prêt à jouer !gpio.enabled=1 et vous êtes prêt à jouer !)
  • Bartop Arcade 2 joueurs  + (Boutiques faboulousarcade http://ebay.to/2Boutiques faboulousarcade http://ebay.to/2gKd1zy Cette étape est la plus longue et fastidieuse du tuto. Armez-vous donc de patience, car c'est tout ce dont vous aurez besoin à cette étape. Rien n'est compliqué dans ces branchements mais je vous conseille toutefois de repérer chaque boutons y compris ceux des joysticks (haut, bas, gauche et droite) à l'arrière du panel. Cela vous facilitera grandement la tâche lorsque vous raccorderez le tout. La première étape consiste à relier tous les boutons entre eux à l'aide d'un câble commun. Partez donc du connecteur (commun) d'un des boutons et reliez le au suivant et ainsi de suite. Pour finir, branchez la dernière cosse sur un des ports GROUND de l'interface USB ou du Raspberry Pi. Il y plusieurs solutions pour connecter les boutons et les joysticks sur un Raspberry pi : utiliser une interface USB (souvent vendu avec le kit) ou les ports GPIOs du Raspberry Pi. Dans mon cas, j'ai utilisé l'interface USB et ai raccordé le tout au Raspberry pi. Une fois que tous les boutons et joysticks sont reliés au port GROUND par un câble commun, il suffit de relier chacun des boutons au port correspondant sur le Raspberry ou l'interface USB. Le plus compliqué dans cette étape, c'est de réussir à faire quelque chose de propre. En effet, essayez de ne pas faire passer les câbles trop près des joysticks pour éviter d'en couper un !!! Vidéo pour mieux comprendre : https://www.youtube.com/watch?v=x6Ry4bOWcR8 Pour ceux qui utilisent les ports GPIO du Raspberry, il faut penser à activer les ports GPIO dans le fichier de configuration. Recalbox possède un outil de configuration avancée nommé recalbox.conf qui vous permet de modifier des options qui ne sont pas disponibles dans emulationstation. Pour le modifier, allez dans le dossier de recalbox partagé sur le réseau local. Le fichier recalbox.conf est disponible dans le répertoire nommé system. Dans recalbox.conf, activez le pilote GPIO en réglant controllers.gpio.enabled sur 1 : controllers.gpio.enabled=1 et vous êtes prêt à jouer !gpio.enabled=1 et vous êtes prêt à jouer !)
  • The Remarkable Transformation of Lorenzo Castillo's Historic Home  + (Castillo is a master of maximalism, and hiCastillo is a master of maximalism, and his home is a testament to his ability to showcase art in a grand, yet cohesive, manner. His design philosophy revolves around incorporating art to its fullest potential, transforming every corner of the space into a visual feast. Walls are adorned with antique paintings, vintage mirrors, and an eclectic mix of decorative objects that span centuries. Rather than overwhelming the viewer, these layers of art and design create an immersive environment that feels both curated and organic. Castillo's deep knowledge of art history enables him to combine various artistic movements and historical periods with ease. His ability to meld these influences is what makes his design so unique—classic elements meet bold statements, resulting in spaces that are as intellectually stimulating as they are beautiful.ctually stimulating as they are beautiful.)
  • How to Play Spotify through VLC Media Player  + (Click the software icon to launch this tooClick the software icon to launch this tool and Spotify app from your computer desktop. Now, there are two ways to import Spotify playlists to AudFree Software. You can drag and drop Spotify files from Spotify to this program. Or you can copy and paste its URL of Spotify music to AudFree's search box and then press the '+' button to confirm it.d then press the '+' button to confirm it.)
  • Casse brique game Maker  + (Comme pour les sprites, vous allez devoir Comme pour les sprites, vous allez devoir créer un objet par élément de votre jeu. Nous allons d'abords créer chaque objet (raquette, mur, brique, balle), c'est important de créer chaque objet avant de commencer à les paramétrer en profondeur. Une fois chaque objet créer nous allons nous intéresser à la raquette. Tout d'abord dans l'évenement create de votre raquette, initialisez quatre variables : * nb_brique à 0 * ismoving_right à 0 * ismoving_left à 0 * ismoving à 0 la première servira à savoir s'il reste des briques sur le terrain et les trois autres seront utiles pour le contrôle des mouvement de la raquette. sur l'évènement Step, entrez l'algorithme suivant : si nb_brique = 0 { alors restart la room; } ensuite créer un évènement "collision avec mur", et mettez comme le "bounce" avec les paramètre suivant : appliquer aux autre, précision précise, et rebondir sur tous les objet. maintenant passons aux mouvement : pour tout ce qui concerne la gauche, créez un évènement left pressed et left released. Dans left pressed, implantez l'algo suivant : si ismoving =0 { start moving in a direction (droite, force -7, relative) set variable ismoving_left to 1 set variable ismoving to 1 } Ce bout de code signifie, que si la raquette ne bouge alors elle commence à se déplacer à gauche lorsque l'on appuie sur la flèche de gauche, il permet aussi d'empécher certain bug si jamais la flêche droite et la flèche gauche sont appuyées en même temps. Pour left released le code ressemblera à ça : si ismoving_left = 1 { start moving in a direction (droite, 7, relative) set variable ismoving_left to 0 set variable ismoving to 0 } Sachez que le 7 est une valeur arbitraire, vous pouvez la changer à tout moment pour moduler la vitesse de votre raquette. Par contre n'oubliez pas que la vitesse lors du pressage de touche doit être l'opposée de celle lors du release. Pour faire le déplacement vers la droite il suffit d'inverser la puissance de déplacement et de remplacer tout les ismoving_left, par des ismoving_right. Et voilà vous n'aurez plus à toucher la raquette.à vous n'aurez plus à toucher la raquette.)
  • Casse brique game Maker  + (Comme pour les sprites, vous allez devoir Comme pour les sprites, vous allez devoir créer un objet par élément de votre jeu. Nous allons d'abords créer chaque objet (raquette, mur, brique, balle), c'est important de créer chaque objet avant de commencer à les paramétrer en profondeur. Une fois chaque objet créer nous allons nous intéresser à la raquette. Tout d'abord dans l'évenement create de votre raquette, initialisez quatre variables : * nb_brique à 0 * ismoving_right à 0 * ismoving_left à 0 * ismoving à 0 la première servira à savoir s'il reste des briques sur le terrain et les trois autres seront utiles pour le contrôle des mouvement de la raquette. sur l'évènement Step, entrez l'algorithme suivant : si nb_brique = 0 { alors restart la room; } ensuite créer un évènement "collision avec mur", et mettez comme le "bounce" avec les paramètre suivant : appliquer aux autre, précision précise, et rebondir sur tous les objet. maintenant passons aux mouvement : pour tout ce qui concerne la gauche, créez un évènement left pressed et left released. Dans left pressed, implantez l'algo suivant : si ismoving =0 { start moving in a direction (droite, force -7, relative) set variable ismoving_left to 1 set variable ismoving to 1 } Ce bout de code signifie, que si la raquette ne bouge alors elle commence à se déplacer à gauche lorsque l'on appuie sur la flèche de gauche, il permet aussi d'empécher certain bug si jamais la flêche droite et la flèche gauche sont appuyées en même temps. Pour left released le code ressemblera à ça : si ismoving_left = 1 { start moving in a direction (droite, 7, relative) set variable ismoving_left to 0 set variable ismoving to 0 } Sachez que le 7 est une valeur arbitraire, vous pouvez la changer à tout moment pour moduler la vitesse de votre raquette. Par contre n'oubliez pas que la vitesse lors du pressage de touche doit être l'opposée de celle lors du release. Pour faire le déplacement vers la droite il suffit d'inverser la puissance de déplacement et de remplacer tout les ismoving_left, par des ismoving_right. Et voilà vous n'aurez plus à toucher la raquette.à vous n'aurez plus à toucher la raquette.)
  • Integrating DHT11 with Beetle ESP32 C3 and Home Assistant  + (=== 1. Components Required === Before we b=== 1. Components Required === Before we begin, gather the necessary components: * '''BeetleESP32C3''' development board * '''DHT11''' temperature and humidity sensor * Jumper wires * USB cable for programming * A computer with the Arduino IDE or '''ESPHome''' installedthe Arduino IDE or '''ESPHome''' installed)
  • Musical e-textile bag  + (Connect one end of the micro USB cable to Connect one end of the micro USB cable to the computer, the other end to the Arduino Leonardo board. Connect the positive side of the piezo speaker patch to pin 13 on the Arduino leonardo Connect the negative leg of the piezo speaker patch to GND on the board. You can use either of the 3 GND pins available on the board. of the 3 GND pins available on the board.)
  • E-textile blinking bag  + (Connect one end of the micro usb cable to Connect one end of the micro usb cable to the computer, the other end to the Arduino Leonardo board. Connect the positive side of the LED patch to pin 13 on the Arduino Leonardo. Connect the negative leg of the LED patch to GND on the board. You can use either of the 3 GND pins available on the board. * black cable - GND * orange cable - pin 13 black cable - GND * orange cable - pin 13)
  • Musical e-textile bag  + (Connect one end of the micro USB cable to Connect one end of the micro USB cable to the computer, the other end to the Arduino Leonardo board. Connect the positive side of the piezo speaker patch to pin 13 on the Arduino leonardo Connect the negative leg of the piezo speaker patch to GND on the board. You can use either of the 3 GND pins available on the board. of the 3 GND pins available on the board.)
  • E-textile blinking bag  + (Connect one end of the micro usb cable to Connect one end of the micro usb cable to the computer, the other end to the Arduino Leonardo board. Connect the positive side of the LED patch to pin 13 on the Arduino Leonardo. Connect the negative leg of the LED patch to GND on the board. You can use either of the 3 GND pins available on the board. * black cable - GND * orange cable - pin 13 black cable - GND * orange cable - pin 13)
  • Connected weather station  + (Connect the sensors as follows: '''Light Connect the sensors as follows: '''Light sensor''' One end to 3V the other end to the 10kohm resistor which in turn is connected to GND. the same end of the LDR is also connected to pin D34 on the ESP32 '''CJMCU CCS811''' 3V →3V on the ESP32 board GND→ GND SDA→D21 pin on ESP32 SCL→D22 pin on ESP32 WAKE→GND '''DHT11''' GND→GND on ESP32 VCC→3V on ESP32 OUT→D34 on ESP32n ESP32 VCC→3V on ESP32 OUT→D34 on ESP32)
  • Build an Easy ISS Notifier  + (Create a cloud account at io.adafruit.com.Create a cloud account at io.adafruit.com. Then click on Feeds→Actions→Create a New Feed. Name it “ISS.” Click the View AIO Key button, then copy your unique '''''key''''' somewhere safe — you’ll need it later to link your Tokymaker to your Adafruit IO feed.k your Tokymaker to your Adafruit IO feed.)
  • Build an Easy ISS Notifier  + (Create a cloud account at io.adafruit.com.Create a cloud account at io.adafruit.com. Then click on Feeds→Actions→Create a New Feed. Name it “ISS.” Click the View AIO Key button, then copy your unique '''''key''''' somewhere safe — you’ll need it later to link your Tokymaker to your Adafruit IO feed.k your Tokymaker to your Adafruit IO feed.)
  • Wooden pet connects to Facebook  + (Create a new feed by reaching https://io.adafruit.com/ > Feeds > Actions and then name it, for example “touchsensor”)
  • Connected house publishes sensor data on-line  + (Create a new feed by reaching https://io.adafruit.com/ > Feeds > Actions and then name it, for example “lightsensorvalue”.)
  • Wooden pet connects to Facebook  + (Create a new feed by reaching https://io.adafruit.com/ > Feeds > Actions and then name it, for example “touchsensor”)
  • Connected house publishes sensor data on-line  + (Create a new feed by reaching https://io.adafruit.com/ > Feeds > Actions and then name it, for example “lightsensorvalue”.)
  • Infinity Gauntlet Salad Tongs  + (Create the vector graphics for the InfinitCreate the vector graphics for the Infinity Gauntlet in Adobe Illustrator. Find a reference image online and use the Magnetic Lasso tool to trace around key elements of the image. We wanted the glove to have a layered and 3d look, so he traced out the base shape of the glove and used other gauntlet elements as vertical accents.her gauntlet elements as vertical accents.)
  • Infinity Gauntlet Salad Tongs  + (Create the vector graphics for the InfinitCreate the vector graphics for the Infinity Gauntlet in Adobe Illustrator. Find a reference image online and use the Magnetic Lasso tool to trace around key elements of the image. We wanted the glove to have a layered and 3d look, so he traced out the base shape of the glove and used other gauntlet elements as vertical accents.her gauntlet elements as vertical accents.)
  • Solar coffee roaster (using a Scheffler concentrator)  + (Cut the bars, the flats and the L profile angle at the lenghts marked in the following table (see image of table).)
  • Solar coffee roaster (using a Scheffler concentrator)  + (Cut the bars, the flats and the L profile angle at the lenghts marked in the following table (see image of table).)
  • Standing desk made from 2x12’ wood board and plumbers pipe  + (I cut the boards to the finish length of 5’6” using a speed square to make sure I was getting a perfect right angle cut.)
  • Standing desk made from 2x12’ wood board and plumbers pipe  + (I cut the boards to the finish length of 5’6” using a speed square to make sure I was getting a perfect right angle cut.)
  • Lecteur MP3 sur base d'Arduino Uno et DFplayer mini  + (Le DFplayer mini est un module mp3 qui peuLe DFplayer mini est un module mp3 qui peut être connecté directement à un haut parleur ou à un écouteur. Il peut être utilisé comme un module autonome avec batterie, haut parleur et bouton poussoir. Il peut être, également, utilisé en combinaison avec un microcontrôleur tel qu'un Arduino (On pourra utiliser des commandes série pour lancer une musique, aller à la suivante ou la précédente, augmenter le volume, le diminuer, etc...). Le module est prévu pour lire des cartes micro SD de 32Gb maximum formatées en FAT16 ou FAT32. Quelques caractérisques du DFplayer mini *Taux d'échantillonnage : 8KHz, 11.025KHz, 12KHz, 16KHz, 22.05KHz jusque 48KHz *Prend en charge FAT16, FAT32, supporte maximum 32 go syr carte mini-sd *Amplificateur intégré 3W *Supporte jusque 100 dossiers de musique comportant chacun 1000 fichiers *30 niveaux de volume, 10 niveaux d'équaliseurs ajustables
    [https://wikifab.org/images/b/b3/Lecteur_MP3_sur_base_d_Arduino_Uno_et_DFplayer_mini_spe033.pdf Datasheet du DFPlayer mini]

    rduino_Uno_et_DFplayer_mini_spe033.pdf Datasheet du DFPlayer mini]</div> </div><br/>)
  • Découpage Vinyle  + (<div class="icon-instructions caution-i
    Étape importante Enregistrer le fichier en *.hpgl (Fichier HP Graphics Language) Ensuite renommer votre fichier en *.plt
    er HP Graphics Language) Ensuite renommer votre fichier en *.plt</div> </div>)
  • Découpage Vinyle  + (<div class="icon-instructions caution-i
    Étape importante Enregistrer le fichier en *.hpgl (Fichier HP Graphics Language) Ensuite renommer votre fichier en *.plt
    er HP Graphics Language) Ensuite renommer votre fichier en *.plt</div> </div>)
  • Robot "ABC" in wood  + (<div class="mw-translate-fuzzy"> Let's start with the base by adding support with it's stack connected to the 3 green LEDs. </div> <div class="mw-translate-fuzzy"> Take 4 screws M4 insert them in the 4 holes then fix 1 nut on each screws. </div>)
  • How to Play Spotify on iPod Touch  + (Download AMusicSoft Spotify Music ConverteDownload AMusicSoft Spotify Music Converter to your Mac/Windows. You can download it via the [https://www.amusicsoft.com/spotify-music-converter/ AMusicSoft website]. Then dragging and dropping the songs, playlists, or albums you wish to download towards the interface of the AMusicSoft Spotify Music Converter.of the AMusicSoft Spotify Music Converter.)
  • How to Download Spotify Song without Premium  + (Download AMusicSoft Spotify Music ConverteDownload AMusicSoft Spotify Music Converter to your Mac/Windows. You can download it via the [https://www.amusicsoft.com/spotify-music-converter/ AMusicSoft website]. Then dragging and dropping the songs, playlists, or albums you wish to download towards the interface of the AMusicSoft Spotify Music Converter.of the AMusicSoft Spotify Music Converter.)
  • How to Download Amazon Prime Music to Computer  + (Download, install, and launch AudFree AmazDownload, install, and launch AudFree Amazon Music Converter. When you open AudFree [https://www.audfree.com/amazon-music-converter/ Amazon Music Converter], you can see an Amazon Music Web Player built-in the main interface. There is a blue 'Sign In' button. Please click it to log into your Amazon account. If you don't have it, please create a new one.ou don't have it, please create a new one.)
  • How to Download Songs from Tidal onto Computer  + (Download, install and open AudFree [https:Download, install and open AudFree [https://www.audfree.com/tidable-music-converter/ Tidal Music Converter]. On its main screen, choose "Log in" to sign in your Tidal account. Note that the 2.0 version of AudFree Tidal Music Converter develops an inbuilt Tidal Web Player. As a result, you get access to download Tidal songs to local computer without the installation of Tidal app.ter without the installation of Tidal app.)
  • How to Play Apple Music Soundtrack in GTA5  + (To enjoy your Apple Music library while plTo enjoy your Apple Music library while playing GTA 5, you'll first need to convert your Apple Music tracks into a compatible format. The best tool for this job is [https://www.audfree.com/auditior AudFree Apple Music Converter]. This powerful software allows you to convert Apple Music songs into formats like MP3 or M4A, making them compatible with GTA 5. Here's why AudFree Apple Music Converter stands out: 1) '''Convert encrypted Apple Music content to various formats:''' AudFree Apple Music Converter can convert all content from Apple Music to unprotected MP3, FLAC, WAV, AAC, M4A, and M4B files. 2)  '''Keep lossless audio quality:''' This expert tool ensures that your tracks are converted with the original quality audio, preserving the integrity of your music. 3) '''Support batch conversion at 30X speed:''' The software is user-friendly, and the conversion process is quick at up to 30X faster speed. It enables you to convert unlimited number of tracks together. 4) '''Preservation of Metadata Info:''' It retains important song metadata information. With it,  ID3 tags such as artist, album, and cover art will be retained, ensuring your GTA 5 experience is as immersive as possible. 5) '''Play Apple Music without premium:''' Once converted, you can keep the Apple Music conversions forever. That means you can play those unprotected Apple Music audio files at all devices and players whenever you like.io files at all devices and players whenever you like.)
  • Brancher des périphériques USB sur un ESP8266  + (On y est presque, si vous essayez de compiOn y est presque, si vous essayez de compiler un exemple dans la bibliothèque, '''il ne marchera pas!'''
    Ce problème a été réglé récemment, cette étape n'est nécessaire que si vous utilisez la version 1.3.2 de cette bibliothèque
    Il y a une incompatibilité entre la bibliothèque et la version 2.5 d'ESP8266 sur le logiciel Arduino. '''Il va falloir downgrader celle-ci à 2.4.2''' https://github.com/felis/USB_Host_Shield_2.0/issues/449 Aller dans '''Outils''' / '''Type de carte''' / '''Gestionnaire de carte''' et changer la version à '''2.4.2'''
    'Type de carte''' / '''Gestionnaire de carte''' et changer la version à '''2.4.2''' <br/>)
  • Brancher des périphériques USB sur un ESP8266  + (On y est presque, si vous essayez de compiOn y est presque, si vous essayez de compiler un exemple dans la bibliothèque, '''il ne marchera pas!'''
    Ce problème a été réglé récemment, cette étape n'est nécessaire que si vous utilisez la version 1.3.2 de cette bibliothèque
    Il y a une incompatibilité entre la bibliothèque et la version 2.5 d'ESP8266 sur le logiciel Arduino. '''Il va falloir downgrader celle-ci à 2.4.2''' https://github.com/felis/USB_Host_Shield_2.0/issues/449 Aller dans '''Outils''' / '''Type de carte''' / '''Gestionnaire de carte''' et changer la version à '''2.4.2'''
    'Type de carte''' / '''Gestionnaire de carte''' et changer la version à '''2.4.2''' <br/>)
  • Bentolux - BentoGhooost  + (= Fabrication 3ème étage = 1. Fabrication = Fabrication 3ème étage = 1. Fabrication à la découpeuse laser. * Plan à télécharger : [https://wikifab.org/images/d/df/BentoGhost_volume1.svg BentoGhost_volume1.svg] (clic droit / enregistrer le fichier sous) 2. Découpage et collage des morceaux * Bien penser à supprimer les écritures permettant d'identifier les faces avant la découpe * Bois utilisé : contreplaqué peuplier 3 mm * Réglages utilisés sur la PerezCamp 140 W ** puissance max : 40 % ** puissance min : 30 % ** vitesse : 40 mm / s * L'assemblage est expliqué avec les photos BentoGhost02 à BentoGhost04 ** Coller les éléments avec de la colle à bois * ''Le plancher qui supporte le mécanisme est décrit à l'étape suivante'' 3. Découpe des fantômes, dans du plexiglas 3 mm * Plan à télécharger : [https://wikifab.org/images/b/b9/BentoGhost_fantomes.svg BentoGhost_fantomes.svg] (clic droit / enregistrer le fichier sous) * Remarque : les 4 fantômes découpés dans la boite sont en haut de dessin, mais vous pouvez sélectionner ceux que vous voulez à partir du moment où ils sont de la même forme que ceux de la boîte * L'assemblage est expliqué avec les photos BentoGhost05 à BentoGhost07 ** Remarque : les fantômes peuvent également être collés à la colle à bois. Il faut bien les nettoyer tout de suite pour ne pas avoir de résidus de colle sur le plexiglas.voir de résidus de colle sur le plexiglas.)
  • Hands up Ready Go Scratch tutorial  + (First of all, click on the small cat pictuFirst of all, click on the small cat picture called “Sprite”. Pick a ‘starting block’ in the Event section (in brown). The green flag block is the most common. Next, pick one “if then” block for each team (you can find this in the Control -yellow- section). Choose a key for each “if then” block and connect it via the alligator clip to the Makey makey. It’s now time to discover a new type of blocks under the section “Looks”. We will start by using ‘switch backdrop to …’, we need one for the beginning of the code to set the background to the initial position (multicolor one), and one per each “IF THEN” block.or one), and one per each “IF THEN” block.)
  • Hands up Ready Go Scratch tutorial  + (First of all, click on the small cat pictuFirst of all, click on the small cat picture called “Sprite”. Pick a ‘starting block’ in the Event section (in brown). The green flag block is the most common. Next, pick one “if then” block for each team (you can find this in the Control -yellow- section). Choose a key for each “if then” block and connect it via the alligator clip to the Makey makey. It’s now time to discover a new type of blocks under the section “Looks”. We will start by using ‘switch backdrop to …’, we need one for the beginning of the code to set the background to the initial position (multicolor one), and one per each “IF THEN” block.or one), and one per each “IF THEN” block.)
  • How to Play Tidal on Apple HomePod  + (First of all, get your computer equipped wFirst of all, get your computer equipped with AudFree [https://www.audfree.com/tidable-music-converter/ Tidal music converting tool]. Launch it and Tidal app will start in the meantime. Search songs or playlists from Tidal, then copy the link and paste it to the search bar in AudFree main interface. Remember to click "+" icon to load up Tidal music. to click "+" icon to load up Tidal music.)
  • Use Apple Music as TikTok Video BGM  + (First of all, you need to download and insFirst of all, you need to download and install the TuneCable program on your computer. Then run it. You will be directed to the main interface, where you can pick a download mode as needed. The app mode requires an Apple Music or iTunes app on your computer and can save the original quality of Apple's music at 10x the speed for the Windows version and the Apple lossless quality at 1x the speed for the Mac version, while the web player mode can also retain the original quality at up to 10x the speed. Next, log in to your Apple ID to access the library.in to your Apple ID to access the library.)
  • Snap circuits tutorial  + (First, you will need to 3D print the snap First, you will need to 3D print the snap part. The stl file ready for 3D printing is available [https://drive.google.com/open?id=1N1k6RxDnZtbSd_nBgNX-ozBYsEIFRAkR here]. You can also tweak this design on [https://www.tinkercad.com/things/kYg3F6El7xx tinkercad] and make it suitable to hold 3-legged components (ex. temperature sensor, light sensor). A timelapse of the 3D printing process is available [https://drive.google.com/open?id=1GYF9cHVUO8Ps6hyx0DX7T5qe3AmTDtcx here].google.com/open?id=1GYF9cHVUO8Ps6hyx0DX7T5qe3AmTDtcx <u>here</u>].)
  • Lossless Way to Merge MP4 Files on Windows 10  + (Firstly, download the Windows version of JFirstly, download the Windows version of Joyoshare [https://www.joyoshare.com/video-joiner/ Video Joiner] and install it on desktop. Then, double-click its icon to open it and simply drag all MP4 files you need to combine to its interface. Alternatively, you can do it by touching "Open File" in the lower left corner.hing "Open File" in the lower left corner.)
  • ESP32 Web Server with Slider  + (To follow along with this tutorial, you wiTo follow along with this tutorial, you will need the following components: * An ESP32 board (I’m using the ESP32 DevKitC) * The Arduino IDE installed on your computer * The ESPAsyncWebServer and AsyncTCP libraries installed on your Arduino IDE You can find the links to download the libraries and the complete code for this project at the end of this post. for this project at the end of this post.)
  • Connected weather station 12+ activities  + (Follow the instructions on page 1-4 on [https://docs.google.com/document/d/1-vYvPHrhgW4SdtgnfV-NSKyZqliaPFgTpFc4Ti0uxh4/edit?usp=sharing <u>this </u>]tutorial.)
  • Led Control with ESP Webserver  + (To follow this tutorial, you need the following components: * An ESP32 development board * A USB cable to connect the ESP32 to the computer * The Arduino IDE installed on your computer * The ESP32 add-on for the Arduino IDE)
  • Salad tongs  + (For the functional tongs, I use a large chFor the functional tongs, I use a large chunk of basswood. I drew out the spatula-like shape on the face and cut the thick piece of wood on the band saw. I then turned the piece on its side and resawed the basswood into my two handles. These two halves were still pretty thick and the shape was not yet finalized, all of that would be done with the sanders.ll of that would be done with the sanders.)
  • Salad tongs  + (For the functional tongs, I use a large chFor the functional tongs, I use a large chunk of basswood. I drew out the spatula-like shape on the face and cut the thick piece of wood on the band saw. I then turned the piece on its side and resawed the basswood into my two handles. These two halves were still pretty thick and the shape was not yet finalized, all of that would be done with the sanders.ll of that would be done with the sanders.)
  • 8bits & Chocolate - decorative candy dispenser  + (For the modules assembly I suggest that you refer to the PDF files. You'll find the pieces numbering and how to assemle them (with a few additional hints))
  • FlyPi  + (2- Gathering materials & Creating Part2- Gathering materials & Creating Parts: Not all parts are necessary to order for basic functionality. The repository has a detailed bill of materials that can be tailored to specific needs. * Electronic parts can be ordered from this kitspace page (lists have been conveniently compiled in various online market shopping carts): https://kitspace.org/boards/github.com/prometheus-science/flypi/ * 3D print files can be found in the files tab above. I started printing at the local fablab (fabrication laboratory) after ordering the parts I needed to build the microscope. This way I would have the body ready when the electronics arrived.e the body ready when the electronics arrived.)
  • Top Way to Rotate YouTube Video with Ease  + (Get Joyoshare [https://www.joyoshare.com/video-cutter-win/ Video Cutter for PC] from the official download page. Simply run it and import your YouTube video. You are able to add with "Open" button or instantly drag and drop to the program.)
  • Cut MTS Videos without Quality Reduction  + (Get Joyoshare [https://www.joyoshare.com/vGet Joyoshare [https://www.joyoshare.com/video-cutter-win/ Video cutter] downloaded and installed on your Windows (Windows XP and later) or Mac (Mac OS X 10.8 and later). Once the program opens on your desktop, you can browse the local folder with "Open" option to add your MTS or M2TS file to the main interface. Or it's handy to efficiently drag and drop the video to the required area.g and drop the video to the required area.)
  • How to Play Amazon Music on LG Smart TV  + (Get the latest version of AudFree [https:/Get the latest version of AudFree [https://www.audfree.com/amazon-music-converter/ Amazon Music Converter] installed on computer. After that, launch it and you'll be directly headed to the built-in Amazon Music web player. In the main interface, select "Sign In" and enter your licensed e-mail address and password to access your Amazon account.nd password to access your Amazon account.)
  • TS Joiners to Combine TS Files without Re-encoding  + (Get your computer equipped with the [https://www.joyoshare.com/video-joiner/ video joiner]. From its main screen, find "Open File" to import TS files from local folder. Simply, drag and drop your TS videos to the specified area.)