Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: None
    • Labels:
      None

      Description

      HELLO I NEED HELP PLEASE<https://ask.fiware.org/question/897/hello-i-need-help-please/>

      I have been trying to connect my arduino with my orion, no connection has been established with the orion, I already have the ports released in my arduino and in my orion something that is failing me this is my code.

      include <esp8266wifi.h> // call the library

      // ----- Then proceed to make the connection with your library ------- // // Here you are only sending your router or WiFi network

      const char * ssid = "REDWIFI"; // proceed to send a call to the network const char * pass = ""; // Proceed to send your password

      const int port = 1026; // Here we proceed to enable the port where you will be able to IPAddress serv (207,249,127,215); // Here we proceed to define the ip address where Serial.begin (115200); // Serial port. For people who are not familiar with arduino the serial port is the one that allows the communication of your software with your hardware Serial.println (); // line break. Serial.print ("Connecting to the network"); // Print message Serial.println (ssid); // Print the network to where you are connecting //WiFi.begin(ssid,pass); // Here you are connecting to your router or WiFi network WiFi.begin (ssid); // Making the connection with your router // - we proceed to perform a cycle - // while (WiFi.status ()! = WL_CONNECTED)

      { delay (500); // Information per second Serial.print ("."); // print // While the connection is different to connected you will print a point }

      // close while // - After having consulted you have to print the following data - // Serial.println (""); // jump line Serial.println ("Connected Network"); Serial.println ("IP Address:"); Serial.print (WiFi.localIP ()); // Print the IP address of your arduino. Serial.println (); // This is what is implemented to make the connection with your Wi-Fi network } void loop () { // ---- Here we will proceed to make the connection to the server — // // — make a connection to the server if (! client.connect (port, serv))

      { Serial.print ("connection failure"); }

      else

      { Serial.print ("successful connection"); }

      } I have use wemosd1

      [Created via e-mail received from: Elisa Betzabet Proa Piza?a <betzabetproa1995@outlook.com>]

        Activity

        Hide
        fw.ext.user FW External User added a comment -

        Comment by jira-help-desk@jira.fiware.org :

        Spam detection software, running on the system "fiware-forge-01", has
        identified this incoming email as possible spam. The original message
        has been attached to this so you can view it (if it isn't spam) or label
        similar future email. If you have any questions, see
        the administrator of that system for details.

        Content preview: [ https://jira.fiware.org/browse/HELP-12896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
        ] FW External User updated HELP-12896: > [Fiware-general-help] [SPAM] [FIWARE-JIRA]
        (HELP-13082) [SPAM] Website Job Application > > > Key: HELP-12896 > URL:
        https://jira.fiware.org/browse/HELP-12896 > Project: Help-Desk > Issue Type:
        extRequest > Reporter: FW External User > Attachments: [FIWARE-JIRA] (HELP-13082)
        [Fiware-general-help] [SPAM] Website Job Application > > > Spam detection
        software, running on the system "fiware-forge-01", has > identified this
        incoming email as possible spam. The original message > has been attached
        to this so you can view it (if it isn't spam) or label > similar future email.
        If you have any questions, see > the administrator of that system for details.
        > Content preview: [ https://jira.fiware.org/browse/HELP-13082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
        > ] FW External User updated HELP-13082: > [Fiware-general-help] [SPAM] Website
        > Job Application > > > Key: HELP-13082 > URL: https://jira.fiware.org/browse/HELP-13082
        > > Project: Help-Desk > Issue Type: extRequest > Components: SPAM > Reporter:
        > FW External User > Attachments: [FIWARE-JIRA] (HELP-13082) [Fiware-general-help]
        > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help]
        > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help]
        > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help]
        > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help]
        > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help]
        > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help]
        > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help]
        > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help]
        > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help]
        > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help]
        > [SPAM] [...]

        Content analysis details: (6.9 points, 4.5 required)

        pts rule name description
        ---- ---------------------- --------------------------------------------------
        0.0 FSL_HELO_NON_FQDN_1 FSL_HELO_NON_FQDN_1
        3.8 HELO_LOCALHOST HELO_LOCALHOST
        1.7 URIBL_BLACK Contains an URL listed in the URIBL blacklist
        [URIs: latedeliver.com]
        2.5 URIBL_DBL_SPAM Contains a spam URL listed in the DBL blocklist
        [URIs: latedeliver.com]
        -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
        [score: 0.0000]
        0.8 RDNS_NONE Delivered to internal network by a host with no rDNS

        Show
        fw.ext.user FW External User added a comment - Comment by jira-help-desk@jira.fiware.org : Spam detection software, running on the system "fiware-forge-01", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: [ https://jira.fiware.org/browse/HELP-12896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] FW External User updated HELP-12896 : > [Fiware-general-help] [SPAM] [FIWARE-JIRA] (HELP-13082) [SPAM] Website Job Application > > > Key: HELP-12896 > URL: https://jira.fiware.org/browse/HELP-12896 > Project: Help-Desk > Issue Type: extRequest > Reporter: FW External User > Attachments: [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] [SPAM] Website Job Application > > > Spam detection software, running on the system "fiware-forge-01", has > identified this incoming email as possible spam. The original message > has been attached to this so you can view it (if it isn't spam) or label > similar future email. If you have any questions, see > the administrator of that system for details. > Content preview: [ https://jira.fiware.org/browse/HELP-13082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] FW External User updated HELP-13082: > [Fiware-general-help] [SPAM] Website > Job Application > > > Key: HELP-13082 > URL: https://jira.fiware.org/browse/HELP-13082 > > Project: Help-Desk > Issue Type: extRequest > Components: SPAM > Reporter: > FW External User > Attachments: [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] > [SPAM] Website Job Application, [FIWARE-JIRA] (HELP-13082) [Fiware-general-help] > [SPAM] [...] Content analysis details: (6.9 points, 4.5 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FSL_HELO_NON_FQDN_1 FSL_HELO_NON_FQDN_1 3.8 HELO_LOCALHOST HELO_LOCALHOST 1.7 URIBL_BLACK Contains an URL listed in the URIBL blacklist [URIs: latedeliver.com] 2.5 URIBL_DBL_SPAM Contains a spam URL listed in the DBL blocklist [URIs: latedeliver.com] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS
        Hide
        fw.ext.user FW External User added a comment -

        Comment by jira-help-desk@jira.fiware.org :

        Spam detection software, running on the system "fiware-forge-01", has
        identified this incoming email as possible spam. The original message
        has been attached to this so you can view it (if it isn't spam) or label
        similar future email. If you have any questions, see
        the administrator of that system for details.

        Content preview: [ https://jira.fiware.org/browse/HELP-12896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
        ] FW External User updated HELP-12896: Attachment: [FIWARE-JIRA] (HELP-12896)
        [Fiware-general-help] [SPAM] [FIWARE-JIRA] (HELP-13082) [SPAM] Website Job
        Application [...]

        Content analysis details: (6.1 points, 4.5 required)

        pts rule name description
        ---- ---------------------- --------------------------------------------------
        1.7 URIBL_BLACK Contains an URL listed in the URIBL blacklist
        [URIs: latedeliver.com]
        2.5 URIBL_DBL_SPAM Contains a spam URL listed in the DBL blocklist
        [URIs: latedeliver.com]
        0.0 FSL_HELO_NON_FQDN_1 FSL_HELO_NON_FQDN_1
        3.8 HELO_LOCALHOST HELO_LOCALHOST
        -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
        [score: 0.0000]

        Show
        fw.ext.user FW External User added a comment - Comment by jira-help-desk@jira.fiware.org : Spam detection software, running on the system "fiware-forge-01", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: [ https://jira.fiware.org/browse/HELP-12896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] FW External User updated HELP-12896 : Attachment: [FIWARE-JIRA] ( HELP-12896 ) [Fiware-general-help] [SPAM] [FIWARE-JIRA] (HELP-13082) [SPAM] Website Job Application [...] Content analysis details: (6.1 points, 4.5 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.7 URIBL_BLACK Contains an URL listed in the URIBL blacklist [URIs: latedeliver.com] 2.5 URIBL_DBL_SPAM Contains a spam URL listed in the DBL blocklist [URIs: latedeliver.com] 0.0 FSL_HELO_NON_FQDN_1 FSL_HELO_NON_FQDN_1 3.8 HELO_LOCALHOST HELO_LOCALHOST -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000]
        Hide
        fw.ext.user FW External User added a comment -

        Comment by jira-help-desk@jira.fiware.org :

        Spam detection software, running on the system "fiware-forge-01", has
        identified this incoming email as possible spam. The original message
        has been attached to this so you can view it (if it isn't spam) or label
        similar future email. If you have any questions, see
        the administrator of that system for details.

        Content preview: [ https://jira.fiware.org/browse/HELP-12896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
        ] FW External User updated HELP-12896: Attachment: [FIWARE-JIRA] (HELP-12896)
        fiware [...]

        Content analysis details: (6.1 points, 4.5 required)

        pts rule name description
        ---- ---------------------- --------------------------------------------------
        1.7 URIBL_BLACK Contains an URL listed in the URIBL blacklist
        [URIs: latedeliver.com]
        2.5 URIBL_DBL_SPAM Contains a spam URL listed in the DBL blocklist
        [URIs: latedeliver.com]
        0.0 FSL_HELO_NON_FQDN_1 FSL_HELO_NON_FQDN_1
        3.8 HELO_LOCALHOST HELO_LOCALHOST
        -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
        [score: 0.0000]

        Show
        fw.ext.user FW External User added a comment - Comment by jira-help-desk@jira.fiware.org : Spam detection software, running on the system "fiware-forge-01", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: [ https://jira.fiware.org/browse/HELP-12896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] FW External User updated HELP-12896 : Attachment: [FIWARE-JIRA] ( HELP-12896 ) fiware [...] Content analysis details: (6.1 points, 4.5 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.7 URIBL_BLACK Contains an URL listed in the URIBL blacklist [URIs: latedeliver.com] 2.5 URIBL_DBL_SPAM Contains a spam URL listed in the DBL blocklist [URIs: latedeliver.com] 0.0 FSL_HELO_NON_FQDN_1 FSL_HELO_NON_FQDN_1 3.8 HELO_LOCALHOST HELO_LOCALHOST -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000]

          People

          • Assignee:
            arigliano Francesco Arigliano
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: