-
Adding more features and improving its speed in (screen, SPI) and adding more and useful commands. I'm currently working with esp idf, but I'm primarily a javascript developer. I like to design mostly with javascript, but esp idf is great too.
And
With esp idf I wrote code that is really fast on STXXXX and ILIXXXX series displays and works perfectly with 16-bit RGB colors without slowing down. I want to add these features to Espruino.
-
-
-
-
Could you make a video tutorial of all the things you described and upload it to YouTube? I think I didn't do part of the work or maybe I should add something but I don't know how to make a video tutorial and upload it. If you do this, I am sure that those who have this problem like me will be solved and then this issue will be closed once and for all.
-
-
-
Hi.
ESP-wroom-32
Firmware zip : http://microcosm.app/out/ANkHi
I build this firmware with EspruinoBuildTools>ESP32 uploaded on github.
-
-
-
-
-
!!! I wanted to clearly state the decoded error in the new conversation.
I did exactly what was said for the ESP32
https://github.com/espruino/EspruinoTools
I went through all the steps
make clean && BOARD=ESP32 make
I entered it and it was created, then I flashed the boot files.
But unfortunately, these errors occurred.
-
-
This conversation is related to the previous conversation.
When I make my own new firmware for esp32, after I flash it and enter the espruino editor, unfortunately, when I try to save the javascript code on it, this error is displayed. After a thorough search, I was able to decipher this error. The loop is src/jsvar.c and this error is not complete and accurate.
this file (jsvar.c) :
https://github.com/espruino/Espruino/blob/f173832d935f87033f560b88de4af4f3a0fa1cde/src/jsvar.c#L316 -
Original errors in console logs :
WARNING: Scan stop failed WARNING: set rssi scan not implemeted yet Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump: PC : 0x40112ad4 PS : 0x00060c30 A0 : 0x801136ab A1 : 0x3ffea370 A2 : 0x00000001 A3 : 0x00003fff A4 : 0x00000001 A5 : 0x00000000 A6 : 0x3ffcc668 A7 : 0x000754fe A8 : 0x00003fff A9 : 0x3ffea350 A10 : 0x00000000 A11 : 0x00037ff2 A12 : 0x00060021 A13 : 0x00000001 A14 : 0xb33fffff A15 : 0x00000001 SAR : 0x00000002 EXCCAUSE: 0x0000001c EXCVADDR: 0x0000000c LBEG : 0x400924d8 LEND : 0x400924f4 LCOUNT : 0xffffffff ELF file SHA256: 0000000000000000 Backtrace: 0x40112ad1:0x3ffea370 0x401136a8:0x3ffea390 0x401289b6:0x3ffea3b0 0x40128b15:0x3ffea460 0x40136c94:0x3ffea480 Rebooting... ets Jul 29 2019 12:21:46 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:2984 load:0x40078000,len:10700 load:0x40080400,len:5236 entry 0x40080658 E (567) psram: PSRAM ID read error: 0xffffffff E (567) spiram: SPI RAM enabled but initialization failed. Bailing out. E (567) spiram: SPI RAM not initialized
I when have insert javascript codes on esp-wroom-32 show this errors.
-
Hi.
i decoded guru meditaion error and i see this errors :
PC: 0x40112665: jsvInitJsVars at src/jsvar.c line 316 EXCVADDR: 0x0000000c Decoding stack results 0x40112662: jsvInitJsVars at src/jsvar.c line 228 0x40112d64: jsvInit at src/jsvar.c line 349 0x401261d6: jsiIdle at src/jsinteractive.c line 2241 0x40126335: jsiLoop at src/jsinteractive.c line 2324 0x40134298: espruinoTask at targets/esp32/main.c line 84
you can help me for fix error?
-
-
-
Hi.
Everything was going great until I wanted to test my code with the new firmware I made, when I flash the code on the esp32 chip, it gives a total error in the editor console :
Note : When I get all the files, there is no .bootcde file in the list of saved files. I do this through the Espruino editor.
WARNING: Scan stop failed WARNING: set rssi scan not implemeted yet Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump: PC : 0x40112ad4 PS : 0x00060c30 A0 : 0x801136ab A1 : 0x3ffea370 A2 : 0x00000001 A3 : 0x00003fff A4 : 0x00000001 A5 : 0x00000000 A6 : 0x3ffcc668 A7 : 0x000754fe A8 : 0x00003fff A9 : 0x3ffea350 A10 : 0x00000000 A11 : 0x00037ff2 A12 : 0x00060021 A13 : 0x00000001 A14 : 0xb33fffff A15 : 0x00000001 SAR : 0x00000002 EXCCAUSE: 0x0000001c EXCVADDR: 0x0000000c LBEG : 0x400924d8 LEND : 0x400924f4 LCOUNT : 0xffffffff ELF file SHA256: 0000000000000000 Backtrace: 0x40112ad1:0x3ffea370 0x401136a8:0x3ffea390 0x401289b6:0x3ffea3b0 0x40128b15:0x3ffea460 0x40136c94:0x3ffea480 Rebooting... ets Jul 29 2019 12:21:46 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:2984 load:0x40078000,len:10700 load:0x40080400,len:5236 entry 0x40080658 E (567) psram: PSRAM ID read error: 0xffffffff E (567) spiram: SPI RAM enabled but initialization failed. Bailing out. E (567) spiram: SPI RAM not initialized ____ _ | __|___ ___ ___ _ _|_|___ ___ | __|_ -| . | _| | | | | . | |____|___| _|_| |___|_|_|_|___| |_| espruino.com 2v16.152 (c) 2021 G.Williams Espruino is Open Source. Our work is supported only by sales of official boards and donations: http://espruino.com/Donate
And no file is saved on the board.
my frameware : https://espruino.microcosm.app/api/v1/files/02ff51e1a10085ebd1ded201e76d4e2e48ead1fd.zip
-
I already tested all these links. But unfortunately, Espruino does not work well with me, however, thank you for sending these links