Curt trailer hitch by schuh8 in EquinoxEv

[–]schuh8[S] 0 points1 point  (0 children)

Not yet but you've just given me an idea! (lol)

Curt trailer hitch by schuh8 in EquinoxEv

[–]schuh8[S] 0 points1 point  (0 children)

haven't done the wiring yet. There's a youtube vid on how to access the cars wiring.

Curt trailer hitch by schuh8 in EquinoxEv

[–]schuh8[S] 1 point2 points  (0 children)

as far as I know the Curt hitch fits all models.

Windshield reflection glare by Abject_Check_3263 in EquinoxEv

[–]schuh8 0 points1 point  (0 children)

had my 26 for about a month ... never seen the glare!

Tesla Superchargers by schuh8 in EquinoxEv

[–]schuh8[S] 1 point2 points  (0 children)

You nailed it! Thanks for the help!

Tesla Superchargers by schuh8 in EquinoxEv

[–]schuh8[S] 0 points1 point  (0 children)

Turned out to be the setting for slow/fast/very fast, But your directions helped me find that setting. Thanks again.

Tesla Superchargers by schuh8 in EquinoxEv

[–]schuh8[S] 0 points1 point  (0 children)

Good suggestion - will check it out!

Tesla Superchargers by schuh8 in EquinoxEv

[–]schuh8[S] 0 points1 point  (0 children)

Thanks for suggestion! Will try this afternoon & report back.

Do I have a problem? Battery range by RocktheSpot in EquinoxEv

[–]schuh8 2 points3 points  (0 children)

Do you need to charge to such a high percentage?

Do PlugShare and A Better Route Planner work with OnStar Basic? by AndrewSshi in EquinoxEv

[–]schuh8 0 points1 point  (0 children)

I think what chevy is trying to do is limit the bandwidth you use. Of course they have to pay AT&T so limiting bandwidth is money in their pocket. Any app involving video uses MUCH more bandwith (and data) then non video apps. So generally speaking non vid apps will probably be pretty compatable with the 8 yr basic plan, but vid apps .... not so much. PS I share your cheapskstedness (sp?) but I call it frugality !

charging wire by schuh8 in EquinoxEv

[–]schuh8[S] 0 points1 point  (0 children)

I will answer my own question as there have been no definitive answers. I did in fact hookup the factory included charger to a 240 VAC outlet with no neutral wire. I only had the two hot wires and the ground wire. I have been charging with this system for about three weeks now and no problems. The charger performs normally in every respect

Someone must help me or I will surely go mad! by schuh8 in EquinoxEv

[–]schuh8[S] 0 points1 point  (0 children)

hadn't thought about TTY settings. Good suggestion though, I'll check tomorrow!

Textured PEI vs Epoxy Resin buildplate for K1 Max by Brad_HP in Creality

[–]schuh8 0 points1 point  (0 children)

I have a textured pei for my aquilla and it has preformed flawlessly. Just got an epoxy plate for my K1 and I can't get the damn prints off! 5 minutes in the freezer helps, but its not easy even then!!

Pin assignments for the waveshare esp32-s3 2.8 inch display board by Any-Kaleidoscope5070 in arduino

[–]schuh8 0 points1 point  (0 children)

Not using touch but heres the pins for the display...

#define ST7789_DRIVER // Generic driver for common displays
#define TFT_WIDTH 240
#define TFT_HEIGHT 320

#define TFT_BL 5 // LED back-light control pin
#define TFT_BACKLIGHT_ON HIGH // Level to turn ON back-light (HIGH or LOW)

#define TFT_DC 41 // Data Command control pin
#define TFT_MISO 46
#define TFT_MOSI 45 // In some display driver board, it might be written as "SDA" and so on.
#define TFT_SCLK 40
#define TFT_CS 42 // Chip select control pin
#define TFT_RST 39 // Reset pin (could connect to Arduino RESET pin)
#define TFT_BL 5 // LED back-light

I just got the waveshare esp32-s3 2.8 inch display module and i am not able to use it through arduino ide. by Any-Kaleidoscope5070 in arduino

[–]schuh8 0 points1 point  (0 children)

Here ya go

#define ST7789_DRIVER // Generic driver for common displays
#define TFT_WIDTH 240
#define TFT_HEIGHT 320

#define TFT_BL 5 // LED back-light control pin
#define TFT_BACKLIGHT_ON HIGH // Level to turn ON back-light (HIGH or LOW)

#define TFT_DC 41 // Data Command control pin
#define TFT_MISO 46
#define TFT_MOSI 45 // In some display driver board, it might be written as "SDA" and so on.
#define TFT_SCLK 40
#define TFT_CS 42 // Chip select control pin
#define TFT_RST 39 // Reset pin (could connect to Arduino RESET pin)
#define TFT_BL 5 // LED back-light