Search found 124 matches

by rsimpsonbusa
Tue Mar 21, 2023 10:51 pm
Forum: Hardware
Topic: Flash Erase completed but without effect
Replies: 5
Views: 3244

Re: Flash Erase completed but without effect

I had that problem with a module. I actually changed the internal flash and that error message disappeared. just my 5 cents
by rsimpsonbusa
Mon Feb 27, 2023 1:18 am
Forum: ESP-IDF
Topic: Code reusing while using interrupts
Replies: 5
Views: 1937

Re: Code reusing while using interrupts

Regarding your first question, better to pass as parameter the INDEXNUMBER which refers to a position in an array of structures(one for each Flowmeter). Do not send EVERY pulse received but "Bursts" and when the burst is finished, send a Msg to the processing task via a Queue. The processing task re...
by rsimpsonbusa
Sun Feb 26, 2023 9:29 pm
Forum: ESP-IDF
Topic: Code reusing while using interrupts
Replies: 5
Views: 1937

Re: Code reusing while using interrupts

Hi @ THE_KONDRAT. As suggested here, threads and isr handler is the most probable answer, using espidf. Config every GPIO as INPUT (with pullup I presume for NEGEDGE or pulldown for POSEDGE) and then add it as an gpio interrupt io_conf.pin_bit_mask = (1ULL<<theMeters[xx].pin); io_conf.intr_type = GP...
by rsimpsonbusa
Thu Feb 23, 2023 3:02 am
Forum: Hardware
Topic: Optocoupler voltage drop interfacing Craftsman controller
Replies: 0
Views: 812

Optocoupler voltage drop interfacing Craftsman controller

The topic may be a little to off topic?, but I am using a custom pcb board with a esp32-wroom so I hope somebody can guide me or help me. It's rather long to get the details of the problem. The PCB will control a garage door controller. It will basically acts as an "intelligent" switch, augmenting t...
by rsimpsonbusa
Wed Dec 28, 2022 9:06 pm
Forum: ESP-IDF
Topic: VSCode is not including esp-idf/components/ path
Replies: 4
Views: 7763

Re: VSCode is not including esp-idf/components/ path

Hi alshelman-ec. Learning is tough. VSC is great but espressif is also complicated itself. I just finished setting up a esp32 rainmaker project and it took days to move from the Examples folder to an independent folder. So, yeah, its kinda complicated. My advice, from what i can read, is to reinstal...
by rsimpsonbusa
Sun Dec 11, 2022 9:23 pm
Forum: ESP-IDF
Topic: Best practices for migrating firmware from devkits to custom hardware?
Replies: 4
Views: 1607

Re: Best practices for migrating firmware from devkits to custom hardware?

I've done several of those projects. Use de DevKit and breadboard for SW design/testing/debugging as well as HW "assignments". Then design the PCB with your favorite tool, I use EasyEda very simple and free. As stated by others its not that complicated BUT... depends on what Options you are going to...
by rsimpsonbusa
Wed Dec 07, 2022 2:31 am
Forum: Hardware
Topic: How to power ESP32 devkitc v4 module from regulated 5v?
Replies: 2
Views: 1270

Re: How to power ESP32 devkitc v4 module from regulated 5v?

From boost converter (u really don't need it but anyway...) + to ESP32-wroom 5v pin (from photo bottom left pin) and from boot - to GND (ANY OF THEM). Can connect a USB to the ESP32 WROOM directly (with this connection in place, no need to disconnect) and flash any firmware you want, then disconnect...
by rsimpsonbusa
Tue Nov 15, 2022 6:09 pm
Forum: ESP RainMaker
Topic: Paid subscription
Replies: 2
Views: 2234

Re: Paid subscription

Hi. It is more likely a comm error. Perhaps check Menuconfig settings, maybe something was changed inadvertently. Most of us are in the same situation regarding paid subscription. Send a request for more devices to esp-rainmaker-admin@espressif.com. It does take some time. Regarding if this is going...
by rsimpsonbusa
Tue Nov 08, 2022 8:37 pm
Forum: ESP RainMaker
Topic: Future of Rainmaker
Replies: 5
Views: 3593

Re: Future of Rainmaker

Hi @bidrohini and @ESP_Piyush Thanks for your comments. The link to the info I had already read but in it there are no specifics regarding prices, limitations, services etc. I guess sending an email to sales will probably result in an answer but still is strange that such info is kept on a "per requ...
by rsimpsonbusa
Tue Nov 08, 2022 2:41 am
Forum: ESP RainMaker
Topic: Future of Rainmaker
Replies: 5
Views: 3593

Future of Rainmaker

Hi everybody. My personal appreciation is that there is very slow advancement in the Rainmaker community and new developments in the platform, as seen also in this forum. Just to state some important issues, there is no information as to how much will it cost to have N devices, services, quotas, lim...