You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Patrick Weygoldt
weygoldt
Exploring Animal Behavior with Data Science and Machine Learning. Behavioral Biologist that got entangled in Neural Nets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Identify your device name. This is usually easy by comparing the sizes of the drives. Usually, the system device name is sda. So, external devices names start with sdb.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Everything I need to interface with MCUs on the command line.
PlatformIO - Lazy hardware development on the command line
From the pio website:
PlatformIO is a cross-platform, cross-architecture, multiple framework, professional tool for embedded systems engineers and for software developers who write applications for embedded products.
It is mainly advertised to be a VSCode plugin, that turns VSCode into an ArduinoIDE like thing. But that is too mainstream for us. PlatformIO is based on a simple command line toolbox, so lets use that instead.
Everything I mention here are just notes I took while reading the official doc. Refer to that for more info.