All public logs
Combined display of all available logs of ElectroDragon 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)- 18:17, 11 March 2020 Chao talk contribs created page Thermopile Infrared (Created page with " category: Infrared category: Temperature")
- 17:30, 11 March 2020 Chao talk contribs created page Holtek (Created page with "== Chips == * BH67F2762 - 24-bit Delta Sigma A/D Flash MCU with LCD and OPA - https://www.holtek.com/productdetail/-/vg/BH67F2762 category: Vendors")
- 16:33, 11 March 2020 Chao talk contribs created page PIC18F14K50 SDK (Created page with "== Device – CDC – Basic Demo == * Once the device is successfully installed, open up a terminal program, such as hyperterminal. Select the appropriate COM port. On most...")
- 21:47, 6 March 2020 Chao talk contribs created page WCH HDK (Created page with "VDD33 - internal 3.3V VCC * Dis-Connect If VCC = 5V VIN * Connect If VCC = 3.3V VIN for 3.3V input category: WCH")
- 11:39, 2 March 2020 Chao talk contribs created page File:MPC1073 customized version.png
- 11:39, 2 March 2020 Chao talk contribs uploaded File:MPC1073 customized version.png
- 22:35, 19 February 2020 Chao talk contribs created page USART SDK (Created page with "== Example for STM32 == uint8_t UART_TxBuf[50]; #define LogLocal(...) do{}while(HAL_UART_Transmit_DMA(&huart1,UART_TxBuf,sprintf((char *)UART_TxBuf,__VA_ARGS__))) Use LogL...")
- 22:05, 19 February 2020 Chao talk contribs created page STM32 HAL (Created page with "== Vaiables == Private variables ---------------------------------------------------------: ADC_HandleTypeDef hadc; I2C_HandleTypeDef hi2c1; I2C_HandleTypeDef hi2c2...")
- 21:09, 19 February 2020 Chao talk contribs created page Sprintf (Created page with "== Example == float test1 = 3.54; char num_char[4]; sprintf(num_char, "%f", test1); category: C")
- 23:38, 18 February 2020 Chao talk contribs created page PNP Machine (Created page with "== 吸头总成 == * 香蕉滚轮 * 滚轮控制电机 * 吸头电机 ==PCB 夹具总成 == ==平台总成== ==料栈总成== category: Machine")
- 23:36, 18 February 2020 Chao talk contribs created page NX (Created page with " 警告! 本安装包仅用于学习测试使用,请勿用于商业用途! ========================================================= 1、右键以管理员身份打开...")
- 00:41, 18 February 2020 Chao talk contribs created page Spade terminals (Created page with "* 2.8/4.8/6.3MM <gallery> File:Spade_connector_01.jpg | Spade terminal 01 File:Spade_connector_02.jpg | Spade terminal 02 File:Spade_connector_03.jpg | Spade terminal 03 File:...")
- 00:40, 18 February 2020 Chao talk contribs created page File:Spade connector 01.jpg
- 00:40, 18 February 2020 Chao talk contribs uploaded File:Spade connector 01.jpg
- 00:40, 18 February 2020 Chao talk contribs created page File:Spade connector 02.jpg
- 00:40, 18 February 2020 Chao talk contribs uploaded File:Spade connector 02.jpg
- 00:40, 18 February 2020 Chao talk contribs created page File:Spade connector 03.jpg
- 00:40, 18 February 2020 Chao talk contribs uploaded File:Spade connector 03.jpg
- 00:40, 18 February 2020 Chao talk contribs created page File:Spade connector 04.jpg
- 00:40, 18 February 2020 Chao talk contribs uploaded File:Spade connector 04.jpg
- 00:39, 18 February 2020 Chao talk contribs created page Current Connector (Created page with "* spade terminals * HB-9500 + "Y" * category: Connector")
- 22:27, 17 February 2020 Chao talk contribs created page RGB LED Matrix Panel Drive Board (Created page with "== Referential Documentation == * https://www.hackster.io/idreams/getting-started-with-rgb-matrix-panel-adaa49 * https://iot-for-maker.blogspot.com/2020/02/led-3-lets-make-la...")
- 21:09, 17 February 2020 Chao talk contribs created page Supplier (Redirected page to Category:Suppliers) Tag: New redirect
- 12:53, 17 February 2020 Chao talk contribs created page Category:TI-ADC (Created page with "* http://www.ti.com/data-converters/adc-circuit/precision-adcs/products.html category: TI")
- 00:47, 17 February 2020 Chao talk contribs created page Variable (Created page with "== Underscore == * Typically, the underscore is used in front of member variables in a class, to distinguish them (for the reader) from local variables. The presence or absenc...")
- 00:44, 17 February 2020 Chao talk contribs created page Arduino Wire (Created page with " Wire.requestFrom(<address>,<len>); master 在線上向拍定地址發出回傳 <len> bytes 資料的請求 == REF == * * http://arduino169.blogspot.com/2015/08/arduino-i2c-...")
- 00:38, 17 February 2020 Chao talk contribs created page Shift (Created page with " Wire.requestFrom(_addr, (uint8_t)3);// send data n-bytes read ret = Wire.read(); // receive DATA ret |= Wire.read() << 8; // receive DATA category: C")
- 00:34, 17 February 2020 Chao talk contribs created page STM32 IIC (Created page with "HAL_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t MemAddSize, uint8_t *pData, uint16_t Size, uint32_t Timeout) *...")
- 00:24, 17 February 2020 Chao talk contribs created page For (Created page with "for(uint8_t _i = 0; _i <10; _i ++) { i2cWriteBuf[_i] = '0' + _i; } category: C")
- 16:55, 14 February 2020 Chao talk contribs created page Display SDK (Created page with "Arduino * OLED - adafruit SSD1306 * TFT LCD * U8Glib")
- 00:44, 13 February 2020 Chao talk contribs created page Category:Temperature (Created page with "category: Sensors")
- 00:43, 13 February 2020 Chao talk contribs created page Category:Thermometer (Created page with " * 热电堆红外传感器 ISB-TS45H: 非接触温度测温、耳朵温度计、额头温度计、工业连续温度控制 category: Temperature")
- 22:07, 11 February 2020 Chao talk contribs created page Category:Human Temperature (Created page with "category: Temperature")
- 22:06, 11 February 2020 Chao talk contribs created page Melexis (Created page with "== Temperature Sensor == * MLX90632 Contactless * MLX90614 * MLX06015 * MLX90616 Temperature Jack * MLX90327 * MLX90342 Infrared Sensor Matrix * M...")
- 16:06, 11 February 2020 Chao talk contribs created page Arduino Bootloader (Created page with "Pro-mini 8M/3V3 * Loraduino * NRF24duino category: Arduino")
- 21:02, 9 February 2020 Chao talk contribs created page Category:Kendryte (Created page with "category: Vendor")
- 20:59, 9 February 2020 Chao talk contribs created page Category:XL (Created page with "{| class="wikitable sortable" |- ! category !! category !! ICs !! Feature |- | DCDC-Buck || Normal || XL2596 || 3A 150KHz 40V Buck DC to DC Converter |- | DCDC-Buck || effect...")
- 20:58, 9 February 2020 Chao talk contribs created page Category:Top Power (Created page with "{| class="wikitable sortable" |- ! Type !! Package !! 3.7-4.2 Battery !! Boost !! Series two Battery Charge !! Protection !! Peripheral !! Compatible |- | TP4100 / TP4101 ||...")
- 20:56, 9 February 2020 Chao talk contribs created page Category:Injoinic (Created page with "== Normal Power Management == == QC Series == == PMIC == * http://www.injoinic.com/product_detail/id/23.html * 手持电风扇/手持台灯/暖手宝 PMU IC * === Handheld...")
- 20:55, 9 February 2020 Chao talk contribs created page IC (Redirected page to Category:Vendor) Tag: New redirect
- 20:12, 7 February 2020 Chao talk contribs created page Category:IIC-UART (Created page with "category: Bridge Interface")
- 20:10, 7 February 2020 Chao talk contribs created page Category:USB-IIC (Created page with "category: Bridge Interface")
- 20:09, 7 February 2020 Chao talk contribs created page Category:IIC-PWM (Created page with "category: Bridge Interface")
- 20:08, 7 February 2020 Chao talk contribs created page Category:IIC-IO (Created page with "category: Bridge Interface")
- 19:22, 6 February 2020 Chao talk contribs created page NRF24 HDK (Created page with "* File:NRF24L01_prelim_prod_spec_1_2.pdf category: NRF24")
- 19:21, 6 February 2020 Chao talk contribs created page File:NRF24L01 prelim prod spec 1 2.pdf
- 19:21, 6 February 2020 Chao talk contribs uploaded File:NRF24L01 prelim prod spec 1 2.pdf
- 04:55, 6 February 2020 Chao talk contribs created page Category:Other Topics (Created page with "category: Topics")
- 04:53, 6 February 2020 Chao talk contribs created page Category:SI (Created page with "category: Vendor")
- 04:45, 6 February 2020 Chao talk contribs created page Category:Shipment (Created page with "category: Other Topics")