Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added m5stamp-c3u/BikkuraPon/3d/BikkuraPon.f3d
Binary file not shown.
Binary file added m5stamp-c3u/BikkuraPon/3d/CapsuleExit.stl
Binary file not shown.
Binary file added m5stamp-c3u/BikkuraPon/3d/DishDisposer.stl
Binary file not shown.
Binary file added m5stamp-c3u/BikkuraPon/3d/PlateBottom.stl
Binary file not shown.
Binary file added m5stamp-c3u/BikkuraPon/3d/PlateTop.stl
Binary file not shown.
31 changes: 31 additions & 0 deletions m5stamp-c3u/BikkuraPon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# What
びっくらポンもどき
お皿を入れると、抽選。当たると、カプセルトイが出るよ。

Comment on lines +1 to +4
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This "What" section, along with "3D Printings" and "Circuit", is currently empty. It would be helpful to add a brief description of the project's purpose or add a placeholder like "(To be added)" to indicate that content is planned for the future.

![movie](images/movie.gif)

![circuitphoto](images/photo_circuit.jpg)

# Parts


| Ref | Parts | Name |
|-----|------------------|----------------------|
| U1 | Micro Controller | M5Stamp C3U x 1 |
| U2 | OLED Display | [0.96インチ 128×64ドット有機ELディスプレイ](https://akizukidenshi.com/catalog/g/g112031/) x 1 |
| M1 | Servo Motor | MG996R (360 degree rotation)|
| C1 | Capacitor | 470uF x 1 |
| R1 | Sensor | [Cdsセル 光センサー](https://akizukidenshi.com/catalog/g/g100110/)|
| R2 | Resistance | Carbon Resistance (2K ohm) |
| BZ1 | Buzzer | [電子ブザー 12mm UDB-05LFPN](https://akizukidenshi.com/catalog/g/g109704/) |


# 3D Printings

* [3D models](./3d/)
* [Capsule 40mm](https://makerworld.com/ja/models/2265124-gacha-vending-capsules-multiple-sizes-styles)

# Circuit

![Circuit](images/kicad.png)

Binary file added m5stamp-c3u/BikkuraPon/images/kicad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added m5stamp-c3u/BikkuraPon/images/movie.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added m5stamp-c3u/BikkuraPon/images/photo_circuit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions m5stamp-c3u/BikkuraPon/kicad/BikkuraPon.kicad_pcb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(kicad_pcb (version 20241229) (generator "pcbnew") (generator_version "9.0")
)
98 changes: 98 additions & 0 deletions m5stamp-c3u/BikkuraPon/kicad/BikkuraPon.kicad_prl
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
"pads": 1.0,
"shapes": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
},
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": false,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
"vias",
"footprint_text",
"footprint_anchors",
"ratsnest",
"grid",
"footprints_front",
"footprints_back",
"footprint_values",
"footprint_references",
"tracks",
"drc_errors",
"drawing_sheet",
"bitmaps",
"pads",
"zones",
"drc_warnings",
"drc_exclusions",
"locked_item_shadows",
"conflict_shadows",
"shapes"
],
"visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff",
"zone_display_mode": 0
},
"git": {
"repo_type": "",
"repo_username": "",
"ssh_key": ""
},
"meta": {
"filename": "BikkuraPon.kicad_prl",
"version": 5
},
"net_inspector_panel": {
"col_hidden": [],
"col_order": [],
"col_widths": [],
"custom_group_rules": [],
"expanded_rows": [],
"filter_by_net_name": true,
"filter_by_netclass": true,
"filter_text": "",
"group_by_constraint": false,
"group_by_netclass": false,
"show_unconnected_nets": false,
"show_zero_pad_nets": false,
"sort_ascending": true,
"sorting_column": -1
},
"open_jobsets": [],
"project": {
"files": []
},
"schematic": {
"selection_filter": {
"graphics": true,
"images": true,
"labels": true,
"lockedItems": false,
"otherItems": true,
"pins": true,
"symbols": true,
"text": true,
"wires": true
}
}
}
Loading