Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - sodanum

#2
ได้ละครับ คำตอบอยู่ใน Code คำถามนั้นเอง

WiFiServer server(80);

แก้เป็น Port ที่เราต้องการ

WiFiServer server(333);




;D
#3
มือใหม่หัดขับ ลองเล่น Ayarafun LamLoei Node32s ตอนนี้กำหนด IP กับทดลองเปิดปิด LED ได้แล้ว
แต่แค่ในวงเลน เลยอยากทดลองใช้ผ่าน internet  เราจะเขียน Code กำหนดเปิด Port ยังไงครับ





#include <WiFi.h>

const char* ssid     = "yourssid";
const char* password = "yourpasswd";

IPAddress local_IP(192, 168, 1, 100);
IPAddress gateway(192, 168, 1, 1);
IPAddress subnet(255, 255, 255, 0);
IPAddress primaryDNS(8, 8, 8, 8); //optional
IPAddress secondaryDNS(8, 8, 4, 4); //optional

WiFiServer server(80);

void setup()
{
    Serial.begin(115200);
    pinMode(2, OUTPUT);      // set the LED pin mode
    digitalWrite(2, HIGH);
    delay(10);

   if (!WiFi.config(local_IP, gateway, subnet, primaryDNS, secondaryDNS)) {
    Serial.println("STA Failed to configure");
   }
 
    WiFi.begin(ssid, password);
   
    server.begin();

}

int value = 0;

void loop(){
WiFiClient client = server.available();   // listen for incoming clients

  if (client) {                             // if you get a client,
    Serial.println("New Client.");           // print a message out the serial port
    String currentLine = "";                // make a String to hold incoming data from the client
    while (client.connected()) {            // loop while the client's connected
      if (client.available()) {             // if there's bytes to read from the client,
        char c = client.read();             // read a byte, then
        Serial.write(c);                    // print it out the serial monitor
        if (c == '\n') {                    // if the byte is a newline character

          // if the current line is blank, you got two newline characters in a row.
          // that's the end of the client HTTP request, so send a response:
          if (currentLine.length() == 0) {
            // HTTP headers always start with a response code (e.g. HTTP/1.1 200 OK)
            // and a content-type so the client knows what's coming, then a blank line:
            client.println("HTTP/1.1 200 OK");
            client.println("Content-type:text/html");
            client.println();

            // the content of the HTTP response follows the header:
            client.print("Click <a href=\"/H\">here</a> to turn the LED on pin 2 on.<br>");
            client.print("Click <a href=\"/L\">here</a> to turn the LED on pin 2 off.<br>");

            // The HTTP response ends with another blank line:
            client.println();
            // break out of the while loop:
            break;
          } else {    // if you got a newline, then clear currentLine:
            currentLine = "";
          }
        } else if (c != '\r') {  // if you got anything else but a carriage return character,
          currentLine += c;      // add it to the end of the currentLine
        }

        // Check to see if the client request was "GET /H" or "GET /L":
        if (currentLine.endsWith("GET /H")) {
          digitalWrite(2, LOW[img][/img]);               // GET /H turns the LED on
        }
        if (currentLine.endsWith("GET /L")) {
          digitalWrite(2, HIGH;                // GET /L turns the LED off
        }
      }
    }
    // close the connection:
    client.stop();
    Serial.println("Client Disconnected.");
  }
}

#4
เครื่องวัดได้ 34.12  ส่วน Arduino วันได้ ประมาณ 40 ผมเข้าใจถูกเปล่าครับ

ถ้าใช่ ทำไมมันต่างกันเยอะจังครับ..
#5
ต่างกันเยอะเกิน 1 องศาอีกนะครับ แล้วแบบนี้  อันไหน เป็นค่าที่ถูกต้องกันแน่
หรือว่าต้องใช้ Senser เบอร์อื่น ที่ราคาแพงกว่านี้...

ท่าน MAbUS มีเทอร์โมมิเตอร์ แบบแก้วไหมครับ ถ้ามีทดสอบเปรียบเทียม มาให้ชมหน่อยนะครับ
#6
อ่านกระทู้นี้แล้วลองหาข้อมูลดู ตกใจเหมือนกัน เทคโนโลยี ไฮโลบ้านเรานี้สุดยอด
มีแบบลูกเต๋าที่กำหนดใหัหงาย หน้าได้ตามต้องการด้วย คิดกันได้ไงเนี้ย..  ;D

ถ้ามองว่าการพนัน มันบาป ไม่ดีเรื่องนี้ก็จบไป แต่ถ้ามองว่ามันก็เป็นการลงทุนทำการค้าแบบหนึ่ง
"การลงทุนมีความเสี่ยง ผู้ลงทุนควรศึกษาข้อมูลก่อนการตัดสินใจ" มันก็แล้วแต่มุมมอง ของแต่ละคน  ;D

ถ้าเล่นแล้วไม่ทำให้ใครเดือดร้อน ตัวเองครอบครัวไม่เดือดร้อน ก็คงว่ากันไม่ได้ ที่ชอบแนวนี้มีทั้งคนจนคนเรวย
ลูกค้าผมบางคน ตีกอล์ฟ พนันเอารถกันผมก็เคยเห็น แต่ส่วนใหญ่จะเป็น อาบน้ำ อาบเองไม่เป็น  8)

