Advanced Search
Search Results
108 total results found
Radio Communication: How to use RFM69HCW Radio Data Module
... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...oid loop() { delay(1000); // Wait 1 second between transmits, c ...t, strlen(radiopacket)); rf69.waitPacketSent(); // Now wait for a reply uint8_t buf[RH_ ... len = sizeof(buf); if (rf69.waitAvailableTimeout(500)) { /...
Web App Template for Beginners
...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ...to this project folder (we only want it to live in this folder, no ...ction. You can think about this way: HTML file is like the frame o ...only lives on your computer. In order to make a public web app that a...
Machine Learning with Physical Computing - TensorFlow Lite & Arduino Nano 33
...o Mistry and Pajak's tutorial. Warning Versions of everything are ... board! Set up Arduino IDE Software: Arduino IDE 1.8.19 [14/5/202 ...t aX, aY, aZ, gX, gY, gZ; // wait for significant motion whil ...ast time the significant motion was detected while (samplesRead ...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...
Making a website for your HTML, JS, CSS or p5.js files
...something goes wrong, you can always go back to when it did work! ...e. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi ...uld see the below page. What we want to do is click the link that ...
How to use a relay module
... It is handy when the thing you want to control requires higher po ... In this tutorial, I will use a water pump and a 1-channel 5V rela ... 1 channel relay to control one water pump. Labels on a Relay Modu ...- pin 3 NO - red(+) wire of the water pump COM - red(+) wire of ba...
How to use Grove Serial Bluetooth v3.0
...obtaining a copy * of this software and associated documentation ...files (the "Software"), to deal * in the Software without restriction, includin ...nd/or sell * copies of the Software, and to permit persons to who ...m the Software is * furnished to do so, sub...
Hello World
...t the "type" of Python file you want PyCharm to create. For this e ...print(), we provide the text we want Python to print. This text mu ...ere you can type what it is you want to print. In this example, I waited until I had typed out "prin ...own PyCharm's list of potential ways for completing your code. No...
Using an PN532 RFID reader
...al.println(); Serial.println("Waiting for a card......"); } void ...al.println(); Serial.println("Waiting for a card......"); } v ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata) ....SAMConfig(); Serial.println("Waiting for an NFC card..."); } v...
An Introduction to 2D in Unity 5
...ect. You can do this one of two ways: Option 1: On the menu ba ...go back to the Unity window. In order to see the text outputted the c ...self using graphics editing software (e.g. Photoshop or Gimp) or y ...e what you can do: You can always reset the position, rotation ...
Introduction to Spark AR
...er-generated images (this can also include sound, video) are superimposed onto the physical real world environment. There are different ways where an AR experience can be ... Windows platforms, however, in order to use it, you will need a Facebook account.
Installing PyCharm
...ment Environment (IDE) is a software application that provides a c ...n find that version control software will become an indispensable ...nstant feedback on code errors, warnings, and potential issues is ...ay a crucial role in modern software development by providing a co...
3D Geometry and Parametric Design
...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...elling and explain how this software can be used as a tool to expl ...elow is a screenshot of the software: Code available here. Aims ...
Bonus round: putting an existing Unity project into git
...liar with the command line, the way to use it is to type a command ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git ...f you're working on Mac, you'll want to add this to it too: # ===...
How to control Arduino without using delay()
...0; // will store last time LED was updated // constants won't ch ... // the interval at which you want to blink the LED. unsigned ...tors, like giving each person a watch and ask them to action based ... on their own watches. Wiring There are three wi...
How to get started with Face Tracking in Spark AR
Face Tracking in Spark AR Watch this video which explains the basic features of the Face Tracker in Spark AR. There are multiple different starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template t...
How to get started with World Effects in Spark AR
World Effects in Spark AR Watch this video which explains the basics of World Effects in Spark AR. There are multiple different starter templates in Spark AR that make use of world effects. To make your development easier, choose a template that is most...
Setting up Spark AR
... Follow the instructions to Install Spark AR You will also need to install Spark AR player on your mobile device in order to view your AR project Go to the App store and search for Spark AR Player, download You are now ready to make your first project
How to create 360 Video for the Igloo system
...ferent when using different hardware. Step 1 Set up your 360 ca ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ...ectly and everything is in good order. If your content plays in a "f ... footage into a proprietary software for processing. In this case...
Using Arduino Leonardo to send USB MIDI data
...apper, Max and Ableton Live. In order to use this you'll need to follow the guide on How to install libraries to install the MIDIUSB library. The following is a modification of the basic MIDIUSB write example, by wrapping the noteOn and noteOff code in log...