Close

138 Results for "Q 안산블랙잭 CDDC7_CОM ◆보너스번호 B77◆수원장안 프로토 구매๏토토핫픽⏬온라인황금성༈FX매매⋍안산블랙잭애용 thorough/"

  • 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...
  • Portable travel NAS

  • Let's get cracking, get the Carambola up and running. I like to connect to the serial terminal, the development board features a usb ftdi chip allowing me to use a terminal program like PuTTy to connect.Connecting to serial terminalFirst step: see that...
  • Getting our Workspace Ready

  • Preparing our Workspace Now that we have the toolchain installed, we need to do a few more things to make our workspace easy to use. We are going to create a udev rule to make our ESP8266 easier to find; we will erase the flash and then program default...
  • Add the GPS module

  • Now it starts to get a little bit more difficult. My GPS module arrived and this will require some light soldering. This is how to connect the module to the PI: GPS ModuleRaspberry PIPIN on RaspberryVCC3.3VPIN 1 or PIN17GNDGNDPIN 6 or any other GNDRXDTXD...
  • What is Raspberry Pi?

  • The Raspberry Pi is a credit card sized computer that plugs into your TV and a keyboard. It is a little device that enables people of all ages to explore computing and to learn how to program in languages such as Python and Scratch. It was created with...
  • Digital to Analog Converter (DAC)

  • With PWM we face some strong limitations: if we use software PWM we can use any GPIO pin, but get a lot of jitter. If we use hardware PWM we are limited to very few pins and two channels, but get almost no jitter. This is were the DAC comes in. It let's...
  • Setting Up the PCB

  • After populating our custom PCB with the required components, we can move on to the next step that is programming and configuring the PCB to work. For programming our PCB we need a USB to FTDI Converter. Now we need to follow the steps given below to...
  • Persistent variable storage - EEPROM, RTC, SPIFFS

  • With the ESP it is common to use the deep sleep mode to conserve power, but when waking from deep sleep it starts from the beginning, contents of every variable forgotten. Often this is OK, but if you want to store a state, configuration value...
  • Spectrum Analyser Code

  • SoftwareThe code can be downloaded from the project downloads page. But here it is:#include const static char ASCII[] PROGMEM = { 0x00, 0x00, 0x00, 0x00, 0x00, // 20 0x00, 0x00, 0x5f, 0x00, 0x00, // 21 ! 0x00, 0x07, 0x00, 0x07, 0x00, // 22 " 0x14, 0x7f,...
  • IRK! Infrared Remote USB Keyboard

  • Through Hole Technology (THT) versionThis is how I built the Through Hole Technology version Make a double-sided fibre glass PCB (see front- and back- PDF files below). There are several ways to do this. The way I do it is to print the front and back...