Search found 5 matches
- Sat Apr 30, 2022 12:38 pm
- Forum: ESP RainMaker
- Topic: Can I use ESP8685 based modules with ESP Rainmaker
- Replies: 7
- Views: 7267
Re: Can I use ESP8685 based modules with ESP Rainmaker
I tried the ESP32-Wroom-32E within the Arduino Platform on MacOS and the code compiles and downloads onto the platform. However, I could not connect to the device through bluetooth with the iPhone! I also briefly tried the ESP32-C3-Wroom-02 on the Ardunio platform and with the standard config the co...
- Fri Apr 29, 2022 2:03 am
- Forum: Hardware
- Topic: Configuring Two I2C serial busses
- Replies: 3
- Views: 2823
Re: Configuring Two I2C serial busses
I switched to the ESP32-WROM-32E and the code works perfectly. I thought you could configure any pair of pins to implement a I2C serial bus.
- Wed Apr 27, 2022 2:09 pm
- Forum: Hardware
- Topic: Configuring Two I2C serial busses
- Replies: 3
- Views: 2823
Configuring Two I2C serial busses
I have a ESP32-C3-WROM-02 and have been trying to get two I2C buses one on Pins 0, 1 and the other on Pins 2, 3 (or 18,19) to work simultaneously. I use the Arduino IDE and the Wire.h code. I get each bus to work but when I try to run them together I only get results from the first one. I used the f...
- Thu Apr 14, 2022 12:23 pm
- Forum: ESP RainMaker
- Topic: WiFi Prov BLE Arduino Not Working for iOS Devices
- Replies: 3
- Views: 4368
Re: WiFi Prov BLE Arduino Not Working for iOS Devices
I have exactly the same problem. (Compiling RMaker switch on the Arduino Platform) iOS does not find the Bluetooth device and the app throws the error: No bluetooth device found with given prefix. I tried it manually and with a different prefix and no luck. Very desperate to get it running. :) I fou...
- Wed Apr 13, 2022 9:57 pm
- Forum: ESP32 Arduino
- Topic: RainMaker - No bluetooth device found given prefix - Mac IOS!
- Replies: 1
- Views: 1666
RainMaker - No bluetooth device found given prefix - Mac IOS!
I am trying to get the ESP RAINMAKER switch example up and running on a ESP32-Wrooom-DA Module. I am using the Arduino IDE with the example code already present. The code compiles and uploads and works fine using an Adnroid phone. How ever using the ESP Rainmaker App on an apple I-Phone 11 does not ...