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

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

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

Postby rudi ;-) » Thu Nov 29, 2018 11:02 pm

seonroz wrote:
Wed Nov 21, 2018 8:32 pm
..
I've just sent off a rev6 PCB for manufacturing with 2 final little tweaks, and then TinyPICO is done and I start the journey of "how am I going to manufacture them" ;)
Hi Seon

well done - i saw you have pSRAM working now on TinyPICO Rev6
relax :) you did it now.

best wishes
rudi ;-)
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

User avatar
seonroz
Posts: 54
Joined: Thu Oct 25, 2018 3:51 am
Location: Melbourne, Australia
Contact:

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

Postby seonroz » Thu Nov 29, 2018 11:12 pm

rudi ;-) wrote:
Thu Nov 29, 2018 11:02 pm
seonroz wrote:
Wed Nov 21, 2018 8:32 pm
..
I've just sent off a rev6 PCB for manufacturing with 2 final little tweaks, and then TinyPICO is done and I start the journey of "how am I going to manufacture them" ;)
Hi Seon

well done - i saw you have pSRAM working now on TinyPICO Rev6
relax :) you did it now.

best wishes
rudi ;-)

Thanks rudi ;-) - Yup, all done.. finished, working! Now to decide how to manufacture/sell it :)
Seon
unexpectedmaker.com

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

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

Postby rudi ;-) » Tue Jan 15, 2019 7:44 pm

update:
"When ESP32-PICO chip connect a external psram,
the clock IO and data IO is fixed, but the CS IO can be
any unused GPIO, user can config it based on hardware design."

and now official support and more :)

best wishes
rudi ;-)
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

hyhkjiy
Posts: 1
Joined: Tue Jul 30, 2019 6:35 am

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

Postby hyhkjiy » Tue Jul 30, 2019 10:35 am

seonroz wrote:
Wed Nov 21, 2018 8:32 pm
Hi Everyone,

I just got back from Shenzhen on Sunday with my rev5 PCBs in hand, so I built one and TADA! PSRAM working like a champ!

I'm so glad I got past this little hurdle, and wanted to thank everyone here for your help and support on this Tiny journey ;)

rudi made an image from my LiveStream yesterday where I was showing it off... thanks rudi ;-)

Image

I've just sent off a rev6 PCB for manufacturing with 2 final little tweaks, and then TinyPICO is done and I start the journey of "how am I going to manufacture them" ;)
Hello Seonroz, my name is jiy, I am from Shenzhen.

I encountered the same problem a week ago and I tried to add the SPI RAM chip to the ESP32-PICO-D4, but it never worked.

I connected the SPI RAM according to the schematic in Espressif's ESP32-PICO-D4 specification, but when I ran the program, I found that the memory test failed.
WX20190730-175445.png
ESP32-PICO-D4 peripheral schematic from Espressif
WX20190730-175445.png (282.67 KiB) Viewed 12204 times
I turned off the memory check in the setup menu and it looks good, but it crashes when the program requests more memory than the ESP32-PICO-D4.

I think this is a memory chip issue. I bought more memory chips: IPS6404LSQ, LY68L6400SLIT, ESP-PSRAM64, I tested it with the DuPont series and the ESP32-PICO-KIT development board, but the results are still the same.
WechatIMG146.jpeg
WechatIMG146.jpeg (217.83 KiB) Viewed 12204 times
I was very frustrated, then I started looking for relevant information online and then saw this article.

I tried to connect to the SCLK pin of RAM using GPIO9, and GPIO9 will still warn the memory to detect the error.

Later I saw the video you connected to RAM. It took only 3 hours to solve the problem. Awesome!

Then I tried to shorten the DuPont wire and solder it directly to the SPI RAM pin. And I didn't use a 10K pull-up resistor. effective. I also wrote a program to detect the available memory size and found 4491944 bytes, which is so cool. Thank you for sharing and helping me solve this desperate problem! ! !
WechatIMG147.jpeg
WechatIMG147.jpeg (248.24 KiB) Viewed 12204 times
Later I tried to connect the SCLK pin to GPIO6 and GPIO10 and modified the program according to the hardware, but it didn't work. Then connect SCLK back to GPIO9 and run. I don't know why this is happening? Do you have the same problem?

