Replies: 9 comments 39 replies
-
So I'm trying to figure out how to build the binary in Visual Studio/PlatformIO. Anyone have tips? I can see in the blue bar at the bottom of Visual Studio I am in the correct branch. What's next? Imagine you are talking to a child, as I have never built a binary. :-) |
Beta Was this translation helpful? Give feedback.
-
Hmm. Is there a easy way to confirm the build came from the correct branch? I was pretty sure, but could not tell from either the console or the UI... The resultant firmware behaved more like the last release than the last FTMS test build...did the new scanner make it into this branch? |
Beta Was this translation helpful? Give feedback.
-
Here's my build - you'll have to unzip it before uploading. [removed old binary] |
Beta Was this translation helpful? Give feedback.
-
I think the issue is that when there is no SPIFFS filesystem data on the device it download firmware. When you setup the device use the “build” and “build filesystem image” platform lip. actions. Then you can do an “upload filesystem image” and “upload and monitor”. Watch the logs and it should skip downloading a firmware. |
Beta Was this translation helpful? Give feedback.
-
Here's a new binary (from the develop-release-candidate branch) with the latest changes from today. This should have fixed the scan loop. [removed old binary] |
Beta Was this translation helpful? Give feedback.
-
If you want, try changing the BLE loop times to 1000 & 999 in settings.h
and see if that helps.
On Mon, Mar 8, 2021 at 2:59 PM Nick B ***@***.***> wrote:
Was able to test with Zwift. Trainer and SS2K are in same location as
previous. I am 15' from a WiFi Bridge AP, and the SS2K does not connect to
the wifi network. I had a few issues connecting the powermeter, but I
belive that was related to my iOS devices capturing the BLE signal. Once I
switched off Bluetooth it was able to scan and connect. Tested on a ride
and the response time
was very good and all functions worked properly. No new issues from
previous build asidde from WiFi connection not working. I was able to
connect to the main Wifi point earlier within about 10'. Will try to test
out distances from the bridge AP and report back later.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#117 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEEO2KACHINALFIXGIQXIDDTCU3DNANCNFSM4YXPGWBQ>
.
--
*----------------------*
*Anthony Doud*
|
Beta Was this translation helpful? Give feedback.
-
Latest rebuild - Loop times increased for hopefully better WiFi performance, + sensor changes by @kadaan . [removed old binary] |
Beta Was this translation helpful? Give feedback.
-
Just curious, does the current master branch connect if you build it?
On Wed, Mar 10, 2021 at 3:35 AM Charles ***@***.***> wrote:
FTMS not working yet on mine... console <https://pastebin.com/Q3bwyr0j>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#117 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEEO2KEVO5SDWEGFSPZHGL3TC44N5ANCNFSM4YXPGWBQ>
.
--
*----------------------*
*Anthony Doud*
|
Beta Was this translation helpful? Give feedback.
-
Yes, that's exactly right
On Sat, Mar 13, 2021 at 21:58 Anthony Doud ***@***.***> wrote:
To clarify, the page was at least responsive if you went directly to
http://192.168.x.x but if you went to http://SmartSpin2k.local , nothing,
correct?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#117 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASEOOUKNIOTRL3ONNJILA4TTDQJ5RANCNFSM4YXPGWBQ>
.
--
|
Beta Was this translation helpful? Give feedback.
-
@kadaan and @fireyeti - Please build and test branch https://github.com/doudar/SmartSpin2k/tree/develop-release-candidate
It's a combination of @kadaan 's last commits and my rewrite of how the BLE client is handled.
Let me know if you need binaries. I've brought a handful of esp-32's with me on this trip, but there's only so much I can do without an actual indoor riding session.
Everything looks working to me. There's bound to be issues however. Please find them!
Good Luck!
Beta Was this translation helpful? Give feedback.
All reactions