Close

1065 Results for "N 온라인손오공게임 CDDC7닷컴 ◆프로모션번호 b77◆용산카지노㈣월드컵예선경기생중계ᇭ하노버ᇡ토토신🍋온라인손오공게임강추 luniform/"

  • Container cheat sheet

  • Create a container: lxc-create -t download -n container-name -- --no-validate Then it prints a list & you have to specify an image from the list with 3 prompts: Distribution: ubuntuRelease: xenialArchitecture: amd64 Rename a container without lxc-rename...
  • Micropython Quadruped Robot

  • esp8266.pyfrom select import poll from pyb import UART class ESP8266(): def __init__(self, server_port=None): self.uart = UART(3, 115200) self.poller = poll() self.poller.register(self.uart, 1) self.uart.write('AT\r\n') self.uart_read() self.uart.write('AT+CWMODE=%s\r\n'...
  • Python L-System

  • How it works:We choose an axiom, for example: 'A'Now we have rules like: "A becomes AF" and "F becomes FA"Next step is to iterate the axiom through the rules by an specific amount, the output will be fed through the rules again.For example we iterate...
  • SteamBot Willie

  • Un robot modulaire : je compte faire un robot capable de se satisfaire de changements assez importants, en particulier au niveau de ses moteurs. Je veux qu'il soit possible de débrancher un moteur, le remplacer par un autre, et que le robot s'y...
  • CirKit

  • A simple circuit using an Op-Amp and variable resistance. Its a simple amplifier stage.Using a simple line drawing program written in python, draw out the bones of the circuit to scale as it would appear on the circuit board and save the resulting image...
  • Linear Feedback using a HeNe Laser

  • Basics of the Michelson interferometer.With a michelson interferometer you create an interference pattern due the phase difference of the laser beams in the setup. This pattern when created sucessfully looks like this: http://mcuplace.com/dump/Interfearence.jpeWhen...
  • EMW3162

  • First the EMW3162, if you didn't heard of it here is some info about it:The EMW3162 is an WiFi chip by mxchip, combined with an STM32F205RG on a small board. 120 mhz1M flash128k sramseperate wifi chip, with private arm cpu 802.11a/b/g/nultra-low power...
  • Micro NumiTron clock

  • The project must haves' are as follows.DONE : *Fits in an area of 1 inch x 1 inch or (25.4mm x 25.4mm) Numitron Tube size: 32 x 10 mm (1.28 inch x 0.4 inch)PROBABLY NOT : *Also compatible with HP bubble displays (4 digit 7 segment).DONE : *at least 2...
  • Frack

  • Frack, or the Fryslân Hackerspace, is the only hackerspace in the north of the Netherlands . Together the participants and visitors form a group of people who love working, discussing and tinkering with or about technology. Projects are very diverse,...
  • nodeLED

  • The board’s controller is run by the NodeMCU which is connected to a N-Channel MOSFET for each color of the RGBW LED strip. Trimpot for brightness and 2 user buttons (that can be setup to change modes, possibly) were also added. A 5v regulator was then...
  • SineLUT

  • # sinelutCommand line Sine look-up table generatorGitHUB link: https://github.com/MightyDevices/sinelutSimple software that allows to create sine/cosine valued LUTs to be created. Perfect for testing audio signal paths involving Digital to Analog converters.#...