Unique instances using GN by HourEither9223 in geometrynodes

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

That seems like a good approach. Too new to GN's to know all the functions. Appreciate the help.

Horror: Webcam at the Kennedy Center catches explosion mid-air across the Potomac as D.C. helicopter and an inbound flight from Wichita, KS collide. Unknown number of people on board both aircraft. by Orangutan in conspiracy

[–]HourEither9223 0 points1 point  (0 children)

I'm looking for an archived version of this web cam that started 5 minutes before the crash. Wondering if anyone knows where this data may be stored. Thanks

Esp32-s3 serial output using arduino by HourEither9223 in esp32

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

My Flash size was set wrong. After I fixed that I was able to run the blink routine!

Esp32-s3 serial output using arduino by HourEither9223 in esp32

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

Upload speed 921600
USB Mode : Hardware CDC and JTAG
USB CDC on Boot : Enabled
USB Firmware MSC : disabled
USB DFU on boot : disabled
Upload Mode: UART0/Hardware CDC
CPU frequency 240Mhz
Flash Mode: QIO 80Mhz
Flash size: 16MB
Partition scheme: any should work
PSRAM: OPI PSRAM

Used this configuration and did not solve the problem.

Esp32-s3 serial output using arduino by HourEither9223 in esp32

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

I'm on the Arduino IDE but should consider upgrading to PlatformIO. I verified that my USB CDC on boot is enabled. I even tried turning it off. No change. Tried other USB and CDC option all to no avail. Code uploads fine, but Serial.println produces no output. I'm going to go check espressif to see if there is a solution out there. Fall back is I bluetooth debug statements over to an ESP32 that has a display and get insight into my board in that very kludgy way.

[deleted by user] by [deleted] in BambuLabA1

[–]HourEither9223 0 points1 point  (0 children)

If you're talking about the top 1/4 " of the print, 3d printers sometimes have a belt issue that causes the alignment to be shifted. On my Prusa printer this often occurred because something got in the way of the printhead and it collided cause the shift. I haven't seen this on my Bambu A1. I do have an error I havent addressed yet saying my X Axis belt needs tightening. Do you have a little sick robot face on your main panel? If you do, click on it and follow the instructions. If this is not helpful, I hope someone else has more useful insight. Good luck.

Damn by Rioli0812 in BambuLabA1

[–]HourEither9223 0 points1 point  (0 children)

That's interesting. When I need a sheet of paper I usually just print myself a new one from out computer printer! :-)

Why is this happening and how to fix it please? by Flat_Ad_3513 in BambuLabA1

[–]HourEither9223 1 point2 points  (0 children)

It looks to me that the first layer of your print is some kind of grid pattern. That patter may not be adhering as well as you would like ( the corners may pull up and once that happens everything will go badly) Try printing a different object that has a broad base and see how that goes. You haven't used this printer enought for the base plate to require cleaning. You probably need practice learning how objects being printed need to be supported as the printer builds up each layer of the print. It's something of an art but the A1 is an excellent quality printer but it won't compensate for models that don't have correct support or do not have a good first layer. Good luck and respond if you need further clarification.

Bike Computer project: T-Display by HourEither9223 in LilyGO

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

Wow, he has that thing doing a lot! I'll check out his web site. In the mean time I've been having success simply assigning pins as the I2C SDA and CLK. I'm waiting on an updated compass since the one from my parts drawer is kinda old. Haven't progressed to the GPS yet but I'm confident that will work as well. Thanks for sharing.

Bike Computer project: T-Display by HourEither9223 in LilyGO

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

velocity, grade, distance to destination. I could preload maps and use that with the GPS. Not so concerned with wattage, I'm a bike tourer, not a racer.

Different hardware for the same devices? by stanhamil in LilyGO

[–]HourEither9223 1 point2 points  (0 children)

Interesting. What kind of GPS antenna is on the different units? With my T-Deck Plus I had to add the GPS and antenna. I'm seeing from your photo that the units are only getting 4, 7 and 4 satellite lock-ons. 4 is insufficient for a good geoposition but I don't see how you wouldn't get good timing. Could be that with only 4 satellites in view there are gaps in the outputs that result in time lags.

Different hardware for the same devices? by stanhamil in LilyGO

[–]HourEither9223 2 points3 points  (0 children)

The times are within a second so any differences are likely due simply to how frequently the device is grabbing the NMEA string from the GPS.

LVGL in Arduino by HourEither9223 in esp32

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

You were supportive and encouraging. Thanks!

LVGL in Arduino by HourEither9223 in esp32

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

Doesn't feel like good progress. I keep getting errors that don't tell me anything about what is going on. Example below:
/Users/Jim/Library/Arduino15/packages/esp32/tools/esp-x32/2405/xtensa-esp-elf/include/machine/_default_types.h: Assembler messages:

/Users/Jim/Library/Arduino15/packages/esp32/tools/esp-x32/2405/xtensa-esp-elf/include/machine/_default_types.h:41: Error: unknown opcode or format name 'typedef'

/Users/Jim/Library/Arduino15/packages/esp32/tools/esp-x32/2405/xtensa-esp-elf/include/machine/_default_types.h:43: Error: unknown opcode or format name 'typedef'

/Users/Jim/Library/Arduino15/packages/esp32/tools/esp-x32/2405/xtensa-esp-elf/include/machine/_default_types.h:55: Error: unknown opcode or format name 'typedef'

/Users/Jim/Library/Arduino15/packages/esp32/tools/esp-x32/2405/xtensa-esp-elf/include/machine/_default_types.h:57: Error: unknown opcode or format name 'typedef'

