Сообщения

ESP32cam V3

  #include <WiFi.h> #include <WebServer.h> #include "esp_camera.h" #include "soc/rtc.h" #include <esp_mac.h> const char * WiFi_SSID = "17A-2" ; const char * WiFi_Password = "00000000" ; WebServer server ( 80 ) ; // Camera PIN OV2640 #define CAM_PWDN     32 #define CAM_RESET   - 1 #define CAM_XCLK     0 #define CAM_SIOD     26 #define CAM_SIOC     27 #define CAM_D0       5 #define CAM_D1       18 #define CAM_D2       19 #define CAM_D3       21 #define CAM_D4       36 #define CAM_D5       39 #define CAM_D6       34 #define CAM_D7       35 #define CAM_VSYNC   25 #define CAM_HREF     23 #define CAM_PCLK     22 bool initCamera () // Camera config {   camera_config_t config;   config . ledc_channel = LEDC_CHANNEL_0;   config ....

Arduino + DMSG-020 = Blow

// C++ , Arduino , DMSG-020 , SSD1306 , Blow #include <EEPROM.h> const int EEPROM_ADDR = 0 ; // Строка должна быть ТУТ, до setup! bool License = false ;      // И эта строка тоже тут #include <SPI.h> #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> #define RELAY_PIN A0 #define Sensor_PIN A1 // Коричневый провод датчика #define Sensor_GND A2 // Синий провод датчика (делаем из него минус) #define switch_Delay_1 2 #define switch_Delay_2 3 #define switch_Delay_3 4 #define switch_Delay_4 5 #define switch_Delay_5 6 #define switch_Blow_1 7 #define switch_Blow_2 8 #define switch_Blow_3 9 #define switch_Blow_4 10 #define switch_Blow_5 11 #define switch_ON 12   bool RePlay = false ;   bool Sensor = false ;   bool Relay = false ;   float Delay = 0.0 ;   float Blow = 0.0 ;   // Declaration for an SSD1306 display connected to I2C (SDA, SCL pins) // The pins...

id num

id num : АЛ +ПЛ 792386989 АРТ +ПЛ 733903286 АРТУ +ПЛ 453243666  ДЕД +ЮУ 977280739 ПА +ЮУ 983061333 661911014 СИР +ПЛ 732998045 ЖКО +ЮУ 987151159 ГАНО +ЮА 976010900 ТОК +ФР 689206530 Хома +ЮА 985280407 ОСКАР +ПЛ 724020904

C# Windows Form - CefSharpBrowser - Authentication Required

C# Windows Form - CefSharpBrowser - Authentication Required using CefSharp ; using CefSharp.Handler ; using CefSharp.WinForms ; using System ; using System.Collections.Generic ; using System.Drawing ; using System.Windows.Forms ; using System.Security.Cryptography.X509Certificates ;   namespace CefSharpBrowser {     public partial class Form1 : Form     {         ChromiumWebBrowser browser = new ChromiumWebBrowser ( ) ;         public Form1 ( )         {             InitializeComponent ( ) ;               // Создаём новую панель             Panel panelBrowser = new Panel ( ) ;             panelBrowser . Name = "panelBrowser1" ;             panelBrowser . Anchor = AnchorStyles . Top | AnchorStyles . Bottom | A...