PUGAUGE - Low Power Display Processor: Unterschied zwischen den Versionen

Aus PUCONwiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „ == Hardware == * 8-Character Segmented LCD 14-segment Display * Atmel AVR ATmega6490A AVR microcontroller == Build notes == === TQFP-100 Breakout board ===…“)
 
Keine Bearbeitungszusammenfassung
 
(32 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{Image|/public/Projekte/PUGAUGE/Hardware/PUGAUGE_BBD-002.JPG|height=400px}}


The PUGAUGE is intended to be a base platform for devices to display Information in an environment where low power requirements are mandatory.
Examples are:
* Bike computers
* Thermometers
* mobile measurement devices
== Hardware ==
== Hardware ==


* 8-Character Segmented LCD 14-segment Display
{{PUGAUGE Hardware Summary}}
* Atmel AVR ATmega6490A AVR microcontroller
 
== Software ==
 
=== Platform ===
 
The PUGAUGE is intended to be Arduino-compatible. The application software shall benefit from the ease of use, familiarity of many developers and availability of many libraries for sensors and other peripherals.
 
Therefore, an extension to the Arduino IDE is developed to allow the PUGAUGE being selected as a board type in the Arduino IDE. This should not be too complicated, as the PUGAUGE processor is an Atmel AVR processor closely related to the Atmel AVR processors used in the Arduino UNO and MEGA.
 
Additionally the '''''atmegaboot''''' bootloader for the Arduino is being modified to run on the PUGAUGE and allow Arduino sketches to be uploaded onto the PUGAUGE.
 
For the time being, a board/platform package is available with working minimal build and upload configuration:
 
{{TableBegin}}
! Feature !! Status PUGAUGE6490 !! Status PUGAUGE1284
|-
| atmegaboot customization || complete || {{tbc}}
|-
| build configuration || complete || {{tbc}}
|-
| upload configuration || complete || {{tbc}}
|-
| digital port customization || {{tbc}} || {{tbc}}
|-
| analog input customization || {{tbc}} || {{tbc}}
|-
| PWM "analog" output customization || {{tbc}} || {{tbc}}
|-
| hardware serial core || {{tbc}} || {{tbc}}
|-
| software serial core || {{tbc}} || {{tbc}}
|-
| PUGAUGE LCD as standard Arduino library || {{tbc}} || {{tbc}}
{{TableEnd}}
 
To add the PUGAUGE core to your Arduino installation, add the following URLs to the arduino board manager:
 
* <code>https://github.com/esp8266/Arduino/releases/download/2.4.0-rc2/package_esp8266com_index.json</code>,
* <code>http://scherer3002.duckdns.org/public/public/Projekte/PUGAUGE/downloads/package_pucon_pugauge_index.json</code>
 
{{tbc}}
 
=== Application ===
 
A special LCD library is being developed that provides easy access to the on board LCD ( 8 characters, 14 segments plus decimal point and apostroph).


== Build notes ==
{{tbc}}


=== TQFP-100 Breakout board ===
== Font made visible ==


<pre>
Likewise, a graphic depiction of the 14-Segment font is to be found on the [[PUGAUGE Tables]] page.
When soldering the AVR6490 Chip in the TQFP-100 case to it's breakout board, I made an error:
I turned it 90 degrees to the right. Therefore Pin 1 of the chip appears at Pin 76 of the breakout board
This table provides a correction lookup
Pin of TQFP-100 ATmega6490A Pin of breakout board Pin of TQFP-100 ATmega6490A Pin of breakout board
1 76 51 26
2 77 52 27
3 78 53 28
4 79 54 29
5 80 55 30
6 81 56 31
7 82 57 32
8 83 58 33
9 84 59 34
10 85 60 35
11 86 61 36
12 87 62 37
13 88 63 38
14 89 64 39
15 90 65 40
16 91 66 41
17 92 67 42
18 93 68 43
19 94 69 44
20 95 70 45
21 96 71 46
22 97 72 47
23 98 73 48
24 99 74 49
25 100 75 50
26 1 76 51
27 2 77 52
28 3 78 53
29 4 79 54
30 5 80 55
31 6 81 56
32 7 82 57
33 8 83 58
34 9 84 59
35 10 85 60
36 11 86 61
37 12 87 62
38 13 88 63
39 14 89 64
40 15 90 65
41 16 91 66
42 17 92 67
43 18 93 68
44 19 94 69
45 20 95 70
46 21 96 71
47 22 97 72
48 23 98 73
49 24 99 74
50 25 100 75
</pre>

Aktuelle Version vom 13. Juni 2020, 11:38 Uhr

The PUGAUGE is intended to be a base platform for devices to display Information in an environment where low power requirements are mandatory.

Examples are:

  • Bike computers
  • Thermometers
  • mobile measurement devices

Hardware

Overview

PUGAUGE Hardware consists of:

  • 8-Character Segmented LCD 14-segment Display
  • Atmel AVR ATmega6490A AVR microcontroller
  • Atmel ISP Connection
  • Arduino Upload Serial Interface
  • A Status LED on MCU port PB0

Software

Platform

The PUGAUGE is intended to be Arduino-compatible. The application software shall benefit from the ease of use, familiarity of many developers and availability of many libraries for sensors and other peripherals.

Therefore, an extension to the Arduino IDE is developed to allow the PUGAUGE being selected as a board type in the Arduino IDE. This should not be too complicated, as the PUGAUGE processor is an Atmel AVR processor closely related to the Atmel AVR processors used in the Arduino UNO and MEGA.

Additionally the atmegaboot bootloader for the Arduino is being modified to run on the PUGAUGE and allow Arduino sketches to be uploaded onto the PUGAUGE.

For the time being, a board/platform package is available with working minimal build and upload configuration:

Feature Status PUGAUGE6490 Status PUGAUGE1284
atmegaboot customization complete (zu ergänzen)
build configuration complete (zu ergänzen)
upload configuration complete (zu ergänzen)
digital port customization (zu ergänzen) (zu ergänzen)
analog input customization (zu ergänzen) (zu ergänzen)
PWM "analog" output customization (zu ergänzen) (zu ergänzen)
hardware serial core (zu ergänzen) (zu ergänzen)
software serial core (zu ergänzen) (zu ergänzen)
PUGAUGE LCD as standard Arduino library (zu ergänzen) (zu ergänzen)

To add the PUGAUGE core to your Arduino installation, add the following URLs to the arduino board manager:

Application

A special LCD library is being developed that provides easy access to the on board LCD ( 8 characters, 14 segments plus decimal point and apostroph).(zu ergänzen)

Font made visible

Likewise, a graphic depiction of the 14-Segment font is to be found on the PUGAUGE Tables page.