This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remote LCD Nokia5510/JLX12864 with ESP32
#27
Hello once again.

I ordered the same TTGO display 4mb you suggested. I compiled micropython with the ugfx module and uploaded the files from the hat directory with make upload.

now the esp keeps restarting and nothing happens.

here is my serial output:

Code:
wifi timeout, reconnecting wifi 0.0
wifi connecting to kagourakiLab
connect to kagourakiLab myPassword
lcd driver default True False
abort() was called at PC 0x4016c7eb on core 0

ELF file SHA256: 0000000000000000

Backtrace: 0x40099254:0x3ffcea70 0x4009963d:0x3ffcea90 0x4016c7eb:0x3ffceab0 0x4016c832:0x3ffcead0 0x4016c737:0x3ffceaf0 0x4016c276:0x3ffceb10 0x4016c791:0x3ffceb30 0x400fb621:0x3ffceb50 0x400fb4e1:0x3ffceb80 0x400faf26:0x3ffceba0 0x400e89f9:0x3ffcebc0 0x400df911:0x3ffcebe0 0x400dfa3e:0x3ffcec00 0x400ed5b1:0x3ffcec20 0x400e3a80:0x3ffcecc0 0x400df911:0x3ffcecf0 0x400dfa3e:0x3ffced10 0x400e9501:0x3ffced30 0x400e89f9:0x3ffced80 0x400df911:0x3ffceda0 0x400ed525:0x3ffcedc0 0x400e3a80:0x3ffcee60 0x400df911:0x3ffceed0 0x400df93a:0x3ffceef0 0x40105b28:0x3ffcef10 0x40105cc5:0x3ffcefa0 0x400f65d5:0x3ffceff0 0x4009a2ad:0x3ffcf020

the backtrace decodes to this : 

Code:
0x40099254: invoke_abort at panic.c:?
0x4009963d: abort at ??:?
0x4016c7eb: __cxxabiv1::__terminate(void (*)()) at /builds/idf/crosstool-NG/.build/xtensa-esp32-elf/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:47
0x4016c832: std::terminate() at /builds/idf/crosstool-NG/.build/xtensa-esp32-elf/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:57
0x4016c737: __cxa_throw at /builds/idf/crosstool-NG/.build/xtensa-esp32-elf/src/gcc/libstdc++-v3/libsupc++/eh_throw.cc:95
0x4016c276: operator new(unsigned int) at /builds/idf/crosstool-NG/.build/xtensa-esp32-elf/src/gcc/libstdc++-v3/libsupc++/new_op.cc:54
0x4016c791: operator new[](unsigned int) at /builds/idf/crosstool-NG/.build/xtensa-esp32-elf/src/gcc/libstdc++-v3/libsupc++/new_opv.cc:32
0x400fb621: surface::surface(int, int, int, char const*) at ??:?
0x400fb4e1: ugfx_surface_from_data_c at ??:?
0x400faf26: ugfx_surface_make_new at modugfx.c:?
0x400e89f9: type_call at objtype.c:?
0x400df911: mp_call_function_n_kw at ??:?
0x400dfa3e: mp_call_method_n_kw at ??:?
0x400ed5b1: mp_execute_bytecode at ??:?
0x400e3a80: fun_bc_call at objfun.c:?
0x400df911: mp_call_function_n_kw at ??:?
0x400dfa3e: mp_call_method_n_kw at ??:?
0x400e9501: mp_obj_instance_make_new at ??:?
0x400e89f9: type_call at objtype.c:?
0x400df911: mp_call_function_n_kw at ??:?
0x400ed525: mp_execute_bytecode at ??:?
0x400e3a80: fun_bc_call at objfun.c:?
0x400df911: mp_call_function_n_kw at ??:?
0x400df93a: mp_call_function_0 at ??:?
0x40105b28: parse_compile_execute at pyexec.c:?
0x40105cc5: pyexec_raw_repl at ??:?
0x400f65d5: mp_task at ??:?
0x4009a2ad: vPortTaskWrapper at port.c:?


i understand there is something wrong with the ugfx module. 

do you have some thoughts Sean?

Thank you, 
Giorgos
Reply


Messages In This Thread
RE: Remote LCD Nokia5510/JLX12864 with ESP32 - by kagouraki - 2022-05-13, 10:09 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)