loading
Arduino Ethernet W5100 Shield with micro SD card slot

    Arduino Ethernet W5100 Shield with micro SD card slot

    RM 69.00

    Please select option below

    X

    Quantity
    - +
    100 left
    Delivery From Kuala Lumpur
    Estimated Arrival : 1-3 working days.
    First unit : RM 10.00 
    Shipping Fee
    RM 10 by courier to Peninsular Malaysia
    RM 15 by courier to Sabah, Labuan
    RM 15 by courier to Sarawak
    Ship To : Within Malaysia
    ADD TO CART
    BUY NOW
    Add to wishlist
    Since 27 Dec 2021
    We accept
    All Malaysia Bank
    Buyer Protection
    with NetPay
    Full Refund if you don't receive your order*
    N/A
    Popular Products
    Product ID : 222074418
    Model / SKU : 191820758
    Conditions : New


    Arduino Ethernet W5100 Shield with micro SD card slot

    Arduino Ethernet W5100 Shield with micro SD card slot

     

    Ethernet W5100 R3 Shields for Arduino UNO R3 , Adds Section Micro-SD Card Slot

     

     

     

     

    Description:

     

    The latest version adds section micro-SD card slot, with a network storage capabilities. In addition, it and the Arduino Duemilanove, Mega series is also fully compatible. It also has a separate PoE (power-over-Ethernet) modules. The module can be soldered to the motherboard, which is transmitted via twisted pair electricity. It is compliant with IEEE802.3af standard, and is compatible with existing PoE module.

     

     

    Specifications:

     

    Microcontroller

    W5100

    Operating Voltage

    5V

    Input Voltage (recommended)

    7-12V

    Input Voltage (limits)

    6-20V

    Digital I/O Pins

    14 (of which 4 provide PWM output)

     

    Analog Input Pins

    6

    DC Current per I/O Pin

    40 mA

    DC Current for 3.3V Pin

    50 mA

    Flash Memory

    32 KB (ATmega328) of which 0.5 KB used by bootloader

    SRAM

    2 KB (ATmega328)

    EEPROM

    1 KB (ATmega328)

    Clock Speed

    16 MHz

     

     

     

     

     

     

    Http://www.kuaipan.cn/file/id_121557448606624567.htm

    Arduino Ethernet W5100 network expansion module, you can make Arduino a simple Web server or through the network control read and write Arduino digital and analog interfaces and other network applications. You can directly use the IDE in the Ethernet library file can be achieved a simple Web server.

    At the same time the version of the support mini SD card (TF card) read and write

    The expansion board uses a stackable design, can be directly inserted into the Arduino, while our other expansion board can also be inserted.

    *
    * Web Server
    *
    * A simple web server that shows the value of the analog input pins.
    */

     

     

    #include

     

    byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
    byte ip[] = { 192, 168, 0, 15 };

    Server server(80);

    void setup()
    {
    Ethernet.begin(mac, ip);
    server.begin();
    }

    void loop()
    {
    Client client = server.available();
    if (client) {
    // an http request ends with a blank line
    boolean current_line_is_blank = true;
    while (client.connected()) {
    if (client.available()) {
    char c = client.read();
    // if we've gotten to the end of the line (received a newline
    // character) and the line is blank, the http request has ended,
    // so we can send a reply
    if (c == ' ' && current_line_is_blank) {
    // send a standard http response header
    client.println("HTTP/1.1 200 OK");
    client.println("Content-Type: text/html");
    client.println();

    // output the value of each analog input pin
    client.print("welcome to tinyos");
    client.println("
    ");
    client.print("//*************************************");
    client.println("
    ");
    client.print(www.tinyos.net.cn);
    client.println("
    ");
    client.print("//*************************************");
    client.println("
    ");
    for (int i = 0; i < 6; i++) {
    client.print("analog input ");
    client.print(i);
    client.print(" is ");
    client.print(analogRead(i));
    client.println("
    ");
    }
    break;
    }
    if (c == ' ') {
    // we're starting a new line
    current_line_is_blank = true;
    } else if (c != ' ') {
    // we've gotten a character on the current line
    current_line_is_blank = false;
    }
    }
    }
    client.stop();
    }
    }

     

     

     

    For enquiries please Whatsapp 0125374838
    https://wa.me/60125374838



    Buy with confidence
    We have 2 Good Ratings from buyers View More Rating >
    Buyer
    Item ID
    Date
    Ratings
    sa****
    222025593
    5/25/2022 7:59:00 AM
    -

     

    For enquiries please Whatsapp 0125374838
    https://wa.me/60125374838

     

    For enquiries please Whatsapp 0125374838
    https://wa.me/60125374838

     

    For enquiries please Whatsapp 0125374838
    https://wa.me/60125374838

     

    For enquiries please Whatsapp 0125374838
    https://wa.me/60125374838

    Average Product Rating

    0.0 stars out of 5
    5 star
    0
    4 star
    0
    3 star
    0
    2 star
    0
    1 star
    0
    Share your thoughts with others
    Write a review
    Only buyers who purchased the product may leave a review

    Frequently Bought Together

    Customers Who Bought This Item Also Bought

    Related Products

    axieinfinity Highlights

    Recently Viewed Items

    axieinfinity' Best Seller

    Promotion Items

    axieinfinity' Recently Sold

    axieinfinity' Items



    You may also be interested in Tag:
    * kad kad



    ACCEPT THE FOLLOWING PAYMENT METHODS
    visa mastercard fpx maybank publicbank cimb hongleong touchngo boost
    Copyright © 2023 Interbase Resources Sdn. Bhd. (465435-U).
    All product names are trademarks of their respective companies.
    Lelong.my is not affiliated with or endorsed by any company listed on this site.