Search found 9 matches

by aboaboit
Sat Dec 08, 2018 4:52 pm
Forum: Report Bugs
Topic: same source, different core -> webserver hangs
Replies: 3
Views: 6166

Re: same source, different core -> webserver hangs

Hi, Angus. First off, thanks for your reply and your time. Could someone be assigned to that bug anyway, even if they don't have the HW? It kind of defeats the purpose of a bug tracking system to have to use a forum to draw attention to a report. I'll try to create a test case that runs on the devki...
by aboaboit
Tue Dec 04, 2018 10:41 pm
Forum: Report Bugs
Topic: same source, different core -> webserver hangs
Replies: 3
Views: 6166

Re: same source, different core -> webserver hangs

This is still happening with the latest core and the bug has not even been assigned.
Once more: do you need more information?
by aboaboit
Fri Aug 24, 2018 9:47 am
Forum: Report Bugs
Topic: same source, different core -> webserver hangs
Replies: 3
Views: 6166

same source, different core -> webserver hangs

Hi. I've already reported the bug , just posting it here to give it possibly more exposure. I started out with a bug against the original Freematics firmware, bisected to discover an impossibly minor change, then discovered it was the espressif32 platform in PIO that was causing the issue. To rule o...
by aboaboit
Wed Aug 01, 2018 4:01 pm
Forum: General Discussion
Topic: Using PlatformIO?
Replies: 6
Views: 9845

Re: Using PlatformIO?

Deouss wrote:What do you mean both ?
It means you're able to use PlatformIO for either Arduino projects or ESP-IDF projects side-by-side in one single installation.
P.S.: I will have a look at your guide, it could happen that I find your way better than PIO, who knows! :)
by aboaboit
Wed Aug 01, 2018 2:29 pm
Forum: General Discussion
Topic: Using PlatformIO?
Replies: 6
Views: 9845

Re: Using PlatformIO?

Vader_Mester wrote: Anyone using PlatformIO? I welcome opinions, experience, Pros and cons for this platform.
It should work fine, both for Arduino and ESP-IDF

As already noted, the major downside is that, for the time being, it is not possible to customize anything below Arduino.
by aboaboit
Tue Jul 17, 2018 1:37 pm
Forum: General Discussion
Topic: JTAG Debugging
Replies: 2
Views: 4570

Re: JTAG Debugging

Assuming you still have the problem, try lowering the adapter_speed value in your adapter/ board config: I had recurring resets in the breakpoint unit and setting it to 5000 fixed it. It might work even with higher values, I haven't tested yet.
by aboaboit
Wed Jul 04, 2018 10:01 pm
Forum: Hardware
Topic: openocd & esp32 Freematics ONE+ on Linux
Replies: 4
Views: 6423

Re: openocd & esp32 Freematics ONE+ on Linux

I don't have the WROVER board, yet.... I asked merely to get an idea of the options I have and to get a more comprehensive picture. Regarding pin access, I have posted a question on the Freematics board. Not holding my breath but you'll never know. Thanks for the help! :) EDIT: bought a JLink and ma...
by aboaboit
Tue Jul 03, 2018 9:12 pm
Forum: Hardware
Topic: openocd & esp32 Freematics ONE+ on Linux
Replies: 4
Views: 6423

Re: openocd & esp32 Freematics ONE+ on Linux

CP210x is only a USB-UART converter. You need a separate JTAG adapter. FT2232H-based ones are known to work well, for example. Ah-ha, thanks. I must have misinterpreted the documentation: I wrongly assumed an onboard adapter was a common feature of the ESP32, rather than a special feature of that s...
by aboaboit
Mon Jul 02, 2018 9:22 pm
Forum: Hardware
Topic: openocd & esp32 Freematics ONE+ on Linux
Replies: 4
Views: 6423

openocd & esp32 Freematics ONE+ on Linux

Hi. With reference to this other thread on DevKitC I am creating a new thread since my board is different, it's a Freematics ONE+ , although I am also using Debian on amd64. lsusb shows: Bus 002 Device 015: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light I h...