Gregg
bd474778e5
fix for PSRAM with new hapOut
...
Force hapOut to use internal memory only.
Tested on ESP32-S2 with/without PSRAM. However, crashes on ESP32-S3 when using PSRAM (?!)
2024-01-06 16:55:17 -06:00
Gregg
4269eca982
Update MaxAccessories.ino
2024-01-01 17:53:46 -06:00
Gregg
12c6cf3fe1
Changed HapOut delay from 1ms to 50ms for WiFi transmits. Seems to be much more stable.
2024-01-01 17:35:02 -06:00
Gregg
9708678dcf
Update MaxAccessories.ino
2023-11-30 08:45:12 -06:00
Gregg
83ad277aa0
Addressed issue with new Characteristic enum constants
2023-11-26 18:19:36 -06:00
Gregg
c417fe74f7
Create partitions.csv
2023-11-25 10:43:32 -06:00
Gregg
841851d020
Create MaxAccessories.ino
...
Demonstrates use of custom partition and shows how PSRAM is used in background when available
2023-11-24 18:09:29 -06:00
Gregg
965bdc71b7
Add MAC Address output to RemoteDevice.ino
...
Prompts user with reminder of which MAC Address to use in Main Device.
2023-11-04 09:36:31 -05:00
Gregg
d6f5612f9f
Update Pixel.ino
...
changed nPixels from uint8_t to int to allow for longer pixel strands (library is coded for int, so there is no need to limit to uint8_t in the example).
2023-07-24 09:24:58 -05:00
Gregg
f7419da35b
Final test of motorized shades
2023-07-08 16:55:22 -05:00
Gregg
f92048ec19
Update MotorizedWindowShade.ino
2023-07-02 16:38:31 -05:00
Gregg
cf2d695c91
Delete StepperMotorControl.ino
2023-07-02 16:08:56 -05:00
Gregg
518640dd53
Replaced StepperMotorControl Example with MotorizedWindowShare
...
MotorizedWindowShade is more advanced and uses two motors
2023-07-02 16:08:02 -05:00
Gregg
e422d3c9de
Updated StepperMotorControl Window Shade Example to use setPosition()
...
Example now saves window shade position in NVS and uses setPosition() accordingly upon initialization.
2023-06-20 21:23:03 -05:00
Gregg
536de53075
Added Stepper_TB6612 and Stepper_A3967 directly to HomeSpan
...
HomeSpan now includes both drivers as part of the "extras" functionality.
The StepperMotorControl Window Shade Example has been updated accordingly to use the built-in TB6612 driver.
2023-06-09 23:11:38 -05:00
Gregg
94cec6153b
Update StepperMotorControl.ino
2023-05-31 21:21:53 -05:00
Gregg
5e1d65f436
Renamed SpanStep to StepperControl and moved into HoneSpan Extras
...
Also updated StepperMotorControl Example.
2023-05-30 05:05:51 -05:00
Gregg
d7aca25ac9
Create StepperMotorControl.ino
2023-05-21 12:36:15 -05:00
Gregg
34be49393a
Update RemoteTempSensor.ino
...
fixed typed in a comment
2023-04-30 09:04:56 -05:00
Gregg
ce36174f93
Completed LED fading functionality; added new Fading LED example (in Other Examples)
2023-03-31 22:07:31 -05:00
Gregg
03ba061b9b
Added logic to hide AP SSID from broadcasting when WIFI_AP_STA used for SpanPoint
...
This does NOT effect the HomeSpan Access Point from being broadcast as usual when launched.
2023-01-28 18:05:59 -06:00
Gregg
d04677d051
Update RemoteDevice8286.ino
2023-01-26 20:22:48 -06:00
Gregg
b1bdb55d07
Update RemoteDevice8286.ino
2023-01-24 22:51:13 -06:00
Gregg
3ec999cd8d
Create RemoteDevice8286.ino
2023-01-23 06:17:23 -06:00
Gregg
e8a821906a
Update RemoteDevice.ino
2023-01-23 05:54:46 -06:00
Gregg
7eca1e776b
Add option to SpanPoint to use softAP MAC Address instead of STA
...
Needed to support ESP-NOW on ESP-8266 chips, which seem to only work if connecting into softAP MAC Address once HomeSpan is connected to WiFi network (prior to connection ESP-8266 will properly connect to normal STA address as well as softAP address).
2023-01-22 18:05:59 -06:00
Gregg
9ecc355c84
Moved "Other Examples" into "examples" folder
...
Noticed that the Arduino IDE 2.0 interface was not displaying Other Examples.
This is because Other Examples was not under the "examples" folder. Not sure why this was the case - I should have originally put it there (?) Regardless, once moved into the examples folder, Other Examples now properly shows up in both Arduino IDE version 1 and version 2.
2022-12-27 17:44:03 -06:00