Search found 12 matches

by dfrenkel
Sun Oct 24, 2021 6:26 pm
Forum: ESP RainMaker
Topic: Does anyone have this working on PlatformIO ESP-IDF?
Replies: 5
Views: 17743

Re: Does anyone have this working on PlatformIO ESP-IDF?

A quick update, I don't recommend using PlatformIO for Rainmaker because the Menuconfig in PlatformIO does not contain the required options that Rainmaker needs so it will not work until the Devs at PlatformIO update it
by dfrenkel
Fri Oct 22, 2021 5:53 pm
Forum: ESP-IDF
Topic: CMake cannot find files, but I've listed the directories. Please help!
Replies: 1
Views: 2114

CMake cannot find files, but I've listed the directories. Please help!

I am receiving this fatal error because 3 files cannot be found: Warning! Could not find file "rmaker_mqtt_server.crt" Warning! Could not find file "rmaker_claim_service_server.crt" Warning! Could not find file "rmaker_ota_server.crt" Reading CMake configuration... LDF: Library Dependency Finder -> ...
by dfrenkel
Fri Oct 22, 2021 5:51 am
Forum: ESP RainMaker
Topic: Does anyone have this working on PlatformIO ESP-IDF?
Replies: 5
Views: 17743

Does anyone have this working on PlatformIO ESP-IDF?

Does anyone have this working on PlatformIO ESP-IDF? I'm not sure where to put the esp-rainmaker folder in PlatformIO
by dfrenkel
Wed Oct 20, 2021 7:08 pm
Forum: ESP-IDF
Topic: Using Arduino as a component in Platformio gives errors
Replies: 1
Views: 2354

Using Arduino as a component in Platformio gives errors

I am using the latest version of ESP-IDF in PlatformIO and have managed to set up Arduino as a component, but while compiling, I receive the following errors which makes me think the problem is with the compiler. Any ideas on what I can do? Compiling .pio\build\esp32dev\components\arduino\cores\esp3...
by dfrenkel
Wed Aug 11, 2021 7:20 am
Forum: ESP-IDF
Topic: Stepper Motor speed increases on its own
Replies: 1
Views: 4453

Stepper Motor speed increases on its own

In order to run a stepper motor, I am using an Arduino library (AccelStepper) that's been ported to ESP-IDF Normally, it pulses GPIO 13 at a rate of 500 pulses per second. However, after a period of time (maybe 30-60 minutes), the ESP32 decides to change it on its own to 50,000 pulses per second! Ag...
by dfrenkel
Sun Feb 28, 2021 4:24 pm
Forum: ESP RainMaker
Topic: How to login with Apple
Replies: 1
Views: 4591

How to login with Apple

I noticed in the Android Rainmaker app description, it states "Third party login includes Apple login" However, the app only uses Github and Google login. Is there any documentation on how to implement Apple login in the Android and iOS apps? My goal is to replace Github login with Apple login. Than...
by dfrenkel
Sat Feb 27, 2021 6:10 am
Forum: ESP RainMaker
Topic: App Edits
Replies: 2
Views: 4963

Re: App Edits

I've been wondering the same thing. So far it's been so awesome for my personal use, and I'm wondering the same thing about commerical use. It'd be nice to see some up front pricing. The only real limitation with testing this out with other users is that I can't upload new firmware to their device. ...
by dfrenkel
Tue Feb 23, 2021 1:01 am
Forum: ESP RainMaker
Topic: Sign in using Google not working
Replies: 3
Views: 6007

Sign in using Google not working

On Android, on the SING IN page, if I press "Sign in using Google" I get "Fail to login" error message and nothing happens.

Am I doing something wrong?
by dfrenkel
Sun Feb 21, 2021 3:37 pm
Forum: Hardware
Topic: Looking for recommendation ESP32 versus S2
Replies: 1
Views: 2210

Looking for recommendation ESP32 versus S2

We currently use an ESP32 to run our WiFi controlled stepper motor. The dual cores allow us to run the stepper motor on one core, and maintain a constant connection on the second core, and it all works very well. I'm curious about the ESP32-S2. I realize it's a single core, but can the low power cor...