You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use when an external 32MHz crystal is connected to LGT8F328P Port B Pin 6 & 7 (see databook for details, in particular about the decoupling capacitors). You can comfortably switch between the internal and external OSC using the tools menu:
And then pick the speed you want to run at (I tested 16MHz as well as 32MHz, but I kept the other options as well). This directly sets the prescaler to the correct value:
32Mhz is twice as fast as a conventional arduino nano!
18
19
@@ -27,6 +28,7 @@ Now the boards appear in the IDE and you can also select the clock speed.
27
28
-[x][Differential Amplifier](./docs/differential-amplifier/readme.md). See this [Example](./lgt8f/libraries/differential_amplifier/examples/all_vs_all/all_vs_all.ino).
28
29
-[ ] Computation Accelerator (page 52 of datasheet v1.0.4) [Work by others](https://www.avrfreaks.net/comment/2272366#comment-2272366)
29
30
-[x][SoftwareSerial @32Mhz](./lgt8f/libraries/SoftwareSerial/SoftwareSerial.cpp#L60) (stable up to 230400 baud)
# Differences to original core [Larduino_HSP v3.6c](https://github.com/Edragon/LGT/tree/master/HSP%20Patch%20File/Larduino_HSP_3.6c/Larduino_HSP_v3.6c)
32
34
@@ -39,14 +41,14 @@ Now the boards appear in the IDE and you can also select the clock speed.
39
41
40
42
# Power consumption @ 5v
41
43
42
-
| Clock | Pro mini style w/o power LED | Pro mini | Nano style |
I have no association with Arduino, Logic Green, Atmel or anything. I just wanted to have a convenient way to use these boards and get them to work without hacks at max speed
-[#dcfusor](https://github.com/dcfusor) for help with fast io backporting
94
98
-[#HI-SEBA](https://github.com/HI-SEBA) for help with software serial
95
99
-[#dwillmore](https://github.com/dwillmore) for creating the wiki, serial adapter troubleshooting, more examples of boards and wemos-TTGO-XI board support
100
+
-[#seisfeld](https://github.com/seisfeld) for adding in-menu support for an external clock
0 commit comments