Search found 90 matches

by markwj
Wed Jun 06, 2018 1:46 am
Forum: General Discussion
Topic: presoldered ESP32 module
Replies: 11
Views: 15727

Re: presoldered ESP32 module

Here is an example of a WROOM .... https://www.ebay.com/itm/ESP32-WROOM-32D-ESP32-Rev1-module-with-Integrated-Antenna/252790625860?epid=12007271706&hash=item3adb7ed644:g:RI8AAOSw32lYtNZr The pinspacings are small (1mm?) but MUCH larger than a raw ESP32 IC. Here is a mounting board with breadboard s...
by markwj
Wed Jun 06, 2018 1:43 am
Forum: General Discussion
Topic: presoldered ESP32 module
Replies: 11
Views: 15727

Re: presoldered ESP32 module

How about one of these? Not sure how well it holds the module as I've never seen one in person. https://www.aliexpress.com/item/ESP32-test-board-batch-burn-fixture-for-ESP32-WROVER-IPEX-Version-ESP-32-ESP-32S-ESP32/32851571106.html John A For prototyping that is just fine - it holds the module in v...
by markwj
Wed Jun 06, 2018 1:41 am
Forum: General Discussion
Topic: [resolved] what do you use for timezone management?
Replies: 3
Views: 9611

Re: what do you use for timezone management?

We're having the same issue. Unable to find a simple library to convert something like USA/NewYork to posix timezone strings. It seems that bigger systems use the tzdata and full library, but that is too large for ESP32. Could probably parse the tzdata files to extract what we need, and wrap it in a...
by markwj
Tue Jun 05, 2018 6:39 am
Forum: Showcase
Topic: OVMS - Open Vehicle Monitoring System on ESP32/WROVER
Replies: 0
Views: 6073

OVMS - Open Vehicle Monitoring System on ESP32/WROVER

http://www.openvehicles.com/ https://github.com/openvehicles OVMS (the Open Vehicle Monitoring System) started back in 2010 with the goal of providing cellular telemetry and smartphone apps for hobbyists with Electric Vehicles. Our goal was to provide remote telemetry monitoring and control for the...
by markwj
Wed May 23, 2018 7:31 am
Forum: General Discussion
Topic: BLE and Wifi together in ESP32
Replies: 3
Views: 7074

Re: BLE and Wifi together in ESP32

chegewara wrote:Yes, wifi and BLE can work together.
RAM permitting...
by markwj
Fri May 11, 2018 1:25 pm
Forum: ESP-IDF
Topic: autoincreasing build number
Replies: 5
Views: 8612

Re: autoincreasing build number

meneldor wrote: @markwj, could you tell me please, what this line in component.mk does:

Code: Select all

COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive -T main/ovms_boot.ld
Includes all components, whether or not they are actually referenced.
by markwj
Thu May 03, 2018 1:16 am
Forum: ESP-IDF
Topic: Function call backtracing with esp-idf
Replies: 3
Views: 10200

Re: Function call backtracing with esp-idf

What you want is not trivial. But, here are some notes which may help: 1. There are no symbols in the .bin file in flash. But, if your running App outputs something that looks like an address, the 'make monitor' part of esp idf will convert it to a symbol and show it. 2. As an alternative to [1], th...
by markwj
Wed May 02, 2018 6:44 am
Forum: Hardware
Topic: Need 16 MB Flash supported ESP32-WROVER module
Replies: 10
Views: 13277

Re: Need 16 MB Flash supported ESP32-WROVER module

We need at least 10000 if they are ready to make ESP32-WROVER module with 16 MB internal flash memory. I thought for 10,000 quantity, Espressif would do it? MOQ 10 reels, @650pc a reel, is 6,500 modules. https://www.espressif.com/sites/default/files/documentation/espressif_products_ordering_informa...
by markwj
Mon Apr 30, 2018 5:16 am
Forum: Hardware
Topic: Need 16 MB Flash supported ESP32-WROVER module
Replies: 10
Views: 13277

Re: Need 16 MB Flash supported ESP32-WROVER module

Analog Lamb (https://www.analoglamb.com/) are the only ones I know of, at the moment. Even they don't list it on their website (16MB flash WROVER), but can make them.
by markwj
Thu Apr 19, 2018 11:58 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 836788

Re: What would you like to see in The Next Chip?

No more dual-use strapping pins, please. The GPIO2 and GPIO12 vs SD CARD has been a nightmare for us. Overall, messing around with SD CARD issues probably set our project back about 6 months.