Search found 89 matches

by cmorgan
Thu Nov 23, 2017 12:39 am
Forum: General Discussion
Topic: Is it ok to post jobs here on the forum?
Replies: 5
Views: 5980

Re: Is it ok to post jobs here on the forum?

I for one would always be interested to hear about paid opportunities for ESP32 skills. I think this forum would be a good place. However, I'd suggest that needs and requirements and terms of the opportunity be clearly stated. I see too many posts on other forums that say "I have a need for an XYZ ...
by cmorgan
Thu Nov 23, 2017 12:30 am
Forum: General Discussion
Topic: Looking for consultant/contractor help with AWS IoT on ESP32
Replies: 2
Views: 4318

Looking for consultant/contractor help with AWS IoT on ESP32

I’m looking for help in planning and then implementing AWS IoT connectivity in an ESP32 based product. It’s a self funded project that I’m doing mostly for fun and learning. To be clear, this is a paying opportunity. Location: * Remote. Phone/email are ok. I’m located on the east coast of the US, in...
by cmorgan
Wed Nov 22, 2017 8:18 pm
Forum: General Discussion
Topic: Is it ok to post jobs here on the forum?
Replies: 5
Views: 5980

Re: Is it ok to post jobs here on the forum?

I for one would always be interested to hear about paid opportunities for ESP32 skills. I think this forum would be a good place. However, I'd suggest that needs and requirements and terms of the opportunity be clearly stated. I see too many posts on other forums that say "I have a need for an XYZ ...
by cmorgan
Wed Nov 22, 2017 7:18 pm
Forum: General Discussion
Topic: Is it ok to post jobs here on the forum?
Replies: 5
Views: 5980

Re: Is it ok to post jobs here on the forum?

ESP_Angus wrote:Go for it, cmorgan. Absolutely no problem, as long as it's ESP32 related. :)
Great! Would here in General Discussion be the right place for that?
by cmorgan
Tue Nov 21, 2017 11:21 pm
Forum: General Discussion
Topic: Is it ok to post jobs here on the forum?
Replies: 5
Views: 5980

Is it ok to post jobs here on the forum?

I have some contract work on an esp32 project, is it ok to post that here on the forum? If so, where would be the best place for that?

Chris
by cmorgan
Tue Nov 21, 2017 9:16 pm
Forum: ESP-IDF
Topic: Possible to use RMT for simultaneous input and output on the same gpio line, for 1-wire?
Replies: 6
Views: 8694

Re: Possible to use RMT for simultaneous input and output on the same gpio line, for 1-wire?

Thanks for the pointer here. I ended up enabling open drain on the pin and everything is working correctly now. I'm not sure if you've used the nodemcu driver but you might take a look at the esp32-owb version now that it is working.
by cmorgan
Mon Nov 20, 2017 7:49 pm
Forum: ESP-IDF
Topic: OTA clarification
Replies: 32
Views: 44725

Re: OTA clarification

Thanks for the pointers and the example code!
by cmorgan
Mon Nov 20, 2017 6:38 pm
Forum: ESP-IDF
Topic: Frozen RS232 device with ESP32 + TTL Converter
Replies: 5
Views: 11933

Re: Frozen RS232 device with ESP32 + TTL Converter

It doesn't look like the MAX3232 has any enable/disable or flow control support although maybe the digital inputs are intended for that purpose. So I'm thinking it isn't the MAX3232 causing the issue, is the other end of the device expecting flow control (a computer?) I don't see how strapping that ...
by cmorgan
Mon Nov 20, 2017 2:50 am
Forum: ESP-IDF
Topic: Frozen RS232 device with ESP32 + TTL Converter
Replies: 5
Views: 11933

Re: Frozen RS232 device with ESP32 + TTL Converter

Is there hardware flow control on the RS232 device? I've seen cases where the flow control wasn't connected and depending on environmental factors, temperature, humidity etc, the floating flow control lines would cause communications to stop in one direction or the other.
by cmorgan
Sat Nov 18, 2017 3:44 pm
Forum: ESP-IDF
Topic: Possible to use RMT for simultaneous input and output on the same gpio line, for 1-wire?
Replies: 6
Views: 8694

Re: Possible to use RMT for simultaneous input and output on the same gpio line, for 1-wire?

Active drive is probably only a problem with multiple parasite power devices doing simultaneous conversions. But you should enable open drain mode in init either way. I'll probably add some notes to esp32-owb about the issue. I'd feel like I was doing the user a disservice if I was enabling the pin...