Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Was ist bei einem Feather M0 anders zu machen? #16

Open
ohobby opened this issue Dec 16, 2020 · 2 comments
Open

Was ist bei einem Feather M0 anders zu machen? #16

ohobby opened this issue Dec 16, 2020 · 2 comments

Comments

@ohobby
Copy link

ohobby commented Dec 16, 2020

Hi,

versuchte gerade das für einen Feather M0 zu bauen, aber es klappt nicht.
Bemängelt wird, das SoftwareSerial.h nicht gefunden wird.
In der Bauanleitung steht leider nichts zum Feather M0, was aber noch kommen sollte (so steht es da).
Habt Ihr trotzdem noch ein paar Tipps um es mit einem Feather zum laufen zu bringen?

Grüße,
Oliver

@HoLo85
Copy link
Contributor

HoLo85 commented Dec 16, 2020

Die SoftwareSerial.h ist wohl nur für AVR Controller verfügbar und nicht die SAMD Controller auf dem M0.

Eine kurze Suche hat ergeben das der M0 aber soweit konfigurierbar sein sollte das du weitere Serial Ports aktivieren kannst.
https://learn.adafruit.com/using-atsamd21-sercom-to-add-more-spi-i2c-serial-ports?view=all#creating-a-new-serial

Sobald du hier einen weiteren Port eingerichtet hast musst du diesen im Code entsprechend mit dem Software Serial austauschen.

@ohobby
Copy link
Author

ohobby commented Dec 19, 2020

Hatte gehofft, das es da schon was vom Verschwörhaus gibt, nur die Dokumentation https://github.com/verschwoerhaus/ttn-ulm-feinstaub/blob/master/bauanleitung.md und sketch noch nicht komplett dafür angepasst ist.
Werde mal versuchen, da was hin zu bekommen, aber ich bin da nicht so tief drin, das 100% zu verstehen und umschreiben zu können.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants