Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "APP4MC/Rover"

m
Line 47: Line 47:
 
| Buzzer || 1 || 0,41 || 0,41 || [https://www.aliexpress.com/item/High-Quality-Active-Buzzer-Module-for-Arduino-New-DIY-Kit-Active-buzzer-low-level-modules/32711269123.html?spm=2114.search0104.3.18.odEKEj&ws_ab_test=searchweb0_0,searchweb201602_4_10152_10065_10151_10068_10344_5460012_10342_10343_10340_10341_10193_5470012_10194_10304_10307_10137_10060_10302_10155_10154_10056_10055_5370012_10054_10059_5380012_10532_100031_10099_10338_10339_10103_10102_10052_10053_10107_10050_10142_10051_10320_10321_10322_10326_10084_10083_10080_10082_10081_10177_10110_10111_10112_10113_5590012_10114_143_10180_10312_10313_10314_10184_10078_10319_10079_10073_5550011_10186-10051,searchweb201603_2,ppcSwitch_5&btsid=47b35911-e307-40eb-80ea-66472d143710&algo_expid=70a2472b-733d-4919-aae2-7d3d47d924a7-2&algo_pvid=70a2472b-733d-4919-aae2-7d3d47d924a7 AE]
 
| Buzzer || 1 || 0,41 || 0,41 || [https://www.aliexpress.com/item/High-Quality-Active-Buzzer-Module-for-Arduino-New-DIY-Kit-Active-buzzer-low-level-modules/32711269123.html?spm=2114.search0104.3.18.odEKEj&ws_ab_test=searchweb0_0,searchweb201602_4_10152_10065_10151_10068_10344_5460012_10342_10343_10340_10341_10193_5470012_10194_10304_10307_10137_10060_10302_10155_10154_10056_10055_5370012_10054_10059_5380012_10532_100031_10099_10338_10339_10103_10102_10052_10053_10107_10050_10142_10051_10320_10321_10322_10326_10084_10083_10080_10082_10081_10177_10110_10111_10112_10113_5590012_10114_143_10180_10312_10313_10314_10184_10078_10319_10079_10073_5550011_10186-10051,searchweb201603_2,ppcSwitch_5&btsid=47b35911-e307-40eb-80ea-66472d143710&algo_expid=70a2472b-733d-4919-aae2-7d3d47d924a7-2&algo_pvid=70a2472b-733d-4919-aae2-7d3d47d924a7 AE]
 
|-
 
|-
| ∑ || 22 || - || 262,37 || No shipping included
+
| ∑ || 22 || - || ~230 EUR || No shipping, assembly included
 
|}
 
|}
 
* 3D extensions (to be printed via 3D printer) are provided [[APP4MC/Rover/parts|here]].
 
* 3D extensions (to be printed via 3D printer) are provided [[APP4MC/Rover/parts|here]].

Revision as of 09:33, 10 October 2017

APP4MC Rover Demonstrator

Hardware

  • Rover kit as described on this page is deprecated, therefore please check the following parts:
Part Quantity Price each in € Price total Link exemplarily
Rover 5 Robot Chassis (includes 9V AA Battery holder for the motor) 1 50 50 Pololu
Raspberry Pi 3 with 16GB 1 40 40 Element14
PI Camera 1 25 25 Element14
Sharp GP2Y0A41SK0F Analog Distance Sensor 6 4 24 AE
Pololu RPi hat motor controller #2756 1 35 35 Pololu
Motor controller connector 1 1 1 Pololu
Powerbank for RPI 1 25 25 Element14 or GB
APP4MC-Sense-Layer 1 14 14 USA order, each order comes in a quantity of 3! Done with KeyCAD
A/D Converter 2 3,15 6,30 AE
Logic Level Converters 2 1,06 1,06 AE
Magnetometer 1 1,58 1,58 AE
US sensor SRF02 OBSOLETE - - - obsolete ET
Temp. / Hum. sensor 1 1,81 1,81 AE
Display 1 3,27 3,27 AE
Accelerometer / Gyro 1 0,94 0,94 AE
Buzzer 1 0,41 0,41 AE
22 - ~230 EUR No shipping, assembly included
  • 3D extensions (to be printed via 3D printer) are provided here.
  • Using the SenseHAT for the Rover is currently not possible.
  • Temp. Hum. sensor, Accelerometer / Gyro, and Buzzer are optional and yet untested.

Software

  • the Rover's documentation (install guide, web-access incl. camera stream, and tracing possibilities), the AMALTHEA model, and the application SW can be found @: git Rover repository
  • Rover SD card images are available here

Investigation results

  • No US sensor (Grove, SRF02, and SR04) gives reliable values, consequently only IR sensors should be used

Included Implementations

  • Displaying Hono, BT, and Wifi connection via OLED display
  • Website generation for live stream, controls, and sensor data / CPU utilisation visualisation
  • Wifi hotspot
  • ACC
  • Grove / SR04 / SRF02 US Sensor access via wiringPi library but unreliable values
  • IR sensor access
  • Hono interaction

Upcoming Implementations

  • BT connectivity to allow android app control
  • Temp. Hum. sensor, Accelerometer / Gyro, and Buzzer implementation
  • Bluetooth implementations for remote Anroid App / Joystick control
  • New shield on top of motor controller --> one more A/D converter, remove one LLC, attach OLED display

Back to the top