Search found 108 matches

by dmaxben
Thu Mar 04, 2021 8:01 pm
Forum: Hardware
Topic: ESP32-S2/S3 'mini' module flash size
Replies: 4
Views: 3924

Re: ESP32-S2/S3 'mini' module flash size

Any update on availability of the ESP32-S3 mini?
by dmaxben
Thu Mar 04, 2021 7:58 pm
Forum: ESP32 Arduino
Topic: CAN ID hardware acceptance filtering
Replies: 3
Views: 4102

Re: CAN ID hardware acceptance filtering

Why not just filter it in software?
by dmaxben
Wed Jan 20, 2021 10:06 pm
Forum: General Discussion
Topic: will s3 be pin compatible with s2?
Replies: 4
Views: 4952

Re: will s3 be pin compatible with s2?

Ive been wondering this as well, for the same reason...
by dmaxben
Thu Jan 07, 2021 1:38 pm
Forum: Hardware
Topic: ESP32-S2/S3 'mini' module flash size
Replies: 4
Views: 3924

ESP32-S2/S3 'mini' module flash size

Will the ESP32-S2 (and upcoming S3) mini modules ever be offered with more than 4MB of flash built in?

I know the regular "full size" ESP32-wroom modules offer 4MB, 8MB, 16MB.....I was wanting to know if we can expect larger flash sizes in the "mini" modules. :)
by dmaxben
Tue Jan 05, 2021 5:16 pm
Forum: Hardware
Topic: ESP32-S3 TWAI
Replies: 1
Views: 2255

ESP32-S3 TWAI

Does the new ESP32-S3 have more than one TWAI controller built in?

Any idea when ESP32-S3 "mini" modules will be available?
by dmaxben
Mon Dec 07, 2020 7:05 pm
Forum: General Discussion
Topic: ESP32-C3 RISC-V Core - ...What i found just in time ...
Replies: 24
Views: 33372

Re: ESP32-C3 RISC-V Core - ...What i found just in time ...

Any chance that the ESP32-S3 or S4 will have more than one TWAI controller? :)
by dmaxben
Wed Nov 25, 2020 1:51 pm
Forum: General Discussion
Topic: I have just bricked my ESP-WROOM-32
Replies: 2
Views: 5826

Re: I have just bricked my ESP-WROOM-32

Did you try holding the EN/reset button, then do idf.py erase-flash....then when it starts trying to connect, release the EN/reset button?
by dmaxben
Fri Nov 13, 2020 7:54 pm
Forum: General Discussion
Topic: Small ESP32 Modul ( all include in new ESP32-PICO )
Replies: 150
Views: 203503

Re: Small ESP32 Modul ( all include in new ESP32-PICO )

Great! Nice to see an 8MB version of the Pico.... :D
by dmaxben
Sat Oct 24, 2020 11:35 pm
Forum: ESP-IDF
Topic: SPI Examples using ESP-IDF? MCP2515 CAN Controller lib?
Replies: 5
Views: 5986

Re: SPI Examples using ESP-IDF? MCP2515 CAN Controller lib?

nosuffix wrote:
Sat Oct 17, 2020 5:30 pm
I ended up writing my own driver. It's not robust, just a few functions since I only need very simple operation. I'll post it later if I clean it up and make it functional more generically.
Does it use ISR's and queues? Id be curious to try it out.