Advanced Search
Search Results
100 total results found
Using NFC Tools to Read/Write NFC tag
...t is NFC Tools? NFC Tools is an app which allows you to read, write ...annot use MIFARE Classic tag or card. Steps Download the app, it is available for both iPhone and Android. Choose Write. Add a record. URL/URI to open a link, there are other func...
Using MatrixPortal M4 for animation
...ther visual elements in a video game or graphic application. We will need to use a ...eight, ) sprite_group.append(sprite) current_frame = 0 current_loop = 0 frame_count = int(bitmap.height / matrix.display.height) frame_duratio...
Machine Learning with Physical Computing - TensorFlow Lite & Arduino Nano 33
...ting these models into embedded applications. It supports a variety ... intelligent edge computing and real-time inference without requirin ...ell-suited for IoT and wireless applications. Some Nano 33 boards also feature integrated sensors such as acceler...
Other resources
...ll of Elekktronaut's videos are really interesting, useful and begin ...: https://alltd.org Tested and approved both free and paid online ...to credit other developers when appropriate, you can read more about best practice to co-create with AI here: htt...
AR with Unity - Step #3 - Adding content to your project
...components needed to build a AR app. Prerequisites Previous ste ...ored in the device where the AR app is running rather than download ...t. Next step - Building your app and testing it In the next ste ...p, we will build the app file and will test it on and an...
Mobile VR -Setting Up Unity
...uild support To compile mobile applications on your computer, you ...ht allow you to compile Android apps, however, IOS apps require you to use a MAC compu ..., keep in mind that building an app for two different platforms mig ...u might need to test/debug your app on both platforms. When ins...
How to use MatrixPortal M4
... or green) A new USB drive will appear on your computer named somet ... new drive named CIRCUITPY will appear. This drive is where you'll ... group. g = displayio.Group() g.append(line1) g.append(line2) g.append(line3) display.root_group = g # This funct...
Using Smartphont to Read NFC tag
...ontactless payments, digital keycards, smart tags, and tap-to-share ... and write an NFC tag using the app NFC tools. Wiring and Library W ...annot use MIFARE Classic tag or card. Code for Writing Data #include <Wire.h> #include <Adafruit_PN532.h> #defin...
How to Configure a Raspberry Pi for the first time
...us LED, and try re-image the SD card. If everything goes right, you ...ry Pi comes with many essential applications pre-installed so you can start using them straight away, such as Thonny. You can go to Start - Preference - Recommended Software, explore t...
Week 3 - Iteration, arrays, objects and pixel arrays
... an iteration. The most common application for iteration is to cre ... x = x + 50; } } What's happening in the above example line- ...25, 20, 20); } } What's happening inside the parentheses: ...nsole.log( i ); } What is happening here? The variable i is ...
Workshop exercise: Clone, commit, pull, push
...il replacethis@example.com Replacing the fake email with your real one. Mine would look like this: ...unless you add them. If you're happy with your changes, the command ... PC: Git downloads page GUI applications for git: Fork Github Desktop
Useful learning resources
...r knowledge and uses some great real world examples and practical applications. Practical Electronics for Inventors 3rd Edition by Paul Scherz and Simon Monk A more in-depth look at electronics. Very good for those with a grasp on the basic topics. Websi...
Using Arduino Leonardo to send USB MIDI data
...built USB MIDI support. This is really useful for sending data from ...Arduino to applications like MadMapper, Max and Ableton Live. In ord ...sic MIDIUSB write example, by wrapping the noteOn and noteOff code in logic you could attach this to a button or...
Arrays
...ight! This is a perfectly valid approach. However, imagine if we ha ... with lots and lots of lines of really similar code. Wouldn't it be good if we could handle all this data at once? Well... WE CAN! This is what arrays are perfect for. An erray is esse...
A circle following the mouse
...w see the parameter updating in real-time. The circle is now mov ...inal x values fluctuate between approximately -0.8 and 0.8 . To Range indicates the new set of values between we want x to fluctuates. We have previously established that my circle x...
Testing/publishing your project - IOS devices
... you should be able to find the app on the Android App Store. When opening the app for the first time you will be ...asked to grant the app access to your microphone, camera and gps location. Uploading your content to your device The process of ...
Week 2 - Animation, conditionals & random numbers
...imation Using random numbers Mapping values from one range to ano ... to the console. Here is what happens line by line: Store the nu ...ccessible throughout the entire application (i.e. globally). Exerc ... of controlling the flow of our application. If statements Condit...
How to export your p5.js as a video
...access your camera as a capture card. Custom Library The first step we need to take is to download the custom library for this process. This library can be found at the following Moodle link . Following that link will automatically download a src.zip fol...
How to send files to Raspberry Pi using SSH
...to the boot partition of the SD card When the Pi boots, SSH will be enabled Find Pi's IP address In Terminal, hostname -I You will see something that looks like this: 192.168.1.42, this is your pi's IP address File Transfer 1. From Your Computer → Rasp...
Using Quixel Materials
... on creating virtual worls in Unreal Engine. This tutorial assumes y ... and Libraries Just like in the real world, Materials determine what ...ct will look and feel like in Unreal Engine. We can either create ou ...rary that is free to use with Unreal Engine. This provides easy acce...