Search found 1696 matches

by rudi ;-)
Thu Mar 16, 2017 6:21 pm
Forum: General Discussion
Topic: BT_LIB and issues
Replies: 6
Views: 7988

Re: BT_LIB and issues

Any BT stack work from the HCI layer edge down to the silicon would entail you attaching a new BT RF unit off of the SPI, SDIO, or UART edges, if you're going to make it all FOSS. Now, the bigger question would be is it in the from-the-HCI edge down that the problem REALLY exists, or is it in the s...
by rudi ;-)
Thu Mar 16, 2017 6:17 pm
Forum: General Discussion
Topic: make monitor not working on windows
Replies: 15
Views: 23059

Re: make monitor not working on windows

@Angus ( not sure, i use usually vm ) can you please check the monitor.py for using in windows looks like the slash and back slash is here a problem again? not "found" $ make monitor MONITOR python: can't open file '/c/eMbeddedHome2017/esp32AT/esp-idf/tools/idf_monitor.py': [Errno 2] No such file or...
by rudi ;-)
Thu Mar 16, 2017 6:01 pm
Forum: General Discussion
Topic: make monitor not working on windows
Replies: 15
Views: 23059

Re: make monitor not working on windows

Hi Paul

try this:
MSys32 ( msys-2.dll )
https://github.com/rprichard/winpty/rel ... a32.tar.gz

best wishes
rudi ;-)
by rudi ;-)
Thu Mar 16, 2017 5:48 pm
Forum: General Discussion
Topic: make monitor not working on windows
Replies: 15
Views: 23059

Re: make monitor not working on windows

Hi Rudi, Thank you for the suggestion. did try to install winpty for msys32 Now i get a new error $ make monitor MONITOR C:/winpty/bin/winpty.exe: error while loading shared libraries: msys-1.0.dll: cannot open shared object file: No such file or directory Hi Paul can suggest to you, take the msys-...
by rudi ;-)
Thu Mar 16, 2017 4:32 pm
Forum: General Discussion
Topic: make monitor not working on windows
Replies: 15
Views: 23059

Re: make monitor not working on windows

hi have you winpty out the box installed, path missing? best wishes rudi ;-) edit: if you use msys32 ( win32 ) https://github.com/rprichard/winpty/releases/download/0.4.2/winpty-0.4.2-msys2-2.6.0-ia32.tar.gz msys1.0 https://github.com/rprichard/winpty/releases/download/0.4.2/winpty-0.4.2-msys.tar.gz...
by rudi ;-)
Thu Mar 16, 2017 9:54 am
Forum: General Discussion
Topic: ESP-Wrover FCC CE .. Test/Docu
Replies: 0
Views: 2146

ESP-Wrover FCC CE .. Test/Docu

Hi guys

i do not believe, that we can use the same docu from Wroom32,
so i ask,
do you have for the new ESP32 Modul "ESP-Wrover" with pSRAM
FCC, CE.. docu and can you provide this?
thank you.

best wishes
rudi ;-)
by rudi ;-)
Thu Mar 16, 2017 8:39 am
Forum: General Discussion
Topic: gpio_matrix_in or gpio_matrix_out vs. gpio_set_direction
Replies: 5
Views: 9727

Re: gpio_matrix_in or gpio_matrix_out vs. gpio_set_direction

now is clear.
thank you.

best wishes
rudi ;-)
by rudi ;-)
Thu Mar 16, 2017 3:12 am
Forum: General Discussion
Topic: @espressif honest words to LIB in opensource
Replies: 5
Views: 7075

Re: @espressif honest words to LIB in opensource

push
cause edit the last post
by rudi ;-)
Thu Mar 16, 2017 1:20 am
Forum: General Discussion
Topic: @espressif honest words to LIB in opensource
Replies: 5
Views: 7075

Re: @espressif honest words to LIB in opensource

For each ESP-IDF version, there is one and only one compatible version of each library ESP-IDF depends on. You can check which versions of esp32-wifi-lib and esp32-bt-lib which any particular version of ESP-IDF needs as follows (for example): $ git submodule status components/esp32/lib e8743355806e...
by rudi ;-)
Wed Mar 15, 2017 10:20 pm
Forum: General Discussion
Topic: ESP32 Wrover ( pSRAM Version ) Footprint ( size )
Replies: 3
Views: 5551

Re: ESP32 Wrover ( pSRAM Version ) Footprint

https://espressif.com/sites/default/files/documentation/esp-wrover-kit_getting_started_guide_en.pdf Figure 2-2. The Layout of the Front Side https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_SCH-2.pdf ESP32_MODULE_2COL thank you - i know this :) Sorry for the imprecise question. I am looking fo...