Search found 300 matches

by Vader_Mester
Sun Mar 11, 2018 1:44 pm
Forum: General Discussion
Topic: Microsecond or fraction of microsecond delay
Replies: 2
Views: 5964

Microsecond or fraction of microsecond delay

So whats the easiest way in the ESP32 to put in a delay of lets say 0.5 uSeconds?

Thanks for the answer in advance!

Vader[BEN]
by Vader_Mester
Sat Mar 10, 2018 10:05 am
Forum: Showcase
Topic: External flash component
Replies: 26
Views: 37875

Re: External flash component

Illucius: I'll try to check your program again later, I need some resoldering, my CS wire came off :D
by Vader_Mester
Fri Mar 09, 2018 11:11 am
Forum: Showcase
Topic: External flash component
Replies: 26
Views: 37875

Re: External flash component

Full write test results (not good): ERASE/WRITE/VERIFY Test... Bus std 1-1-1 Flash size 4194304 Sector size 4096 Register 1 result binary = 00000000 Register 1 result decimal = 0 Register 2 result binary = 00000000 Register 2 result decimal = 0 Erase error code: 0 Register 1 result binary = 00000000...
by Vader_Mester
Fri Mar 09, 2018 10:10 am
Forum: Showcase
Topic: External flash component
Replies: 26
Views: 37875

Re: External flash component

So I ran a test, but results seem odd... (running code posted by hgptamn on a Winbond flash) Read test: Bus Bus Queue Block Block Proto Cycles Mhz Size Size Count Secs MB/s dual 1-1-2 10 1 256 16384 2.42 1.66 dual 1-1-2 10 1 512 8192 2.05 1.95 dual 1-1-2 10 1 1024 4096 1.86 2.15 dual 1-1-2 10 1 2048...
by Vader_Mester
Fri Mar 09, 2018 7:49 am
Forum: Sample Code
Topic: Could you confirm the display result of spi_master on esp-wrover-kit's LCD
Replies: 6
Views: 9145

Re: Could you confirm the display result of spi_master on esp-wrover-kit's LCD

ESP_Sprite wrote:Hmm, perhaps I should either up-fancy the graphics or down-fancy the description.
This comment made my day :D

By the way on a challange vs result graph, the description change is the least challanging with least result. The up-fancy part is the most challanging but most fun, with better results.
by Vader_Mester
Fri Mar 09, 2018 6:22 am
Forum: General Discussion
Topic: uart communication esp32
Replies: 3
Views: 4355

Re: uart communication esp32

@G4ttuz: You should check this topic: viewtopic.php?f=13&t=284&start=10
by Vader_Mester
Thu Mar 08, 2018 12:46 pm
Forum: General Discussion
Topic: uart communication esp32
Replies: 3
Views: 4355

Re: uart communication esp32

Hello,

I suggest you delete this thread, and post it again in the General Discussion part of the forum.

Vader[BEN]
by Vader_Mester
Thu Mar 08, 2018 10:41 am
Forum: General Discussion
Topic: using the SPI flash pins for other things
Replies: 7
Views: 11939

Re: using the SPI flash pins for other things

Sure, we have used up all the GPIO and we need these pins for PWM output for motor control. You should use a GPIO extender with SPI (or I2C) to use the generaly used GPIO pins, and for PWM and other things use the ESP32. Additionally, you can use a cheap 8bit microcontroller for GPIO handling. I su...
by Vader_Mester
Thu Mar 08, 2018 8:23 am
Forum: General Discussion
Topic: [scene] EGUC EEUC EWWUC on the eMbeddedWorld2018
Replies: 3
Views: 6379

Re: [scene] EGUC EEUC EWWUC on the eMbeddedWorld2018

How did this went?
It's sad, I could not attend this event. Probably next year!

I would have wanted to meet you Rudi, 'cause you are close by (I'm from Hungary).
by Vader_Mester
Thu Mar 08, 2018 7:01 am
Forum: Showcase
Topic: External flash component
Replies: 26
Views: 37875

Re: External flash component

I just disected one of my WROOM modules, to use the ESP on board (which is REV 1.) to upgrade my ALBWROVER module with 16MB flash and 4MB SPIram, which has a Rev0. ESP - Sadly... This means that I can use this setup for flash checking and testing. Anyway this is the setup I did, I'm gonna test this ...