File tree 1 file changed +30
-4
lines changed
content/featured-projects
1 file changed +30
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,37 @@ title: 'JMonkeyEngine with Joystick'
3
3
weight : 75
4
4
---
5
5
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 :
9
32
10
33
{{< youtube 9ZvhFQSwHF0 >}}
11
34
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
+
13
39
You can’t perform that action at this time.
0 commit comments