bluer-sbc 9.92.1__tar.gz → 9.99.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bluer-sbc might be problematic. Click here for more details.
- {bluer_sbc-9.92.1/bluer_sbc.egg-info → bluer_sbc-9.99.1}/PKG-INFO +2 -2
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/README.md +1 -1
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/__init__.py +1 -1
- bluer_sbc-9.99.1/bluer_sbc/designs/swallow/parts.py +15 -0
- bluer_sbc-9.99.1/bluer_sbc/designs/swallow_head/parts.py +56 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/parts/db.py +33 -2
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1/bluer_sbc.egg-info}/PKG-INFO +2 -2
- bluer_sbc-9.92.1/bluer_sbc/designs/swallow/parts.py +0 -7
- bluer_sbc-9.92.1/bluer_sbc/designs/swallow_head/parts.py +0 -29
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/LICENSE +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/MANIFEST.in +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/abcli.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/actions.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/adafruit_rgb_matrix.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/alias.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/bluer_sbc.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/camera.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/grove.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/hat.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/install/adafruit_rgb_matrix.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/install/grove.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/install/lepton.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/install/scroll_phat_hd.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/install/sparkfun_top_phat.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/install/template.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/install/unicorn_16x16.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/lepton.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/rpi/fake_display.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/rpi.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/sbc/parts/adjust.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/sbc/parts/cd.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/sbc/parts.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/scroll_phat_hd.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/seed/headless_rpi.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/seed/headless_rpi_64_bit.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/seed/headless_ubuntu_rpi.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/seed/jetson.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/seed/rpi.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/seed/swallow_raspbian.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/seed.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/session.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/sparkfun_top_phat.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/tests/README.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/tests/camera.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/tests/help.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/tests/parts_adjust.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/tests/seed.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/tests/version.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/.abcli/unicorn_16x16.sh +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/aliases.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/build.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/design.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/battery_bus.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/blue_bracket.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/bryce.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/cheshmak.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/consts.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/nafha.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/shelter.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/swallow.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/swallow_head.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/ultrasonic_sensor_tester.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/designs/x.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/parts.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/root.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/README/shortcuts.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/ROS/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/__main__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/algo/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/algo/diff.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/config.env +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/designs/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/designs/battery_bus/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/designs/battery_bus/parts.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/designs/swallow/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/designs/swallow_head/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/env.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/adafruit_rgb_matrix.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/display.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/grove.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/hardware.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/hat/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/hat/__main__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/hat/abstract.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/hat/prototype.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/screen.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/scroll_phat_hd.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/sparkfun_top_phat/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/sparkfun_top_phat/__main__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/sparkfun_top_phat/classes.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/hardware/unicorn_16x16.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/__main__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/adafruit_rgb_matrix.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/camera.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/functions.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/grove.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/hat.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/lepton.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/parts.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/rpi.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/scroll_phat_hd.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/sparkfun_top_phat.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/help/unicorn_16x16.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/host.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/camera/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/camera/__main__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/camera/constants.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/camera/generic.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/camera/rpi.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/camera/rpi_64_bit.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/classes.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/lepton/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/lepton/__main__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/lepton/classes.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/imager/lepton/python2.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/logger.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/parts/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/parts/__main__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/parts/classes/db.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/parts/classes/part.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/parts/consts.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/sample.env +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/session/__init__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/session/__main__.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/session/classes.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/session/functions.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc/urls.py +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc.egg-info/SOURCES.txt +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc.egg-info/dependency_links.txt +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc.egg-info/requires.txt +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/bluer_sbc.egg-info/top_level.txt +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/pyproject.toml +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/requirements.txt +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/setup.cfg +0 -0
- {bluer_sbc-9.92.1 → bluer_sbc-9.99.1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bluer_sbc
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.99.1
|
|
4
4
|
Summary: 🌀 AI for single board computers and related designs.
|
|
5
5
|
Home-page: https://github.com/kamangir/bluer-sbc
|
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
|
@@ -66,7 +66,7 @@ pip install bluer_sbc
|
|
|
66
66
|
|
|
67
67
|
[](https://github.com/kamangir/bluer-sbc/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-sbc/) [](https://pypistats.org/packages/bluer-sbc)
|
|
68
68
|
|
|
69
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.
|
|
69
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.99.1`](https://github.com/kamangir/bluer-sbc).
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
|
|
@@ -41,5 +41,5 @@ pip install bluer_sbc
|
|
|
41
41
|
|
|
42
42
|
[](https://github.com/kamangir/bluer-sbc/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-sbc/) [](https://pypistats.org/packages/bluer-sbc)
|
|
43
43
|
|
|
44
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.
|
|
44
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.99.1`](https://github.com/kamangir/bluer-sbc).
|
|
45
45
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
dict_of_parts = {
|
|
2
|
+
"BTS7960": "2 x",
|
|
3
|
+
"connector": "2 females",
|
|
4
|
+
"white-terminal": "8 x",
|
|
5
|
+
"nuts-bolts-spacers": "M3: ({})".format(
|
|
6
|
+
" + ".join(
|
|
7
|
+
[
|
|
8
|
+
"8 x 25 mm spacer",
|
|
9
|
+
"4 x 30 mm spacer",
|
|
10
|
+
"4 x nut",
|
|
11
|
+
]
|
|
12
|
+
)
|
|
13
|
+
),
|
|
14
|
+
"solid-cable-1-15": "20 cm x (red + black/blue)",
|
|
15
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
dict_of_parts = {
|
|
2
|
+
"rpi": "",
|
|
3
|
+
"XL4015": "",
|
|
4
|
+
"470-mF": "",
|
|
5
|
+
"Polyfuse": "optional",
|
|
6
|
+
"TVS-diode": "",
|
|
7
|
+
"resistor": "7 x 330-470 Ω + N x 2.2 kΩ + N x 3.3 kΩ",
|
|
8
|
+
"LED": "green + red + yellow + 4 x blue",
|
|
9
|
+
"rpi-camera": "",
|
|
10
|
+
"PCB-single-14x9_5": "2 x",
|
|
11
|
+
"PCB-double-9x7": "2 x",
|
|
12
|
+
"pushbutton": "",
|
|
13
|
+
"ultrasonic-sensor": "4 x",
|
|
14
|
+
"connector": "1 female",
|
|
15
|
+
"nuts-bolts-spacers": " + ".join(
|
|
16
|
+
[
|
|
17
|
+
"M2: ({})".format(
|
|
18
|
+
" + ".join(
|
|
19
|
+
[
|
|
20
|
+
"2 x bolt",
|
|
21
|
+
"2 x 5 mm spacer",
|
|
22
|
+
"4 x nut",
|
|
23
|
+
]
|
|
24
|
+
)
|
|
25
|
+
),
|
|
26
|
+
"M2.5: ({})".format(
|
|
27
|
+
" + ".join(
|
|
28
|
+
[
|
|
29
|
+
"4 x bolt",
|
|
30
|
+
"8 x 10 mm spacer",
|
|
31
|
+
"4 x nut",
|
|
32
|
+
]
|
|
33
|
+
)
|
|
34
|
+
),
|
|
35
|
+
"M3: ({})".format(
|
|
36
|
+
" + ".join(
|
|
37
|
+
[
|
|
38
|
+
"1 x bolt",
|
|
39
|
+
"3 x 35 mm spacer",
|
|
40
|
+
"3 x 25 mm spacer",
|
|
41
|
+
"7 x 15 mm spacer",
|
|
42
|
+
"4 x 5 mm spacer",
|
|
43
|
+
"5 x nut",
|
|
44
|
+
]
|
|
45
|
+
)
|
|
46
|
+
),
|
|
47
|
+
]
|
|
48
|
+
),
|
|
49
|
+
"plexiglass": "14 cm x 9.5 cm",
|
|
50
|
+
"white-terminal": "2 x",
|
|
51
|
+
"dupont-cables": "1 x 30 cm + 1 x 10 cm",
|
|
52
|
+
"16-awg-wire": "40 cm x (red + black/blue)",
|
|
53
|
+
"solid-cable-1-15": "10 cm x (red + black/blue)",
|
|
54
|
+
"strong-thread": "1 m",
|
|
55
|
+
"pin-headers": "1 x (female, 2 x 40) -> 2 x 20 + 2 x (male, 1 x 40) -> 4 x 6 + 4 x 2 + 2 x 20",
|
|
56
|
+
}
|
|
@@ -67,9 +67,10 @@ db_of_parts["Polyfuse"] = Part(
|
|
|
67
67
|
images=["polyfuse.png"],
|
|
68
68
|
)
|
|
69
69
|
|
|
70
|
-
db_of_parts["
|
|
70
|
+
db_of_parts["rpi"] = Part(
|
|
71
71
|
info=[
|
|
72
|
-
"Raspberry Pi
|
|
72
|
+
"Raspberry Pi.",
|
|
73
|
+
"3B+ is preferred and 4B is in progress 🔥",
|
|
73
74
|
],
|
|
74
75
|
images=[
|
|
75
76
|
"rpi3bplus.png",
|
|
@@ -456,6 +457,36 @@ db_of_parts["pin-headers"] = Part(
|
|
|
456
457
|
],
|
|
457
458
|
)
|
|
458
459
|
|
|
460
|
+
db_of_parts["ni-mh-battery"] = Part(
|
|
461
|
+
info=[
|
|
462
|
+
"Ni-MH AA, 2400 mAh, 1.2 VDC",
|
|
463
|
+
],
|
|
464
|
+
images=[
|
|
465
|
+
"ni-mh-battery.jpg",
|
|
466
|
+
],
|
|
467
|
+
)
|
|
468
|
+
|
|
469
|
+
db_of_parts["mt-3608"] = Part(
|
|
470
|
+
info=[
|
|
471
|
+
"MT-3608, step up module.",
|
|
472
|
+
"maximum voltage: 28 VDC, maximum current: 2 A",
|
|
473
|
+
"https://eshop.eca.ir/%D9%85%D8%A7%DA%98%D9%88%D9%84-%D8%AA%D8%BA%D8%B0%DB%8C%D9%87-%D9%88%D9%84%D8%AA%D8%A7%DA%98-%D9%88-%D8%B4%D8%A7%D8%B1%DA%98/6898-%D9%85%D8%A7%DA%98%D9%88%D9%84-%D8%A7%D9%81%D8%B2%D8%A7%DB%8C%D9%86%D8%AF%D9%87-%D9%88%D9%84%D8%AA%D8%A7%DA%98-2-%D8%A2%D9%85%D9%BE%D8%B1-mt3608.html",
|
|
474
|
+
],
|
|
475
|
+
images=[
|
|
476
|
+
"mt-3608.jpg",
|
|
477
|
+
],
|
|
478
|
+
)
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
db_of_parts["arduino-nano"] = Part(
|
|
482
|
+
info=[
|
|
483
|
+
"Arduino Nano",
|
|
484
|
+
],
|
|
485
|
+
images=[
|
|
486
|
+
"arduino-nano.png",
|
|
487
|
+
],
|
|
488
|
+
)
|
|
489
|
+
|
|
459
490
|
db_of_parts["template"] = Part(
|
|
460
491
|
info=[
|
|
461
492
|
"template",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bluer_sbc
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.99.1
|
|
4
4
|
Summary: 🌀 AI for single board computers and related designs.
|
|
5
5
|
Home-page: https://github.com/kamangir/bluer-sbc
|
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
|
@@ -66,7 +66,7 @@ pip install bluer_sbc
|
|
|
66
66
|
|
|
67
67
|
[](https://github.com/kamangir/bluer-sbc/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-sbc/) [](https://pypistats.org/packages/bluer-sbc)
|
|
68
68
|
|
|
69
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.
|
|
69
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.99.1`](https://github.com/kamangir/bluer-sbc).
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
dict_of_parts = {
|
|
2
|
-
"rpi3bp": "",
|
|
3
|
-
"XL4015": "",
|
|
4
|
-
"470-mF": "",
|
|
5
|
-
"Polyfuse": "optional",
|
|
6
|
-
"TVS-diode": "",
|
|
7
|
-
"resistor": "7 x 330-470 Ω + N x 2.2 kΩ + N x 3.3 kΩ",
|
|
8
|
-
"LED": "green + red + yellow + 4 x blue",
|
|
9
|
-
"rpi-camera": "",
|
|
10
|
-
"PCB-single-14x9_5": "2 x",
|
|
11
|
-
"PCB-double-9x7": "2 x",
|
|
12
|
-
"pushbutton": "",
|
|
13
|
-
"ultrasonic-sensor": "4 x",
|
|
14
|
-
"connector": "1 female",
|
|
15
|
-
"nuts-bolts-spacers": " + ".join(
|
|
16
|
-
[
|
|
17
|
-
"M2: (2 x bolt + 2 x 5 mm + 4 x nut)",
|
|
18
|
-
"M2.5: (4 x bolt + 8 x 10 mm + 4 x nut)",
|
|
19
|
-
"M3: (1 x bolt + 3 x 35 mm + 3 x 25 mm + 7 x 15 mm + 4 x 5 mm + 5 x nut)",
|
|
20
|
-
]
|
|
21
|
-
),
|
|
22
|
-
"plexiglass": "14 cm x 9.5 cm",
|
|
23
|
-
"white-terminal": "2 x",
|
|
24
|
-
"dupont-cables": "1 x 30 cm + 1 x 10 cm",
|
|
25
|
-
"16-awg-wire": "40 cm x (red + black/blue)",
|
|
26
|
-
"solid-cable-1-15": "10 cm x (red + black/blue)",
|
|
27
|
-
"strong-thread": "1 m",
|
|
28
|
-
"pin-headers": "1 x (female, 2 x 40) -> 2 x 20 + 2 x (male, 1 x 40) -> 4 x 6 + 4 x 2 + 2 x 20",
|
|
29
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|