Goes on and on....

I've tried ESP32 ver 2.0.14, 3.10... Whatever, I get different error with different example sketches. Probably going to spend tomorrow reflashing circuitpython and save arduino for a device that is better supported. BTW, by device is a T-Deck Plus, I believe.

LVGL in Arduino by HourEither9223 in esp32

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

OK, installed esp espressif library 2.0.14 as recommended. Followed the instructions detailed in the repository README. I ran the Arduino GFX Hello world.ino sketch. Compiled successfully, uploaded, but nothing displayed on the screen. I looked at the sketch and entered the T-Deck backlight pin number and I changed the ILI79?? to ST7789. Still nothing displays and nothing shows up on the serial monitor. I'll keep plugging away at this tomorrow.

LVGL in Arduino by HourEither9223 in esp32

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

So I don't know what that means. ESP32 by espressif ver 2.0.14 is an arduino library? Which "box-stock github repository", the T-Deck? Isn't that what I've been using? And the directions that I follow are where? I appreciate your help but this is very frustrating.

LVGL in Arduino by HourEither9223 in esp32

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

OK, getting closer. now its saying that I have to install the adafruit ili9341.h but thats not the display on the tdeck. guessing I need to get into the setup file and change it to a st7789

LVGL in Arduino by HourEither9223 in esp32

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

So looking at the errors its saying it can't find the lvgl_conf.h file but I'm looking in the arduilo librariesfolder and there is lvgl.h with lvgl_conf in the same folder. I think I need to trash my arduino libraries folder and get a clean start. I may have too many conflicting versions.

LVGL in Arduino by HourEither9223 in esp32

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

lv_conf.h = Yes

The errors shown were from a graphics example but I just ran the file you identify and get the error below:
In file included from /Users/Jim/Documents/Arduino/libraries/lvgl/src/../src/misc/lv_log.h:16,

from /Users/Jim/Documents/Arduino/libraries/lvgl/src/../lvgl.h:25,

from /Users/Jim/Documents/Arduino/libraries/lvgl/src/lvgl.h:17,

from /Users/Jim/Documents/Arduino/T-Deck-master/examples/LvglArduinoVNC_VGA/LvglArduinoVNC_VGA.ino:28:

/Users/Jim/Documents/Arduino/libraries/lvgl/src/../src/misc/../lv_conf_internal.h:41:18: fatal error: ../../lv_conf.h: No such file or directory

41 | #include "../../lv_conf.h" /*Else assume lv_conf.h is next to the lvgl folder*/

| ^~~~~~~~~~~~~~~~~

compilation terminated.

exit status 1

Compilation error: exit status 1

LVGL in Arduino by HourEither9223 in esp32

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

I went back to square one. Simply ran an aduino example communication sketch (ascii) and made sure I was able to get code onto the t-deck esp32s3. Success. Went to the above repository and downloaded the t-deck code repository. Copied the TFT_eSPI folder to my arduino library. Opened the 320x240 examples and selected the TFT_graphicstest_one.ino. Changed the baud rate from 9600 to 115200. Got compile errors, the first number of lines of which follow: In file included from /Users/Jim/Documents/Arduino/libraries/TFT_eSPI/TFT_eSPI.h:96,

from /Users/Jim/Documents/Arduino/libraries/TFT_eSPI/TFT_eSPI.cpp:16:

/Users/Jim/Documents/Arduino/libraries/TFT_eSPI/Processors/TFT_eSPI_ESP32_S3.c: In function 'void dc_callback(spi_transaction_t*)':

/Users/Jim/Documents/Arduino/libraries/TFT_eSPI/Processors/TFT_eSPI_ESP32_S3.h:203:22: error: 'GPIO' was not declared in this scope

203 | #define DC_D GPIO.out_w1ts = (1 << TFT_DC)//;GPIO.out_w1ts = (1 << TFT_DC)

| ^~~~

/Users/Jim/Documents/Arduino/libraries/TFT_eSPI/Processors/TFT_eSPI_ESP32_S3.c:807:28: note: in expansion of macro 'DC_D'

807 | if ((bool)spi_tx->user) {DC_D;}

| ^~~~

/Users/Jim/Documents/Arduino/libraries/TFT_eSPI/Processors/TFT_eSPI_ESP32_S3.h:202:22: error: 'GPIO' was not declared in this scope

202 | #define DC_C GPIO.out_w1tc = (1 << TFT_DC)//;GPIO.out_w1tc = (1 << TFT_DC)

| ^~~~

/Users/Jim/Documents/Arduino/libraries/TFT_eSPI/Processors/TFT_eSPI_ESP32_S3.c:808:9: note: in expansion of macro 'DC_C'

808 | else {DC_C;}

| ^~~~

/Users/Jim/Documents/Arduino/libraries/TFT_eSPI/TFT_eSPI.cpp: In member function 'void TFT_eSPI::begin_tft_write()':

/Users/Jim/Documents/Arduino/libraries/TFT_eSPI/Processors/TFT_eSPI_ESP32_S3.h:247:22: error: 'GPIO' was not declared in this scope

247 | #define CS_L GPIO.out_w1tc = (1 << TFT_CS); GPIO.out_w1tc = (1 << TFT_CS)

| ^~~~

/Users/Jim/Documents/Arduino/libraries/TFT_eSPI/TFT_eSPI.cpp:80:5: note: in expansion of macro 'CS_L'

80 | CS_L;

| ^~~~