Close

671 Results for "%E3%80%8A%EC%98%88%EC%95%BD%EB%B2%88%ED%98%B8OIOX8489X83O6%E3%80%8B%EA%B0%95%EB%82%A83hours%E2%80%BB%E2%82%84ours3hours%EB%A0%88%EA%B9%85%EC%8A%A4%E3%81%843hours%EB%A0%88%EA%B9%85%EC%8A%A43hours%E2%99%A3%E2%97%873hours%EB%A0%88%EA%B9%85%EC%8A%A4%EA%B0%80%EA%B2%A9linked 3hours%EB%A0%88%EA%B9%85%EC%8A%A4%E2%85%B73hours%EB%A0%88%EA%B9%85%EC%8A%A4%EA%B0%80%EA%B2%A9%E3%82%B9%E3%81%84status"

  • Run a Program

  • #includeLiquidCrystal lcd(A5,A4,A3,A2,A1,A0);#include const int stepsPerRevolution = 200; // change this to fit the number of steps per revolutionStepper myStepper(stepsPerRevolution, 8, 9, 10, 11);volatile byte REV; unsigned long int rpm,RPM;unsigned...
  • Connections

  • You can find every information about Feather MO Adalogger in: https://learn.adafruit.com/adafruit-feather-m0-adalogger/overview I have used all pins of Feather and I would like to have more pins available. These are the connections of the set: Pin00-...
  • Run a Program

  • #include const char* ssid = "*********"; // Your ssid const char* password = "***********"; // Your Password float temp_celsius = 0; float temp_fahrenheit = 0; WiFiServer server(80); void setup() { Serial.begin(115200); pinMode(A0, INPUT); Serial.println();...
  • AIRee Pollution Clock

  • #include #ifdef __AVR__ #include #endif // Which pin on the Arduino is connected to the NeoPixels? // On a Trinket or Gemma we suggest changing this to 1 #define PIN 6 // How many NeoPixels are attached to the Arduino? #define NUMPIXELS 48 // How much...
  • Wiring Up the Octosonar

  • The connections on the Octosonar are clearly labelled. I'll try and run up a wiring diagram later, but for now the following list of connections should get you there. To connect to Arduino Octosonar PinUno Pin DefaultDescription5V5V5V supply for...
  • Raspberry Pi Zero Smart Glass

  • Battery Pack SuppliesArduino Shield 4.1 ATtiny85 Programmer + :1 ATtiny85+Guide+RGB Ledhttp://www.ebay.com/itm/NEW-Arduino-Shield-4-1-ATtiny85-Programmer-FREE-GIFT-1-ATtiny-85-Guide-RGB-Led-/221324819158?hash=item3387fcbad6:g:sDsAAOxyRhBSrxxc1 x PCB...
  • Cuts required

  • The plywood product I used was 1/2x2x4 G1S, $37 ea before tax in Ontario in summer of 2022. For the project infrastructure, four 1" x 4" x 8' knotty pine planks would be price competitive and less work to waterproof, but less convenient to transport....
  • rDUINOScope Boiana

  • TEP 3 AssembleFor more detailed instructions, please visit the Project Website : http://rduinoscope.co.nf/rDUINO_step3.htmlNow is the time to create the Shield board. A Shield board is a board with pinouts which you stack on top of the ArduinoDUE board.Some...
  • Run a Program

  • int x;int y;void setup() { pinMode(2,OUTPUT); pinMode(3,OUTPUT); pinMode(6,OUTPUT); pinMode(A0,INPUT);} void loop() { x=analogRead(A0); y=map(x,0,1023,0,255); analogWrite(6,y); digitalWrite(2,HIGH); digitalWrite(3,HIGH);}
  • I2C Sensors and debugging

  • I wanted to use a BMP280 I had in my parts bin for altitude measurements. I have used it in the past for a simple weather station and it works great! Turns out, it is even the go to sensor for Stratux, so I went ahead and plugged it in, activated it...
  • Solder the LiPo battery

  • You will need a Lipo battery with 100mAh capacity, you can get a higher capacity one but take into account that more capacity means a bigger battery so it won't fit into the board, the battery must have a protection circuit included. The battery must...