ถ้าเทคโนโลยี่นี้ เจ้ามือเป็นคนใช้ นั้นเรียกโกงแน่ๆทำการค้าแบบไม่มีจรรยาบรรณ  ถ้าลูกวงเป็นคนใช้ก็แล้วแต่มุมมองอีก
ถ้าไม่มีป้ายขึ้นว่า บ่อนนี้ห้ามใช้เครื่องวิเคราะห็เสียง แล้วเราเอาไปใช้ จะถือว่าโกงหรือเปล่า ก็แล้วแต่จะคิด แต่ที่แน่ๆ
ถ้าโดนจับได้ไส้ไหล 100%  :o



#7
ลองไปแกะสวิตช์พัดลมตัวเก่าที่เสียแล้ว นึกว่าจะได้เจออะไรในนั้น ที่ไหนได้ มันเป็นหน้าคอนแทค สวิตช์ธรรมดานี้ละ
สายไฟ 3 เส้น เบอร์ 1 2 3 วิ่งเข้าขดลวดมอเตอร์ไปเลยแต่ดูไม่ออกว่ามันไปแยกตรงไหน  เหอะๆ ;D

                    เบอร์ 1 ==> มอเตอร์
ไฟบ้าน ==>   เบอร์ 2 ==> มอเตอร์
                    เบอร์ 3 ==> มอเตอร์

เรื่องลดความเร็วพัดลมเดี๋ยวผมจะลองแบบง่ายๆ ก่อนตามคำแนะนำ โดยใช้ ไดโอดครับ
แต่ตอนนี้ใจมันไปไกลละ ประมาณว่า เอา Arduino มาต่อ จะได้ทำอะไรได้เยอะขึ้น

กำลังลองศึกษาวงจร arduino dimmer ในเน็ตอยู่ คงต้องทำการบ้านอีกเยอะ เลย
ได้ความว่าไง จะกลับมาถามใหม่นะครับ


ปล.

Quote from: JMew on December 02, 2013, 09:36:48 AM
ให้สามีพัดให้ค่ะ

free energy ตัวแม่จริงๆ เจ๊ เรา...  8)
#8
ผมมีพัดลม  HATARI ฮาตาริ HC-I18M5 ใบพัด 18 นิ้ว



Quote- ระบบ thermal fuse ตัดไฟอัตโนมัติ เมื่อมอเตอร์มีอุณหภูมิสูงผิดปกติ

- ขนาดใบพัด (นิ้ว) 18

- แรงดันไฟ (โวลท์) 220

- ความถี่ (เฮิร์ต) 50

- กำลังไฟฟ้า (วัตต์) 126

- กระแสไฟฟ้า (แอมป์) 0.72

- วัสดุฉนวนชนิด E

- ค่าประสิทธิภาพการระบายลม

- (m3/min/w) 1.27

- ระดับแรงลม 3

- สวิตซ์ควบคุมแรงลม หมุนปรับ

ตอนนี้แค่เบอร์ 1 มันก็แรงสุดๆ แล้วครับ พอจะมีวงจรแนะนำหรือเปล่าครับ ถ้าผมอยากจะปรับ
ความแรงของพัดลม โดยให้ความแรงสูงสุดยังเท่าเดิม และสามารถปรับความเร็วให้น้อยกว่าเบอร์ 1 ได้

;D