Search found 12 matches
- Sun Oct 24, 2021 6:26 pm
- Forum: ESP RainMaker
- Topic: Does anyone have this working on PlatformIO ESP-IDF?
- Replies: 5
- Views: 18062
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
- 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: 2295
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 -> ...
- Fri Oct 22, 2021 5:51 am
- Forum: ESP RainMaker
- Topic: Does anyone have this working on PlatformIO ESP-IDF?
- Replies: 5
- Views: 18062
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
- Wed Oct 20, 2021 9:24 pm
- Forum: ESP-IDF
- Topic: Is it safe to build v4.3 or earlier versions using the 2021r1 gcc?
- Replies: 10
- Views: 14237
Re: Is it safe to build v4.3 or earlier versions using the 2021r1 gcc?
Was anyone able to get this fixed?
- Wed Oct 20, 2021 7:08 pm
- Forum: ESP-IDF
- Topic: Using Arduino as a component in Platformio gives errors
- Replies: 1
- Views: 2519
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...
- Wed Aug 11, 2021 7:20 am
- Forum: ESP-IDF
- Topic: Stepper Motor speed increases on its own
- Replies: 1
- Views: 4703
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...
- Sun Feb 28, 2021 4:24 pm
- Forum: ESP RainMaker
- Topic: How to login with Apple
- Replies: 1
- Views: 4765
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...
- Sat Feb 27, 2021 6:10 am
- Forum: ESP RainMaker
- Topic: App Edits
- Replies: 2
- Views: 5178
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. ...
- Tue Feb 23, 2021 1:01 am
- Forum: ESP RainMaker
- Topic: Sign in using Google not working
- Replies: 3
- Views: 6391
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?
Am I doing something wrong?
- Sun Feb 21, 2021 3:37 pm
- Forum: Hardware
- Topic: Looking for recommendation ESP32 versus S2
- Replies: 1
- Views: 2343
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...