Thank you for your unselfish sharing and wish you all the best! ! !

Adham Aboud
Posts: 48
Joined: Mon Apr 30, 2018 5:32 pm

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

Postby Adham Aboud » Wed Jul 31, 2019 3:10 pm

Where I can find the antenna component to buy?

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

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

Postby rudi ;-) » Wed Jul 31, 2019 4:05 pm

Adham Aboud wrote:
Wed Jul 31, 2019 3:10 pm
Where I can find the antenna component to buy?
hi

Manufacturer Proant: Type Proant 440
example DigiKey 1532-1001-1-ND
example SE Spezial
example Top Electronic USA
example Octoparts
..
Keyword is "Proant 440"

also:
have a note to this Proant 440 post
have a note to this CAD note


best wishes
rudi ;-)

info:
small Pico D4 Board with Proant 440 ( espressif's engineering example) attached
ESP32_PicoD4_Board_with_Proant440.jpg
ESP32_PicoD4_Board_with_Proant440.jpg (76.13 KiB) Viewed 12178 times
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

Adham Aboud
Posts: 48
Joined: Mon Apr 30, 2018 5:32 pm

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

Postby Adham Aboud » Thu Aug 01, 2019 6:40 am

Thank you my friend for your help ;)
rudi ;-) wrote:
Wed Jul 31, 2019 4:05 pm
Adham Aboud wrote:
Wed Jul 31, 2019 3:10 pm
Where I can find the antenna component to buy?
hi

Manufacturer Proant: Type Proant 440
example DigiKey 1532-1001-1-ND
example SE Spezial
example Top Electronic USA
example Octoparts
..
Keyword is "Proant 440"

also:
have a note to this Proant 440 post
have a note to this CAD note


best wishes
rudi ;-)

info:
small Pico D4 Board with Proant 440 ( espressif's engineering example) attached
ESP32_PicoD4_Board_with_Proant440.jpg

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

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

Postby rudi ;-) » Sat Aug 03, 2019 11:08 am

Hi Folks

cause ESP32-PICO-D4 is 3V3 we can use the Espressif's ESP-PSRAM64H for this.
It support 3V3.

btw:
ESP-PSRAM64H is used on the New Chip Thing "Chip7 2-2-A" ( ESP32-S2 )

Image

best wishes
rudi ;-)

Datasheet ESP-PSRAM64 & ESP-PSRAM64H you find online at espressif

or here for download
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

samsam
Posts: 50
Joined: Sun Jun 04, 2017 5:26 pm

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

Postby samsam » Sun Aug 04, 2019 4:26 pm

Hi Rudi,
The picture of the module you've posted:
small Pico D4 Board with Proant 440 ( espressif's engineering example): ESP32_PicoD4_Board_with_Proant440.jpg -
is this a module that will be available soon on the market?
Thanks

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

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

Postby rudi ;-) » Sun Aug 04, 2019 6:42 pm

samsam wrote:
Sun Aug 04, 2019 4:26 pm
Hi Rudi,
The picture of the module you've posted:
small Pico D4 Board with Proant 440 ( espressif's engineering example): ESP32_PicoD4_Board_with_Proant440.jpg -
is this a module that will be available soon on the market?
Thanks
hi samsam,
the ESP32-ZERO-V2
ESP32PICOD4ZeroV2_#1.jpg
ESP32PICOD4ZeroV2_#1.jpg (98.09 KiB) Viewed 12040 times
ESP32PICOD4ZeroV2_#3.jpg
ESP32PICOD4ZeroV2_#3.jpg (242.77 KiB) Viewed 12040 times
was an ESP32-PICO-D4 engineering sample,
not sure, will this / is this given released on the market.

on the market is ESP32-PICO-D4-KIT from espressif. there are few other "maker" samples on market with OLED, PSRAM, or other things.
named TinyPico
Image

or ESP32-PICO-D4-Development Board .. ESP32-CoinCell ...

Image

and more few other.
--..--


best wishes
rudi ;-)
Last edited by rudi ;-) on Mon Aug 05, 2019 1:30 am, edited 1 time in total.
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

Who is online

Users browsing this forum: No registered users and 64 guests