Skip to content

Commit 49b5aa3

Browse files
authored
Merge pull request #1 from Scrappers-glitch/update-joystickModuleProject
Update joystick-game.md
2 parents 20365db + 09713c7 commit 49b5aa3

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

content/featured-projects/joystick-game.md

+30-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,37 @@ title: 'JMonkeyEngine with Joystick'
33
weight: 75
44
---
55

6-
[Pavl G.](https://www.linkedin.com/in/pavl-g-420b81228/) created a Java Gradle library to control a car in a
7-
[JMonkeyEngine](https://jmonkeyengine.org/) game with a joystick module connected to a Raspberry Pi4 model B, using
8-
GPIO digital pins & SPI interfacing through MCP3008 ADC (Analog~Digital Converter).
6+
[Pavl G.](https://www.linkedin.com/in/pavl-g-420b81228/)created a Java Gradle library to control a car in a
7+
[JMonkeyEngine](https://jmonkeyengine.org/)game with an arduino joystick module connected to a Raspberry Pi4 model B, using
8+
GPIO digital pins and SPI interfacing through MCP3008 ADC (Analog~Digital Converter).
9+
10+
11+
## Requirements :
12+
- Raspberry Pi with arm processor (pi3, pi4, piZero) with a working java8 (preferred).
13+
- Female-to-male jumper wires.
14+
- Breadboard.
15+
- Arduino Joystick module.
16+
- MCP3008 IC (ADC -- other adcs may work too, but we are covering only MCP3008 here).
17+
- Some patience and time.
18+
19+
## Difference between Analog and Digital signals ?
20+
21+
## What's ADC ?
22+
23+
## What's SPI ?
24+
25+
## Wiring Up :
26+
27+
## Testing the wiring :
28+
29+
## Testing with a jmonkeyengine vehicle :
30+
31+
## Video of operation :
932

1033
{{< youtube 9ZvhFQSwHF0 >}}
1134

12-
Sources [on GitHub](https://github.com/Scrappers-glitch/JmeCarPhysicsTestRPI).
35+
## More at sources :
36+
- [Gradle lib : ](https://github.com/Scrappers-glitch/JoyStickModule).
37+
- [Testcase : ](https://github.com/Scrappers-glitch/JmeCarPhysicsTestRPI).
38+
1339

0 commit comments

Comments
 (0)