Advanced Search
Search Results
151 total results found
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ... Sensor Sony IMX708 Resolution ... 12MP (4608 × 2592) Autofocus ...later Requirements Hardware Raspberry Pi (Pi 3 or later)...
Combining codes & circuits
...ept one code at one time. If we want it to do multiple things at t ...oid setup () { Serial.begin(9600); // We initialize serial c ... code tidy and accessible. For example, in Serial.println(distanc ...s the distance value, and if we want to use the data, we will need...
Week 2 - Animation, conditionals & random numbers
...m/ 08_random_recursive_tree/ 09_map_weather_api/ 10_map_hsb_co ... detail. A variable is simply a way of storing information in the ...y. Let's dive right in with an example... var rectWidth = 5; ...tions. 5 - The value which we want to store in the computer's me...
Radio Communication: How to use APC220 Radio Data Module
...Sending: GND to GND VCC to 5V TXD to 8 RXD to 9 Arduino UNO - Receiving: GN ...D to GND VCC to 5V TXD to 8 RXD to 9 SoftwareSerial OnlyUse SoftwareSerial on both Arduinos. Never ... directly connect APC220 RXD to Arduino TX if they use diff...
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...
Using the serial monitor and serial logger
...between two Arduinos, or via an XBee wireless shield, USB or Blue ...e a seperate USB serial and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...the serial monitor, the first text field is where you can type te...
Week 1 - Coordinates, shapes and colour
...the most recent part of a complex history of open-source, creativ ...ite. A p5.js project In this exercise you will set up a p5.js p ...roject using the Atom text editor, then examine the different files and ru ... /00_empty_project/ ├── index.html ├── libraries │ └─...
Capturing in Wide-Angle with the OAK-D Pro camera
...is, replace the script in the Text DAT with the following code: ...eate(dai.node.ColorCamera) xoutIsp = pipeline.create(dai.nod ...e.XLinkOut) xoutPrev = pipeline.create(dai.no ...de.XLinkOut) xoutIsp.setStreamName('isp') ... xoutPrev.setStreamName('preview')...
Variables
...d running it: print(1 + 1) As expected, Python tells us that 1 + ... result of 2. However, you may want to use a certain value more t ...tion. Imagine them as labeled boxes where you can store different ...o integers like we did before, except this time we are able to st...
Position-based Tracking using a Webcam
...n your object and background. Next add a Threshold TOP and change ... object from it's background we want to look for the white pixels in the image, to determine i ...wn our input's resolution, this way we will have less data to anal ...SOLUTION to be Eighth. Afterwards add a TopTo CHOP to your thr...
How to use a EMG Muscle Sensor
... below. When the forearm is relaxed on the table, the built-in LE ... be off. When the forearm is flexed, the built-in LED will be on. ...ffer[BUFFER_SIZE]; int data_index, sum; void setup() { // Seri ...sum -= circular_buffer[data_index]; sum += abs_emg; circular_...
Radio Communication: How to use RFM69HCW Radio Data Module
What is RFM69HCW Radio Data Module? The RFM69HCW is a high-performance, low-p ...odules like the APC220, the RFM69HCW offers SPI communication, en ...ding and one for receiving. RFM69HCW comes with different version ... Feature APC220 RFM69HCW Commun...
Touch sensor - Using an MPR121
...ochip formerly manufactured by NXP, now under Resurgent Semicondu ...itive touch is relatively complex to understand but fundamentally ...r can detect when you are in proximity or actually touching the e ...nd the end of the wire. If you extend a wire from the electrode, ...
Web App Template for Beginners
...ur project on your laptop. For example, a folder called “example_app” in you Documents fold ...er. 3) For Visual Studio: Open example_app folder and create the ...mmend it. Server with Node and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th...
How to use 7-Segment LED Backpack
...ng an I2C constant-current matrix controller sit neatly on the ba ...he below sketch is i2c_scanner example code, which will show the ... Wire.begin(); Serial.begin(9600); while (!Serial); // Leon ...ardo: wait for Serial Monitor Serial.p...
How to fix "Internal data stream error" in Processing 4
...tion, please see here. How to fix (12/2024) Change this line cam = ne ...pipeline:avfvideosrc device-index=0" Full Code import processing. ... available for capture."); exit(); } else { println("Av ...pipeline:avfvideosrc device-index=0", 30); cam.start(); ...
How to control Raspberry Pi Pico via Wifi
...ome a ubiquitous and convenient way for people to access the inter ...your microcontroller for wifi. External read for fun:) What is I ...bers separated by periods, like xxx.xxx.xxx.xxx. Think of it as a digital addre ...etifaddr en1 Get started The example code will turn on/off the ...
How to make Animation on NeoMatrix
... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or below of Adafruit Neopixel ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ...n { 0x000, 0x000, 0x000, 0x5C9, 0x5C9, 0x000, 0x000, 0x000...