Search found 494 matches
- Sun Jul 01, 2018 9:45 pm
- Forum: General Discussion
- Topic: Touch sensors are a little less sensitive in the first 30s after wake from sleep
- Replies: 8
- Views: 4286
Re: Touch sensors are a little less sensitive in the first 30s after wake from sleep
Does the same thing happen with when you first power it up?
- Thu Jun 28, 2018 5:21 pm
- Forum: General Discussion
- Topic: Help getting a Noritake Itron VFD working on the ESP32
- Replies: 4
- Views: 1874
Re: Help getting a Noritake Itron VFD working on the ESP32
I agree with ESP_Sprite, as that is the first thing to check.
Correct me if I am wrong, but I think your ms delay is wrong.
I think it should be:
Correct me if I am wrong, but I think your ms delay is wrong.
I think it should be:
Code: Select all
#define _delay_ms(x) vTaskDelay( x / portTICK_PERIOD_MS )
- Thu Jun 28, 2018 4:46 pm
- Forum: General Discussion
- Topic: Debugging a deadlock/hang
- Replies: 2
- Views: 1615
Re: Debugging a deadlock/hang
Just FYI, The other does not do anything, it's used to manually put it into programming mode. it stops logging and responding to network requests. printf, is one of your greatest helpers. Just create another task that spits something like the time to the serial port every second. If that stops worki...
- Thu Jun 28, 2018 3:58 pm
- Forum: General Discussion
- Topic: Multiple Applications from SD card
- Replies: 8
- Views: 4894
Re: Multiple Applications from SD card
I wonder if you could remove the SMC option to simplify it. Use OTA1 when it boots to read the uSD and copy the app you want to PSRAM. When that is done re-boot using PSAM. Of course you would have to disable the RAM testing stuff in menuconfig.
- Thu Jun 28, 2018 2:27 am
- Forum: General Discussion
- Topic: how many tasks can ESP32 handle?
- Replies: 5
- Views: 3525
Re: how many tasks can ESP32 handle?
Just know, the more tasks you have the less time each one will get from the CPU.
- Wed Jun 27, 2018 3:05 am
- Forum: General Discussion
- Topic: Deep sleep power consumption with connected SPI device
- Replies: 10
- Views: 5995
Re: Deep sleep power consumption with connected SPI device
It's nice that you have this on a breadboard, because it will make it easy to isolate the problem. The way I would first tackle this is first to bring UC's CSA pin to +3.3v. If no uA change then bring BMA's CLS to +3.3v. IF still no change, then then disconnect the MOSI line, then MISO, then CLK, to...
- Tue Jun 26, 2018 1:41 pm
- Forum: General Discussion
- Topic: What format is in the docs folder
- Replies: 1
- Views: 1361
What format is in the docs folder
There is a folder: C:\msys32\home\Mike\esp\esp-idf\docs\en
What are the files with a .rst extension. I can open them in a text editor, but why .rst and not .txt ?
Is there some other application that opens them up ?
What are the files with a .rst extension. I can open them in a text editor, but why .rst and not .txt ?
Is there some other application that opens them up ?
- Tue Jun 26, 2018 1:03 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 396
- Views: 211361
Re: What would you like to see in The Next Chip?
It's like a laptop with an i3 CPU, and 384k of ram. Fast CPU and little memory results in slow overall system.It's like a laptop with an i3 CPU but an IDE HDD. Fast CPU and slow HDD results in slow overall system.

- Tue Jun 26, 2018 3:40 am
- Forum: General Discussion
- Topic: Deep sleep power consumption with connected SPI device
- Replies: 10
- Views: 5995
Re: Deep sleep power consumption with connected SPI device
a schematic of how you have things connected would help.
- Sun Jun 24, 2018 4:57 pm
- Forum: General Discussion
- Topic: trying to read an ADC GPIO
- Replies: 17
- Views: 7968
Re: trying to read an ADC GPIO
Might this be of some help? Have a look here, in section 4.10, page 55.
https://www.espressif.com/sites/default ... ual_en.pdf
https://www.espressif.com/sites/default ... ual_en.pdf