Rechercher dans les propriétés de la page

Rechercher dans les propriétés de la page

Entrer soit une page et une propriété, ou seulement une propriété, pour récupérer toutes les valeurs affectées.

Affichage de 8 résultats à partir du n°1.

Voir (20 précédentes | 20 suivantes) (20 | 50 | 100 | 250 | 500).


    

Liste de résultats

  • <nowiki><div class="mw-highlight
    AT+CSTT="airtelgprs.com"
    OK
    AT+CIICR
    OK
    AT+CIFSR
    100.78.215.26
    AT+CIPSPRT=0
    OK
    AT+CIPSTART="TCP","api.thingspeak.com","80"
    OK

    CONNECT OKAT+CIPSENDGET https://api.thingspeak.com/update?api_key=5XC1TCVONJVK1PNN&field1=20.00&field2=10.00
    GET https://api.thingspeak.com/update?api_key=5XC1TCVONJVK1PNN&

    SEND OK
    6
    CLOSED
    AT+CIPSHUTTemperature = 20.00 °C
    Humidity = 10.00 %

    SHUT OK
    AT
    OK
    AT+CPIN?
    +CPIN: READY

    OK
    AT+CREG?
    +CAT+CSTT="airtelgprs.com"
    OK
    AT+CIICR
    OK
    AT+CIFSR
    100.90.199.122
    AT+CIPSPRT=0
    OK
    AT+CIPSTART="TCP","api.thingspeak.com","80"
    OK

    CONNECT OKAT+CIPSENDGET https://api.thingspeak.com/update?api_key=5XC1TCVONJVK1PNN&field1=20.00&field2=10.00
    GET https://api.thingspeak.com/update?api_key=5XC1TCVONJVK1PNN&

    SEND OK
    7
    CLOSED
    AT+CIPSHUTTemperature = 20.00 °C
    Humidity = 10.00 %

    SHUT OK
    AT
    OK
    AT+CPIN?
    +CPIN: READY

    OK
    AT+CREG?
    +CAT+CSTT="airtelgprs.com"
    OK
    AT+CIICR
    OK
    AT+CIFSR
    100.102.108.63
    AT+CIPSPRT=0
    OK
    AT+CIPSTART="TCP","api.thingspeak.com","80"
    OK

    CONNECT OKAT+CIPSENDGET https://api.thingspeak.com/update?api_key=5XC1TCVONJVK1PNN&field1=20.00&field2=10.00
    GET https://api.thingspeak.com/update?api_key=5XC1TCVONJVK1PNN&
    SEND OK
    8
    CLOSED
    K<br />AT+CIFSR<CR><br />100.102.108.63<br />AT+CIPSPRT=0<CR><br />OK<br />AT+CIPSTART="TCP","api.thingspeak.com","80"<CR><br />OK<br /><br />CONNECT OK<CR>AT+CIPSEND<CR>GET https://api.thingspeak.com/update?api_key=5XC1TCVONJVK1PNN&field1=20.00&field2=10.00<br />GET https://api.thingspeak.com/update?api_key=5XC1TCVONJVK1PNN&<SUB><br />SEND OK<br />8<br />CLOSED</pre></div></nowiki>  +
  • Client communication in non-transparent moClient communication in non-transparent mode refers to the way the SIM800C module interacts with remote servers or devices when it acts as a client, transmitting data using a specific protocol such as TCP or UDP. In non-transparent mode, the module sends and receives data through AT commands and does not directly pass data between the microcontroller and the remote server. This mode provides control over the data transmission process, allowing you to send and receive data, manage connections, and configure communication settings using AT commands. It is suitable for applications where you need fine-grained control over the communication process and want to ensure data integrity. To use the SIM800C in client communication in non-transparent mode, you will typically configure the module using appropriate AT commands and establish connections with remote servers or devices for data exchange.mote servers or devices for data exchange.  +
  • Client communication in transparent transmClient communication in transparent transmission mode refers to the SIM800C module's ability to act as a client while allowing data to flow directly between the microcontroller (e.g., an Arduino) and a remote server or device. In this mode, the SIM800C module operates as a transparent bridge, forwarding data between the microcontroller and the remote server without the need for explicit AT commands to send or receive each piece of data. This mode simplifies data transfer by treating the SIM800C module as a transparent conduit. Data sent by the microcontroller is transmitted to the remote server without manual packetization, and data received from the server is forwarded to the microcontroller without manual processing. Using the SIM800C in transparent transmission mode is advantageous when you want to streamline data transfer and reduce the complexity of managing data packets and AT commands for each communication task. It's particularly useful for applications where data throughput and efficiency are essential.a throughput and efficiency are essential.  +
  • The SIM800 serial module's TCP/IP applicatThe SIM800 serial module's TCP/IP application offers two connection modes, selectable through the AT command `AT CIPMUX=`. * When `AT CIPMUX` is set to 0 (`AT+CIPMUX=0`), it operates in single-link mode. * When `AT CIPMUX` is set to 1 (`AT+CIPMUX=1`), it operates in multi-link mode. By default, the module is configured in single-link mode. In single-link mode, the SIM800 serial module can function in both transparent and non-transparent transmission modes. In both of these modes, the module can be configured as either a TCP/UDP client or a TCP server. In multi-link mode, the SIM800 serial module operates solely in non-transparent mode. In this mode, it can serve as a TCP/UDP client, allowing for the establishment of a maximum of 6 connections. It can also be configured as a TCP server, with support for 5 TCP/UDP clients. SIM800C TCP/IP operates with a multi-client architecture by default, enabling up to five sockets for TCP or UDP connections. In the upcoming demonstrations, our focus will be on the client communication capabilities of the SIM800C module. Specifically, we will explore its operation in single-link non-transparent mode and transparent mode.-link non-transparent mode and transparent mode.  +
  • The legacy project documents that were oriThe legacy project documents that were originally designed with the SIM800 module may necessitate slight adjustments. This project will prove invaluable to those who continue to rely on 2G and GPRS technology. It offers essential support and guidance for individuals who intend to persist with these communication methods. Sending data from an Arduino microcontroller to the ThingSpeak platform using a GPRS module, specifically the SIM800, is a fundamental concept. The crucial aspect is that this communication method operates independently of Wi-Fi, constituting an IoT connectivity solution that relies on GPRS for data transmission. 1 / 2 In this project, LM35 temperature sensor data is being transmitted to the ThingSpeak platform through an Arduino Nano and a SIM800 module. The SIM800 module is leveraged to establish a GPRS connection, facilitating the transmission of data to ThingSpeak at specified intervals. To ensure a reliable connection between ThingSpeak and the hardware, users must configure the SIM800 module to establish a connection with their mobile network. This configuration encompasses setting the Access Point Name (APN) specific to their mobile carrier. It's important to note that the specific AT commands for this configuration may vary based on the user's chosen mobile network provider. For this project, I utilized the services of the network provider '''Airtel''' to establish the connection. Communication between the hardware components, specifically the SIM800 module, Arduino Nano, and ThingSpeak platform, relies entirely on AT commands. To ensure successful project implementation and effectively troubleshoot any issues that may arise, users must possess a basic understanding of SIM800 AT commands. This knowledge is crucial for configuring, managing, and diagnosing the communication process and resolving potential challenges during the project.g potential challenges during the project.  +
  • The table provided below lists several comThe table provided below lists several common AT commands that serve to swiftly and effectively verify the proper functioning of the SIM800C's AT serial communication and network connection. Before proceeding with the steps outlined for the network communication demonstration, it is advisable to conduct a straightforward network test. This preliminary test ensures that the intended network connection is in working order and fully operational.is in working order and fully operational.  +
  • This chapter provides an overview of the HThis chapter provides an overview of the HTTP communication capabilities of the SIM800C module, focusing on HTTP GET and HTTP POST methods. For in-depth information about HTTP and FTP (File Transfer Protocol) communication with the SIM800C module, please refer to the "SIM800C Series_IP_Application_Note." This additional resource will provide comprehensive details and guidelines for utilizing these communication functions effectively.
    * [https://files.waveshare.com/upload/7/76/SIM800_Series_AT_Command_Manual_V1.10.pdf SIM800 Series_AT Command Manual_V1.10] * [https://files.waveshare.com/upload/6/65/SIM800_Series_TCPIP_Application_Note_V1.02.pdf SIM800 Series_TCPIP_Application Note_V1.02]
    M800 Series_TCPIP_Application Note_V1.02] <br/>  +
  • You must check out [https://www.pcbway.comYou must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap! You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop. Also, check out this useful blog on PCBWay Plugin for KiCad from [https://www.pcbway.com/blog/News/PCBWay_Plug_In_for_KiCad_3ea6219c.html here.] Using this plugin, you can directly order PCBs in just one click after completing your design in KiCad.ick after completing your design in KiCad.  +