-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing Raspberry_Release6 #274
Comments
Thanks for feedback! |
When the program runs everything is OK. Such dimmed LEDs make me nervous. In such situations i am always thinking is there something wrong? |
Good point, please provide some more info. |
Make a wire bridge from the button (GPIO12) to GPI03 and it works to switch on. This was the reason for connecting the button in my version to GPIO3. It saves one IO. |
You mean: FortiusANT should use GPIO3 instead of GPIO5? |
For the RPi4 GPIO3 is a better solution, but I don't know all variants. |
DId I miss your manual; please share link |
Its only in the discription how to install jow to install without any display or keyboard. https://github.com/decodeais/FortiusANT/blob/Raspi-Status-LED/doc/HeadlessRaspi.md |
My 2 cents:
|
Good work @BikeBeppe64 !
What is the reason that the SD_card on USB3 is faster than in the onboard SD-card slot? |
@decodeais @wtal710174 @MeanHat @martin-vi @BikeBeppe64 JSON: [Raspberry] |
@decodeais I saw that link and assumed that issue #192 would contain all info; no problem - has been adopted with pleasure |
@WouterJD: Yes i think this is a great idea, it allows to quickly configure the pins used and does not really affect the code. Maybe another option for the button to specify, if the button is connected as pull up or pull down button. |
@WouterJD - release 6 works well on RPi 0 in ANT+ mode (I wanted to obtain a log file for ANT in order to allow the miniTFT to work with ANT as well as BLE like you suggested). I have yet to get RPi0 and Bluetooth to work despite Node adaptations for Armv6l architecture. |
https://www.raspberrypi.org/documentation/hardware/raspberrypi/usb/README.md bandwidth and I can use more than one OS on IT.
|
@BikeBeppe64 I have added it to the manual in section "Installation decisions"; the manual will remain a straight-forward FortiusAnt-dedicated installation which is good for the novice and a reference for others. |
@MeanHat I'm really looking forward to the docu; I will integrate with pleasure. Rpi0 would be THE device for the FortiusAnt bridge. Could be a EUR 25,= solution (excluding the ANTdongle, but BLE available) |
@WouterJD - As requested, here are some suggested additions/changes for RPi0 which I hope are useful. This explains some of the differences and how to get it running with ANT (it will need a further script and one modified script based on @martin-vi's instructions to do this. I have highlighted the changes that would be needed. |
@MeanHat thanks for the feedback. Unfortunately, github does not provide a neat WYSIWYG and version-managed wiki and therefore it's word/pdf.
|
Is the message that FortiusAnt fully works on Rpi0, with exception of -g? |
Manual and scripts promoted to Raspberry_Release6; I will do a test myself as well. |
Great work @WouterJD - I've just realised that parameter -D-1 means no ANT dongle so:
Also:
|
|
-D-1 is already in manual, I think.
|
@WouterJD - here is an early draft for adding ANT dongle to install 9. |
Probably main reasons for choosing RPi0 are lower cost, smaller form factor
and lower power consumption but not necessarily major issues
…On Wed, Mar 10, 2021 at 4:05 PM Wouter Dubbeldam ***@***.***> wrote:
@MeanHat <https://github.com/MeanHat> this evening I will do a test with
ANT; enough dongles available :-)
When enhancing a Tacx Fortius with Raspberry Pi0 or Pi4, I would think the
price-difference is not very important compared to the whole (Tacx + RPI +
work), differently from building a commercial product. If you would build a
"Tacx Fortius 2021 Zwift Ready", why would you chose for a Raspberry Rp0?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#274 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARS665GREYVCWBDX6XVPXLDTC6KCZANCNFSM4YYDIMGA>
.
|
@MeanHat I have reviewed the install scripts and made some minor modifications; [PiShare] is now also automated and scripts can be re-run. |
@MeanHat please refer to PS. Are we sure that PS2. If these files are "ours" why not name them like that FortiusAnt-usb2.conf and FortiusAnt-usbaccess.rules? |
@WouterJD - thanks for links to additional scripts.
I'm about to test RPi0 setup again using your latest scripts.
|
|
|
@WouterJD - I have tested the scripts on RPi0. The script numbers refer to the numbered list below. General comments are (a) I miss the relative speed of an RPi3 or 4! (b) now seeing "Executive in Terminal" option when double clicking script from file manager (can't explain this but positive news) and (c) love your scripts: makes install significantly easier.
|
Scripts 3 and 5 updated for Rpi0 |
Bad experience: I (mistakenly) put a BLEdongle in the raspberry. Some special things occurred (flickering screen etc). BUT: After removal, BLE was dead and I decided to reinstall the system; which provided another end:end test, which takes 15 minutes from first boot. |
Great work! 15 minutes to completely reinstall is super fast and a further confidence boost. All looking great! |
The 2 new scripts look like a great solution. I'll happily test them tomorrow on RPi0 :) |
I have updated all scripts I have run the scripts and from a clean disk it ends with FortiusAnt running :-) This is good for USB-connected Tacx trainers and BLE-communication. |
Of course. I'll take a look and get back to you with any comments. Great work. |
@WouterJD - in FortiusAntMain.sh all old the logfiles are deleted. I wondered if you might also want to empty the WasteBasket to prevent the build-up of a large number of files over time. In the python program for the minTFT display I set a number of files I wanted to retain (in case I needed to to any retrospective troubleshooting) and then deleted all the older ones in '/home/pi/.local/share/Trash/info/.' and '/home/pi/.local/share/Trash/files/.' |
Instead of Something similar for the trashcan? PS. trascan directories are created on first delete :-) |
I think that would work really well and 30 days sounds appropriate to retain the log etc. files. |
@WouterJD - your manual looks fabulous. It's a massive piece of work and really comprehensive and (I think) very easy to read and use. Hopefully it will inspire even more people to use your FortiusAnt system with the confidence to install it. The range of installation options is huge ranging from top end laptop and graphics to the affordable RPi. You've kept so many old Tacx trainers out of landfill and hopefully many more to come (let alone kept so many more people fit during Covid)! |
OK. So manual ready; last updates for FortiusAntMain.sh and then Raspberry_Release6 will be published |
...
... ?? |
Pull Request now created, ready for merge. Tonite I bought another Tacx Fortius and got it together with the Tacx Catalogue from 2012. This catalogue provided a great insight in the 2012 product offering, the types of brakes and their power curves - I have added it to the manual. Pieces fell together, check the new sections! |
Sounds great. The additional catalogue information in the manual is very helpful. I've shared some additional catalogue information in case it is of use regarding models and features. Probably not a huge help but I thought you might want it if you have not already seen it. |
Hello gang, I am a Windows 10 user but being curious, I decided to test Release 6 on my Fortius. I noticed that the power is now displayed on the Dash Board during the calibration process. Love it. After warm up and stabilisation, the resistance was around 1300 and power displayed 58 Watts. During my workout, I noticed a a few warnings on the DOS page : Dongle.read : x characters skipped (X being between 4 and 10 chararcters). With version 5.2, my Pedal Stroke Analysis is always fairly circular. With Version 6, often the bottom half of the circle was choppy, not as smooth as V5.2. The overall feeling was the same as V5.2. Thanks again for the great work. |
The dongle read errors are a nasty issue; the ANTdongle has to warm-up. It seems old data from previous sessions. Suggestions welcome. Pedal Stroke Analysis has been improved. There were some issues in the code, should be better now; meaning "according the data received". Try to pedal smoothly and see whether it works. Try to ride irregular and check effect; bouncy ride or power left/no power right. On my Tacx Fortius the curve follows my way of cycling, curious how your experiences are. |
@WouterJD I ran a further test on RPi0 with the latest release (fixing T1902) using scripts: 1, 2, 3, 5, 6, 7 and 9. I found the following:
It seems that FA is trying to install/use wx. Does this help? Please let me know if you would like me to test further. |
I can run with |
I started the test.
First problem I saw was that the LED's for Tacx and Shutdown show a dim light. I changed them to GPIO16 and DPIO20.
On this ports every thing is OK. The reason are the default internal pullups. Another solution would be to make them activ low and connect them to a power pin,
Second Problem switching on does not work on RPi4 by GPIO5. I made a bridge to GPIO3, then it works, but there may be trouble when I2C should be used.
The text was updated successfully, but these errors were encountered: