Search found 1696 matches

by rudi ;-)
Thu Nov 11, 2021 3:47 am
Forum: General Discussion
Topic: How to create 16-bit UUID's ?
Replies: 3
Views: 6249

Re: How to create 16-bit UUID's ?

many ways to rome outside of ESP-IDF a few examples not a complete list, there are many more online: https://www.uuidgenerator.net/ github: https://github.com/typester/esp32-uuid python 2 and 3 import uuid uuid.uuid4() UUID('xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx') pythUUID.jpg the generation is standar...
by rudi ;-)
Wed Nov 10, 2021 7:48 am
Forum: General Discussion
Topic: ESP32 inverted byte order due to Little Endian ( how to invert back )
Replies: 2
Views: 5292

Re: ESP32 inverted byte order due to Little Endian ( how to invert back )

https://github.com/espressif/esp-idf/issues/2062#issuecomment-400629287 https://demo-dijiudu.readthedocs.io/en/latest/api-reference/peripherals/spi_master.html#id4 SPI_DEVICE_TXBIT_LSBFIRST Transmit command/address/data LSB first instead of the default MSB first. SPI_DEVICE_RXBIT_LSBFIRST Receive da...
by rudi ;-)
Fri Nov 05, 2021 12:41 pm
Forum: General Discussion
Topic: Analog video input
Replies: 6
Views: 11677

Re: Analog video input

hi saruhan u are welcome, ( info for thinking over ) are you fixed to use esp32 / esp8266 or do you can use esp32-s2 / esp32-s3 also esp32-c3 / esp32-c6 the reason is, that this SoC's supports USB Host, only for info: you can use then a (USB) rear camera on USB basis and connect it to the USB Host o...
by rudi ;-)
Thu Nov 04, 2021 12:34 pm
Forum: General Discussion
Topic: Analog video input
Replies: 6
Views: 11677

Re: Analog video input

hi saruhan I have Car rear camera and I need take cam video from rear camera. do you have more info about the camera you want use? likely possible manufacturer / resolution's - .. 720x576, 352x288, 320x240, 160x120 .. likely framerate example 60fs, 50fs, 30fs, 25fs ... It is analog camera. Is it pos...
by rudi ;-)
Wed Nov 03, 2021 8:39 pm
Forum: Documentation
Topic: [Prerelease] ESP32­S3­WROOM­1 & ESP32­S3­WROOM­1U Datasheet
Replies: 9
Views: 47016

Re: [Prerelease] ESP32­S3­WROOM­1 & ESP32­S3­WROOM­1U Datasheet

dmaxben wrote:
Wed Nov 03, 2021 5:38 pm
Is the ESP32-S3 "mini" module datasheet available yet?
s3 mini is still preliminary v0.2.1 but not yet public online there
products/modules | esp product selector | espressif documents
but heard, there will be an updated one on official website very soon dmaxben.
by rudi ;-)
Tue Nov 02, 2021 9:28 am
Forum: Documentation
Topic: ESP32-S3 Datasheet | 技术规格书
Replies: 3
Views: 28029

Re: ESP32-S3 Datasheet | 技术规格书

If this file has been removed, then link also should be removed. - history files are available - links to the datasheet in en / cn are available which file is removed in this post, can you please say more precisely ? btw: welcome to your first post with this account ( Quit zon stad ) edit: grammar ...
by rudi ;-)
Fri Oct 29, 2021 2:25 pm
Forum: Documentation
Topic: ESP32-S3-DevKitC-1 User Guide | 用户指南
Replies: 0
Views: 14580

ESP32-S3-DevKitC-1 User Guide | 用户指南

Hi Folks, ESP32-S3-DevKitC-1 User Guide This document provides information on ESP32-S3-DevKitC-1 development board. latest 2021.10.28 Related Documents ESP32-S3 Datasheet (PDF) ESP32-S3-WROOM-1 & ESP32-S3-WROOM-1U Datasheet (PDF) ESP32-S3-DevKitC-1 Schematic (PDF) ESP32-S3-DevKitC-1 PCB layout (PDF)...
by rudi ;-)
Fri Oct 29, 2021 1:41 pm
Forum: Documentation
Topic: ESP32-S2-DevKitC-1 User Guide | 用户指南
Replies: 0
Views: 14165

ESP32-S2-DevKitC-1 User Guide | 用户指南

Hi Folks, ESP32-S2-DevKitC-1 User Guide This document provides information on ESP32-S2-DevKitC-1 development board. latest 2021.10.28 Related Documents ESP32-S2 Series Chip Datasheet (PDF) ESP32-S2-SOLO & ESP32-S2-SOLO-U Module Datasheet (PDF) ESP32-S2-DevKitC-1 Schematic (PDF) ESP32-S2-DevKitC-1 PC...
by rudi ;-)
Fri Oct 29, 2021 1:07 pm
Forum: Documentation
Topic: ESP32-C3 Technical Reference Manual | 技术参考手册 Risc-V 32
Replies: 4
Views: 30998

Re: ESP32-C3 Technical Reference Manual | 技术参考手册 Risc-V 32

Hi Folks, update 2021-Oct-28 ================== ESP32-C3 Technical Reference Manual The manual provides detailed and complete information on how to use the ESP32-C3 memory and peripherals. v0.4 2021.10.28 Added the following chapters: • Chapter 8 Interrupt Matrix (INTMTRX) • Chapter 14 Debug Assist ...
by rudi ;-)
Fri Oct 29, 2021 12:53 pm
Forum: Documentation
Topic: ESP32-C3 Datasheet | 技术规格书 RISC-V 32
Replies: 4
Views: 33228

Re: ESP32-C3 Datasheet | 技术规格书 RISC-V 32

update 2021-Oct-26 ================== Hi Folks, ESP32-C3 Datasheet This document provides the specifications of ESP32-C3 chip series. v1.1 2021.10.26 • Updated Figure Block Diagram of ESP32-C3 to show power modes; • Added CoreMark score in Features; • Updated Table Pin Description to show default pi...