Search found 611 matches

by mikemoy
Mon Apr 02, 2018 6:56 pm
Forum: General Discussion
Topic: Problems setting up Windows Linux Subsystem with esp-idf
Replies: 19
Views: 20460

Re: Problems setting up Windows Linux Subsystem with esp-idf

I'm happy to see a list of commands that I can contemplate rather than a single command which encapsulates much in a script. Still just curious ;) But doesn't the script accommodate both, the ones that like the single command, and those that want the list. One could always just look at the script s...
by mikemoy
Mon Apr 02, 2018 3:10 pm
Forum: General Discussion
Topic: Problems setting up Windows Linux Subsystem with esp-idf
Replies: 19
Views: 20460

Re: Problems setting up Windows Linux Subsystem with esp-idf

Thanks for the kind reply. I should have been more clear in my post. Could there not be a script that performs all the install requirements on a Linux box ? I.E. Page 69 from the great Kolban's ESP32 book Small Snippet... cd ~ mkdir esp32 cd esp32 sudo apt-get install git wget make libncurses-dev fl...
by mikemoy
Mon Apr 02, 2018 2:05 pm
Forum: General Discussion
Topic: Problems setting up Windows Linux Subsystem with esp-idf
Replies: 19
Views: 20460

Re: Problems setting up Windows Linux Subsystem with esp-idf

I am just curious... I have just started to try to learn Linux, but so far I see how scrips are a great thing. Why hasn't some of the Linux guys, made a script that would perform all these steps. Seems to me it would be far better to run one thing that handles all this, than doing copy and pasted fr...
by mikemoy
Mon Apr 02, 2018 4:52 am
Forum: General Discussion
Topic: Update to Kolban's ESP32 Book is Available
Replies: 10
Views: 21264

Re: Update to Kolban's ESP32 Book is Available

Thanks Mr. Kolban for this wonderful book!
An unimaginable amount of time went into that.
by mikemoy
Fri Mar 23, 2018 1:36 am
Forum: General Discussion
Topic: [resolved] problem trying to use Qt as my IDE
Replies: 6
Views: 10214

Re: problem trying to use Qt as my IDE

I have been using VisualGDB for my ESp32. Its an add on for Visual Studio and works great. Since you mentioned BBB, I also use it to for that as well, and many other Embedded Linux boards. https://visualgdb.com/ Tutorials for ESP32 https://visualgdb.com/w/tutorials/category/tutorials/embedded/esp826...
by mikemoy
Tue Mar 20, 2018 2:34 am
Forum: General Discussion
Topic: ESP32-WROVER/ESP32-WROVER-I Datasheet Problem
Replies: 4
Views: 6221

Re: ESP32-WROVER/ESP32-WROVER-I Datasheet Problem

How do you know this?
by mikemoy
Mon Mar 19, 2018 4:03 pm
Forum: General Discussion
Topic: ESP32-WROVER/ESP32-WROVER-I Datasheet Problem
Replies: 4
Views: 6221

ESP32-WROVER/ESP32-WROVER-I Datasheet Problem

I have noticed a discrepancy on the current ESP32-WROVER/ESP32-WROVER-I Datasheet (v1.5). The latest data sheet shows 3 NC pins for the Wrover Module. Pin 27,28 & 32 on page 8 (Pin Layout). Yet, the pin description on page 9 ,shows Pin 27 as IO16, and for Pin28 as IO17. Which is correct ? I am readi...
by mikemoy
Thu Mar 15, 2018 3:00 pm
Forum: ESP-IDF
Topic: I2C crash with release/v3.0 - what's an effective way to debug this?
Replies: 28
Views: 35285

Re: I2C crash with release/v3.0 - what's an effective way to debug this?

Just curious about this. The OP does not give enough information to actually help you. What sensor are you trying to talk to. Are you using IDF or Arduino, What ESP32 are your using. Do you have pullup resistors on the I2C lines and what are there values. You have not shared any of your code so that...
by mikemoy
Thu Mar 15, 2018 12:46 pm
Forum: General Discussion
Topic: ESP-WROOM-32 / GPIO16/17
Replies: 12
Views: 28695

Re: ESP-WROOM-32 / GPIO16/17

Just wanted you you to know that 4.7k for a pullup on i2c is typical for a 5v rail. It's best to use a 2.2k for 3.3v.
Not saying this will fix your issue, just something to be aware of next time ;)
by mikemoy
Sat Feb 17, 2018 5:51 am
Forum: General Discussion
Topic: How to get "CPU load" and "Memory Usage"
Replies: 18
Views: 57098

Re: How to get "CPU load" and "Memory Usage"

What you want is built into the RTOS, but sadly ESP has not added it in.
void vTaskGetRunTimeStats( char *pcWriteBuffer );