Giter Site home page Giter Site logo

Comments (5)

pici avatar pici commented on May 27, 2024 1

die Antwort auf Deine Frage steht hier:
Permission denied: '/dev/ttyUSB0'

die Lösung:
das script als root bzw. sudo auführen
oder besser
in /etc/group den Eintrag uucp suchen und dort deinen user-Namen eintragen.
Beispiel:
uucp:x:14:meinuser

from basecamp.

pici avatar pici commented on May 27, 2024 1

so sollte das Beispiel aussehen:
uucp:x:14:meinuser

from basecamp.

achimwessling avatar achimwessling commented on May 27, 2024

JA! Dann darf ich schreiben, ...

ABER da taucht schon das nächste Problem auf! Für mich sieht es aus, als würde er nicht nicht sauber fertig werden, da ich kein WLAN Passwort erhalte.

Consolenausgabe endet so:


Writing at 0x00054000... (58 %)
Writing at 0x00058000... (61 %)
Writing at 0x0005c000... (64 %)
Writing at 0x00060000... (67 %)
Writing at 0x00064000... (70 %)
Writing at 0x00068000... (74 %)
Writing at 0x0006c000... (77 %)
Writing at 0x00070000... (80 %)
Writing at 0x00074000... (83 %)
Writing at 0x00078000... (87 %)
Writing at 0x0007c000... (90 %)
Writing at 0x00080000... (93 %)
Writing at 0x00084000... (96 %)
Writing at 0x00088000... (100 %)
Wrote 894288 bytes (505643 compressed) at 0x00010000 in 44.9 seconds (effective 159.5 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 122...

Writing at 0x00008000... (100 %)
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 1565.1 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting...

Mein Code ist identisch zu dem aus Eurem Artikel:

#include <Basecamp.hpp>

Basecamp iot {
  Basecamp::
  SetupModeWifiEncryption::
  secured
};

void setup() {
  iot.begin();
}

void loop() {}

from basecamp.

merlinschumacher avatar merlinschumacher commented on May 27, 2024

Die Ausgaben sind nicht die auf dem Seriellen Monitor, sondern die Compilerausgaben.
Den Seriellen Monitor finden Sie in der IDE unter Werkzeuge.

from basecamp.

achimwessling avatar achimwessling commented on May 27, 2024

DANKE!

from basecamp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.