Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

155 total results found

Using an PN532 RFID reader

Physical Computing Tutorials

... Standards ISO14443A/B, FeliCa ISO14443A (MIFARE) ✔ PN522 ...n the module. D/T - SDA (Pin 14) C/R - SCL (Pin 15) GND - GND ( ...f blocks of data depends on the type of RFID tag or card you’re usin ...FARE Classic 1K card will have 64 blocks of data and the smaller ...

Adding content - 3D model from the internet

Spark AR Importing 3D content from different sou...

...e. A list of libraries and the types of models they stock can be fo ...? Depending on the model you want you might need to look for it ...ly stock models of a particular type - plants & vegetation, or c ...e. A list of libraries and the types of models they stock can be fo...

How to use a Servo Motor

Physical Computing Tutorials

... Motors in physical computing. Types of Common RC Servo Motors ... Servo Type Rotation Range Cont ...rol Type Common Use ... / Micro Servo Depends on type (limited or continuous) S ...o.setAngle(i, 0); delay(1000); servo.setAngle(i, 90...

Using NEMA17 Stepper motor with Big Easy Driver

Physical Computing Tutorials

...otor driver board based on the A4988 chip, used to control steppe ...e code demonstrates 4 modes: forward, reverse, 1/16th microstep an ...ain loop void loop() { StepForwardDefault(); ReverseStepDe ...lt(); SmallStepMode(); ForwardBackwardStep(); } //Reset Eas...

Variables

Python for Beginners

... result of 2. However, you may want to use a certain value more t ...s where you can store different types of data. This data could be nu ... You'll see that print on line 4 now has a squiggly line beneath ...e cursor over the print on line 4 gives us the following message:...

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu .... There are dozens of different types of switches and buttons, but a ...o these as it does to any other type of button or switch. Different types Rocker switch Push button Tac...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...ept one code at one time. If we want it to do multiple things at t ...mple code from the Library HCSR04. Only one void setup() and vo ...s the distance value, and if we want to use the data, we will need ... to retype this long string of text multip...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...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...

Using NFC Tools to Read/Write NFC tag

Physical Computing Tutorials

...our project involving Arduino.. Types of Tag In this tutorial, we are using NTAG203, NTAG215 or NTAG216 should work fine as well. You cannot use MIFARE Classic tag or card. Steps Download the app, it is available for both iPhone and Android. Choose Write....

Hello World

Python for Beginners

...ose a file name and select the "type" of Python file you want PyCharm to create. For this e ...le hello.py and choose the file type as "Python file." While this mi ...n PyCharm offers the other file types. Press Enter, and a new Pytho ...print(), we provide the text we want Python to print. This text mu...

Controlling an actuator with a N-channel Mosfet

Physical Computing Tutorials

...r Field-Effect Transistor) is a type of transistor used to switch or ...ing the level of current flow). Types There are two main types of MOSFETs, we will be using a ...tuatorPin, HIGH ); delay( 1000 ); digitalWrite( ...ctuatorPin, LOW ); delay( 1000 ); }

Connecting a Potentiometer

Physical Computing Tutorials

...e between 0V to 5V, at the half way the voltage on pin #2 would be ... 2.5V. Different types There are two main types: Rotary Potentiometers like t ...a potentiometer The most common type of potentiometer to use is a 10KΩ potentiometer, that means the res...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...ie image and add additional software later. It's up to you. We are ...t supported at the moment(02/2024). You will see the Welcome page ...ccordingly, one by one. If you want to skip any button configurat ...see more ROM file formats here. 4. Transferring Roms Transferring...

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

...e using Adafruit SSD1306 128 x 64 OLED with I2C communication. It ...A pin CLK to SCL pin RST to Pin 4 Library To use this code you w ...n pixels #define SCREEN_HEIGHT 64 // OLED display height, in pixe .... // On an arduino UNO: A4(SDA), A5(SCL) // On an arduino ...

How to control Arduino without using delay()

Physical Computing Tutorials

...nds) specified as a parameter. (1000 milliseconds = 1 second.) dela ...0; // will store last time LED was updated // constants won't ch ...ange: const long interval = 1000; // interval at which to blin ... // the interval at which you want to blink the LED. unsigned ...

Arduino Nano 33 Sense Rev2- IMU sensor

Physical Computing Tutorials

...x, y, z); if(x > 0.1){ x = 100*x; degreesX = map(x, 0, 97, ...; } if(x < -0.1){ x = 100*x; degreesX = map(x, 0, -100, 0, 90); Serial.print("Tilt ...); } if(y > 0.1){ y = 100*y; degreesY = map(y, 0, 97, ...; } if(y < -0.1){ y = 100*y; degreesY = map(y, 0, -10...

What is a Raspberry Pi?

Raspberry Pi

... Pi project originally leaned towards the promotion of teaching ba ...Different models have different types of HDMI ports, you will need t ... Pi 3: standard HDMI port x1 Pi 4 & Pi 5: micro HDMI port x2 3. ...use the Bluetooth with a dongle type of mouse & keyboard. 4. Power S...

How to control Arduino without using delay()

Physical Computing Tutorials

...e the FireTimer with a delay of 1000 milliseconds ledTimer.begin(1000); } void loop() { // Check ...D ON duration) ledTimer.begin(1000); } void loop() { // Check ...== HIGH) { ledTimer.begin(1000); // LED is ON for 1 second ...tors, like giving each person a watch and ask them to action based...