All public logs
Jump to navigation
Jump to search
Combined display of all available logs of The TinkerNow Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 01:19, 13 June 2020 Tinker talk contribs deleted page ESP32 Sample IOdefs.h (content was: " <syntaxhighlight lang="c++" line="1"> LED GPIO pin: const char led1 = 2; const char led2 = 4; const char led3 = 17; const char errled = 23; const char button1 = 35; void IOtypes(void) { pinMode(led1, OUTPUT); pinMode(led2, OUT...")
- 01:19, 13 June 2020 Tinker talk contribs deleted page ESP32 Sample MQTT.h (content was: " <syntaxhighlight lang="c++" line="1"> create an instance of PubSubClient client: WiFiClient espClient; PubSubClient mqtt_client(espClient); The MQTT Broker: const char* mqtt_server = "192.168.0.12"; client ID: String m...")
- 01:19, 13 June 2020 Tinker talk contribs deleted page ESP32 Sample HTTP.h (content was: " <syntaxhighlight lang="c++" line="1"> // ESP32WebServer http_server(80); WebServer http_server(80); #include "PageCode.h" void handleRoot() { digitalWrite(errled, LOW); http_server.send(200, "text/html", WebPage0); Serial.p...")
- 01:18, 13 June 2020 Tinker talk contribs deleted page ESP32 Sample PageCode.h (content was: " <syntaxhighlight lang="c++" line="1"> char WebPage0[3000] = "<!DOCTYPE html>\n\ <html>\n\ <head>\n\ <title>ESP32 Sample WebServer</title>\n\ </head>\n\ <body>\n\ \n\ <h1>Ooga Booga!!!</h1>\n\ <a href=\"/1\">Click here...</a>\n\ </body>...")
- 01:18, 13 June 2020 Tinker talk contribs deleted page ESP32 Sample GPIO.h (content was: " <syntaxhighlight lang="c++" line="1"> char LEDmsg[20] = "LEDs: _"; void LEDs(char Binary) { LEDmsg[6] = Binary; publish the message: mqtt_client.publish(GPIO_TOPIC, LEDmsg); switch (Binary) { case '0': // statemen...")
- 01:17, 13 June 2020 Tinker talk contribs deleted page Aquarium Timer (content was: " *main.cpp", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 01:17, 13 June 2020 Tinker talk contribs deleted page Aquarium Timer main.cpp (content was: " <syntaxhighlight lang="c++" line="1"> /****************************************************************************** * TODO: * * Add button repeat * Add in clock setting capabilities * Pins 7-9 are available... let's use 7 *...")
- 01:16, 13 June 2020 Tinker talk contribs deleted page IoT Keypad (content was: " *main.ino *Setup-Network.h *IoT_Keypad_Setup-Comm-...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 01:15, 13 June 2020 Tinker talk contribs deleted page IoT Keypad main.ino (content was: " <syntaxhighlight lang="arduino" line="1"> /* source from http://tech.scargill.net/mqtt-on-arduino/ Well... That's where the ORIGINAL sketch came from... I've kludged in a whole metric shitload of other shit. Required Libraries: |--...")
- 01:15, 13 June 2020 Tinker talk contribs deleted page IoT Keypad Setup-Network.h (content was: " <syntaxhighlight lang="arduino" line="1"> //////////////////////////////////////////// // Network Setup //////////////////////////////////////////// // Update these with values suitable for your network. byte mac[] = { 0xDe, 0xA...")
- 01:14, 13 June 2020 Tinker talk contribs deleted page IoT Keypad Setup-Comm-MQTT.h (content was: "<syntaxhighlight lang="arduino" line="1"> //////////////////////////////////////////// // MQTT Setup //////////////////////////////////////////// // this routine is called automatically when something comes in. I?ve used // serial.pr...")
- 01:14, 13 June 2020 Tinker talk contribs deleted page IoT Keypad Setup-Keypad.h (content was: "<syntaxhighlight lang="arduino"> //////////////////////////////////////////// // Keypad Setup //////////////////////////////////////////// #include <Keypad.h> #ifdef KeyPadNano const byte ROWS = 4; //four rows const byte COLS = 4; //fo...")
- 01:14, 13 June 2020 Tinker talk contribs deleted page IoT Keypad Setup-Display-1602.h (content was: "<syntaxhighlight lang="arduino" line="1"> // include the library code: #include <LiquidCrystal.h> // initialize the library by associating any needed LCD interface pin // with the arduino pin number it is connected to const int LCDrs =...")
- 01:13, 13 June 2020 Tinker talk contribs deleted page IoT Keypad UI-input.h (content was: "<syntaxhighlight lang="arduino" line="1"> void KeyRead(){ // Read the keypad char customKey = customKeypad.getKey(); if (customKey){ int KeyNum = customKey - 48; if (KeyNum == -6) KeyNum = 10; if (KeyNum == -13) KeyNu...")
- 01:13, 13 June 2020 Tinker talk contribs deleted page IoT Keypad UI-Output-MQTT.h (content was: "<syntaxhighlight lang="arduino" line="1"> // These are arrays of chars rather than some sort of actual strings because // arduinos don't have a heck of a lot of memory... const char Topics_Device_00[] PROGMEM = "cmnd/sonoff-K1/Power"; c...")
- 01:10, 13 June 2020 Tinker talk contribs deleted page PlatformIO-Install-Windows (content was: " Choose an IDE: [https://atom.io/ Atom] *[https://atom.io/download/windows_x64 Download] *Install (just run...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 01:09, 13 June 2020 Tinker talk contribs deleted page PlatformIO-Install-Linux (content was: " == Choose an IDE: == === [https://atom.io/ Atom] === <span style="color:#9b59b6">Apparently, (as of 2019/08...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 01:07, 13 June 2020 Tinker talk contribs deleted page PlatformIO - Notes & Links (content was: "*[https://community.platformio.org/c/faq Latest FAQ Topics] *[https://docs.platformio.org/en/latest/projectconf/section_env_upload.html Upload options] *[https://docs.platformio.org/en/latest/projectconf/dynamic_variables.html Dynamic Va...")
- 00:56, 13 June 2020 Tinker talk contribs deleted page MSP430 (content was: "MSP430 LaunchPad ==== Recovered Links From Previous Research ==== * [http://e2e.ti.com/support/archive/launchyourdesign/ E2E Support Forums: Launch Your Design with TI] * [https://43oh.com/2010/11/a-step-by-step-guide-msp430-progra...")
- 00:55, 13 June 2020 Tinker talk contribs deleted page MSP430 LaunchPad (content was: "[http://www.msp430launchpad.com/2010/07/schematic-images-and-explanation.html Schematic Images and Explanatio...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 00:49, 13 June 2020 Tinker talk contribs deleted page STM8 (content was: "== STM8S103F3P6 ARM STM8 Minimum System Development Board Module For Arduino == [http://embedonix.com/art...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 00:48, 13 June 2020 Tinker talk contribs deleted page RX62N (content was: "YRDKRX62DN Demonstration Kit", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 00:48, 13 June 2020 Tinker talk contribs deleted page RL78 (content was: "https://www.renesas.com/en-us/products/microcontrollers-microprocessors/rl78.html [https://www.renesas.com/en...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 00:44, 13 June 2020 Tinker talk contribs created page Contact me (Created page with "I can be reached via email at [mailto://Scott@tinkernow.net scott@tinkernow.net] Also, try Discord (I'm '''Tinker''') On a bunch of servers. (That's probably how you got here...")
- 00:41, 13 June 2020 Tinker talk contribs deleted page PIC (content was: "* [http://www.microchip.com/wwwproducts/en/PIC12F629 12F629] * [http://www.instructables.com/id/Business-Card-...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 00:33, 13 June 2020 Tinker talk contribs deleted page ESP32 (content was: "==Modules== *(The ones currently on hand are the FM-DevKit) *Interesting: [https://m5stack.com/ M5Stack] *[https://hackaday.com/2019/07...", and the only contributor was "Tinker" (talk))
- 00:30, 13 June 2020 Tinker talk contribs deleted page ESP8266 (content was: "left|thumb center|thumb <br /> File:ESP8266-...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 00:20, 13 June 2020 Tinker talk contribs deleted page ESP-01 (content was: "{| width="589" cellspacing="1" cellpadding="1" border="1" |+Top of Module |- ! scope="col" style="width: 93.6667px" |Label ! scope="col" style="width: 1px" |Pin # ! scope="col" | ! scope="col" |Pin # ! scope="col" |Label |- | style...")
- 00:19, 13 June 2020 Tinker talk contribs deleted page ESP-07 (content was: " {| width="589" cellspacing="1" cellpadding="1" border="1" |+ Top of Module |- ! scope="col" style="width: 93....", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 00:17, 13 June 2020 Tinker talk contribs deleted page ESP-12 (content was: " <span style="font-size:xx-large">'''<span style="color: rgb(128, 0, 128)">THIS PAGE IS ACTUALLY A PLACEHOLDER...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 00:16, 13 June 2020 Tinker talk contribs deleted page LOLIN D1 mini (content was: " [https://docs.wemos.cc/en/latest/d1/d1_mini.html The original] {| width="589" cellspacing="1" cellpadding="1" border="1" |+Top of Module...", and the only contributor was "Tinker" (talk))
- 00:03, 13 June 2020 Tinker talk contribs deleted page ATTiny (content was: " *ATtiny Datasheet *[...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 00:03, 13 June 2020 Tinker talk contribs deleted page Using an Arduino UNO as a programmer for the Digispark attiny85 (content was: " '''Note:''' This can be done with an Arduino Nano too... From: [https://create.arduino.cc/projecthub/a...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 00:03, 13 June 2020 Tinker talk contribs deleted page Some notes from the ArduinoISP sketch (content was: " ArduinoISP<br/> Copyright (c) 2008-2011 Randall Bohn<br/> If you require a license, see http://www.opensource...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:54, 12 June 2020 Tinker talk contribs deleted page Wire Guage (content was: "{| class="wikitable" |- ! American Wire Gauge<br>(AWG) !! Diameter<br>(inches) !! Diameter<br>(mm) !! Cross Se...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:51, 12 June 2020 Tinker talk contribs deleted page Electronics-Parts (content was: " ==Components== *Resistors *Capacitors *Inductors *ICs *...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:50, 12 June 2020 Tinker talk contribs deleted page Batteries (content was: " [http://www.batteriesandbutter.com/CHARTS.html Cross-Reference Battery Charts] ===Charging=== *Turnigy Accucell 6 **:File:Accucel6.p...", and the only contributor was "Tinker" (talk))
- 23:50, 12 June 2020 Tinker talk contribs deleted page Electronics-Projects (content was: " == IoT == *[http://hackedgadgets.com/2016/09/18/how-to-build-iot-devices-talk-by-joe-menard/ How to Build IO...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:49, 12 June 2020 Tinker talk contribs deleted page ATmega (content was: " ==[http://www.atmel.com/devices/atmega328.aspx ATmega328]== <gallery> Atmel-8271-8-bit-AVR-Microcontroller-A...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:48, 12 June 2020 Tinker talk contribs deleted page Arduino (content was: " ==== Comparison of various Arduino models ==== ===== Nano vs UNO ===== *The Nano & the UNO are functionally...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:44, 12 June 2020 Tinker talk contribs deleted page Using an Arduino UNO as a programmer for the pro-mini (content was: " <span style="font-size:x-large">'''NOTE: I've only done this with a [https://www.banggood.com/Pro-Mini-...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:33, 12 June 2020 Tinker talk contribs deleted page Arduino Meep Meep (content was: " [http://makezine.com/projects/make-35/advanced-arduino-sound-synthesis/ Advanced Arduino Sound Synthesis] [2...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:24, 12 June 2020 Tinker talk contribs deleted page Heroic on lithium batteries (content was: " 2018/04/27<br/> [01:30:50] <heroic> blaaargh<br/> [01:31:13] <mman454_mobile> A wild heroic appears!<br/> [01...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:23, 12 June 2020 Tinker talk contribs deleted page Heroic on lithium battery charging (content was: " 2017-08-17 [13:03:56] {SM0TVI} Any LiPo geeks around? Would going between 20% and 80% charge rather than 20%...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:17, 12 June 2020 Tinker talk contribs deleted page Electronics Wishlist (content was: " == Tools & Instrumentation == *[http://www.ebay.com/itm/-/112093355865 DC Battery wireless 120V 30A LCD Volt...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:16, 12 June 2020 Tinker talk contribs deleted page 0.28 Inch 2.5V-30V Mini Digital Voltmeter Voltage Tester Meter (content was: "[http://www.banggood.com/0_28-Inch-2_5V-30V-Mini-Digital-Voltmeter-p-974258.html Banggood Link] Product ID: 9...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:12, 12 June 2020 Tinker talk contribs deleted page ATmega328P Nano V3 Controller Board Compatible Arduino Improved Version (content was: "[http://www.banggood.com/ATmega328P-Nano-V3-Controller-Board-Compatible-Arduino-p-940937.html Banggood Link]...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:09, 12 June 2020 Tinker talk contribs deleted page ESP8266 ESP-07 Remote Serial Port WIFI Transceiver Wireless Module (content was: " [http://www.banggood.com/ESP8266-ESP-07-Remote-Serial-Port-WIFI-Transceiver-Wireless-Module-p-961247.html Ban...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 23:07, 12 June 2020 Tinker talk contribs deleted page STM8S103F3P6 ARM STM8 Minimum System Development Board Module For Arduino (content was: " [http://www.ebay.com/itm/321701983134 eBay Link] STM8 development board, minimum system board, core board,ST...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))
- 22:58, 12 June 2020 Tinker talk contribs deleted page TP4056 1A MINI USB lithium-ion battery Charging Module Charger Board (content was: "[https://www.amazon.ca/gp/product/B00HSFG9F0/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1 Amazon Link] == Desc...", and the only contributor was "[[Special:Contributions/imported>Tinker|imported>Tinker]]" ([[User talk:imported>Tinker|talk]]))