Jump to content
elektro-skateboard.de

Kai

TEAM
  • Gesamte Inhalte

    4.753
  • Benutzer seit

  • Letzter Besuch

  • Tagessiege

    121

Beiträge erstellt von Kai

  1. Klammheimlich installiert: Invision Community v4.5.4

    Mit der Version 4.5 kommen viele neue Features und eine App für Smartphones, die ist noch in der Beta...
    Falls was kaputt ging nicht wundern sondern Bescheid geben , bitte 🙂

     

     

    Zitat

    IPS Community Suite 4.5.4

    Released 12/21/2020


    Key Changes

    This is a maintenance release to fix bugs.

    Additional Information

    Core

    • Changed follow pruning to not prune member follows.
    • Changed deprecated phpredis zSize alias calls to use the proper zCardmethod call instead.
    • Optimized the Legacy Parser (used in 3.x upgrades and conversions) when it's used more than once in one process.
    • Clarified content anonymization option on Member REST API delete documentation.
    • Clarified visibility option for feed widget blocks.
    • Optimized the prune IP Address process.
    • Updated Mapbox API calls to be compatible with newer Static Tiles API.
    • Reduced MySQL query count in some areas.
    • Losing merged topics now redirect to the winning topic when accessed via search engines, bookmarks, etc.
    • Removed 'unread' dot from messenger list since it did not behave consistently with other places in the suite. 
    • Added a support tool and upgrader check to verify that InnoDB tables are not using Compact row format.
    • Added some canonical tags for SEO purposes.
    • Added the ability to rebuild historical posted content to change the 'rel' attributes of links.
    • Added a missing language string present in certain form elements asking for time intervals.
    • Applied a change to prevent Ezoic preventing the Marketplace login process.
    • Applied limits to CSS width, height and border-width properties for posted content to prevent page layout concerns.
    • Reduced overhead when using S3 with a PNG favicon image.
    • Fixed an issue where attachments are not properly claimed for status updates.
    • Fixed an issue where newly submitted content may appear unread initially.
    • Fixed an error resending failed emails from the email error logs.
    • Fixed "someone linked to your content" notifications sending duplicates when editing the content containing the link.
    • Fixed an issue where edit log history may show that entries are pruned after "-1 days".
    • Fixed an issue with certain templates that caused them to always be flagged as modified in every release.
    • Fixed an issue where theme setting changes could take affect in the AdminCP.
    • Fixed an issue with tag URLs that contain ampersands (&) in the tag.
    • Fixed an issue with the database checker adjusting database indexes.
    • Fixed an issue where reported content shows as unread if there are no item markers stored for the member.
    • Fixed an issue where disabled registrations prevented new users from being able to set a local password.
    • Colors for active pagination items have been updated to use the pagination_active theme setting.
    • Fixes an issue where caching prevented an updated resource image from being displayed.
    • Fixed an error with large files that have extremely long filenames.
    • Fixed an error when S3 buckets have a dot ('.') in the bucket name which resulted in broken download URLs.
    • Fixed an issue where uninstalling plugins would not clean up block manager configuration.
    • Fixed an issue with the permission matrix where checking an entire column also checks disabled checkboxes.
    • Fixed an issue where old image proxy URLs may not properly return a 410 Gone response to search engines.
    • Fixed broken links to comments that have been promoted on the Our Picks page.
    • Fixed an issue with the main navigation bar support link in the AdminCP that may launch the support wizard in the last saved step.
    • Fixed an issue where the JS controller auto-loader may not work.
    • Fixed a layout issue when managing advertisements in the AdminCP.
    • Fixed a minor grammar issue present when configuring club moderators in the AdminCP.
    • Fixed some minor broken HTML tags in club headers.
    • Fixed an issue where in extremely rare cases, the MySQL database password may be included in debug information for administrators in the AdminCP.
    • Fixed an issue where some streams incorrectly state there is no more activity to view.
    • Fixed an issue where dropdown menu items could not be re-ordered.
    • Fixed an issue where links to new items in personal messages could be incorrect.
    • Fixed an issue where Redis could consume a lot of memory on busy sites.
    • Fixed an issue where announcements with a far past date could cause an error.
    • Fixed an issue where the per content item moderator approval permission would not apply correctly.
    • Fixed an issue where dismissing an AdminCP notification may not take effect until the page is refreshed.
    • Fixed a missing upgrader language string.

    Forums

    • Adjusted default archiving configuration for Community In The Cloud customers.
    • Fixed an issue where search index permissions may not be updated correctly when toggling "can view other topics" setting.
    • Fixed Archived Posts throwing an error when a newly archived post is in Our Picks.
    • Fixed per-forum themes not working correctly.
    • Fixed an issue where long Hidden Reasons in posts would cause an overflow.
    • Fixed a missing javascript confirmation when clicking "Mark forum as read" from within a forum.
    • Fixed "Most Votes" forum sorting option being presented in non Q&A forums.
    • Fixed an issue where moved topic links, merged topic links and deleted topics and posts were counted in ACP statistic graphs.
    • Fixed an issue where merging topics would not update the topic summary.
    • Fixed an issue where topic and post 'by forum' statistics could time out when there are numerous forums.
    • Fixed an issue where the URL for the latest comment in an archived question would show an EX0.

    Pages

    • Fixed an issue where long strings such as code blocks may stretch the page layout in databases.
    • Fixed an issue importing databases with multiple upload fields.
    • Fixed an issue where thumbnail settings for record images were lost when importing a database.
    • Fixed an issue where comments have padding removed after editing when comments are linked to a forum.
    • Fixed an issue uploading some images as record images in Pages using Firefox.
    • Fixed an issue where it was not possible to have more than one unique field left empty.

    Commerce

    • Restored a task that helps keep PayPal billing agreements in sync.
    • Added an option to manually check PayPal billing agreements for any missed transactions.
    • Fixed an error attempting to downgrade an expired subscription.
    • Fixed an issue where the VAT number input would show as required.
    • Fixed an error checking out using PayPal and Braintree in certain configurations.
    • Fixed an error using an Upload field type as a custom customer field.
    • Fixed an issue where active subscription badges could appear on top of menus.
    • Fixed broken HTML in the "Featured Product" widget.
    • Fixed possible timeout when applying discounts to high values.

    Calendar

    • Fixed an issue with weekly recurring events that recurred less frequently than every week.

    Downloads

    • Removed the ability to renew a paid file when the member cannot download the file.
    • Fixed an error adding custom fields if Commerce is not installed, or if paid file integration is disabled.

    Gallery

    • Fixed an issue where the link to albums was missing from new image email notifications.
    • Fixed a performance issue with the Gallery when clubs are enabled but set not to show throughout the community.

    Converter

    • Added 'edit name' and 'edit reason' to posts converted from phpBB.
    • Fixed an issue where converted phpBB word filters may be too greedy.
    • Fixed an issue where banned members were not banned after conversion from phpBB.

    Changes affecting third-party developers and designers

    • Added a new constant DEV_DISABLE_ACP_SESSION_TIMEOUT that allows developers (IN_DEV must be enabled) to disable the ACP session timeout check.
    • Creating a plugin now creates a 1.0.0 version entry by default.
    • Updated the Notifications extension template.
    • Removed the undoOnly parameter in the /core/members/{id}/warning/{id} deletion endpoint and added a deleteOnly parameter in its place.
    • Removed an unused variable in the \IPS\Helpers\Form::customTemplate() method.
    • Clarified an error message that can occur when installing a plugin with IN_DEV enabled.
    • Fixed an issue with applying template hooks to core > front > modcp > reports.
    • Fixed some various REST API bugs.
    • Fixed an issue where CSS templates weren't imported while installing a plugin while IN_DEV is enabled.


     

     

     

    • Like 2
  2. Dann gilt die EKFV praktisch nur noch für eScooter. 
    Segway / Ninebot bietet nicht nur Segways an, die haben auch eScooter, Einräder und "Segways ohne Stange"

    Könnte auch mehr Lobby für Elektro-Einräder bedeuten. 

  3. Die Boards von exway haben auch Hobywing ESCs und waren eine der Ersten mit FOC. 

    Also zumindest dort kann ich aus eigener Erfahrung gute Qualität bestätigen.

    Von den VESCs die bei mir so rumliegen kann ich nur das Selbe sagen und als Musthave auch direkt ein NRF Modul für die Boundmotors Boards empfehlen.

    Ich hab bei mir das von metr verbaut. 

    Man kann dann nicht nur Telemetriedaten live über Bluetooth über verschiedene Smartphone Apps auslesen sondern mit dem vesc_tool die Regler auch konfigurieren und auch OTA FW updates aufspielen. 

     

  4. Die Boards von denen sehen dem Onsra sehr ähnlich kann das sein?

     

    @Mehrdad Was hat dir der Support von denen dazu gesagt?

    Ist da keine WARRANTY mehr drauf? So lange gibt es die Boards doch noch gar nicht dachte ich.

    Ich bin gerade zufällig über das hier gestolpert.

    Falls du die FW der VESCs ein update verpasst hattest kann du das Problem eventuell beheben.

     

  5. Am 27.6.2020 um 09:45 schrieb Jule:

    repariert ihr oder wo kann ich hier in der Region dann hingehen

     

    Ich repariere ja, auch wenn es mal sein muss einen ElektroRoller. 😉 

    Ich habe auch schon Zellen von Fahrradakkus erneuert, das ist ja im Prinzip das Selbe wie bei unseren Boards.
    Alles kann ich nicht reparieren, kommt halt immer drauf an was es ist, wie gut man an die Ersatzteile kommt usw.

    Viele die auch Reparaturen durchführen gibt es leider noch nicht. Deshalb ist es am Besten, wie du es gerade machst, vorher beim Verkäufer nachzufragen.

     

  6. Hallo Jule, 

     

    ich habe keine e-Scooter im Laden. Ich bin spezialisiert auf Gelände- und/oder Straßentaugliche Elektro Skateboards.

    In vielen Ländern haben die schon eine Straßenzulassung in Deutschland allerdings nicht.

     

    Schönen gruß an Stefan gerne auch von mir!!

     

    Die eScooter von Florian Walberg musst du dir auch ansehen.

    Er macht das schon lange und seine Scooter waren auch schon vor der gesetzlichen Regelung bekannt und begehrt.

    Er ist auch einer der Ersten in Deutschland mit eigenen E-Scootern aus eigener Herstellung.

     

    URBAN-ELECTRICS.COM

    Zugelassene E-Scooter, entwickelt in Deutschland ✓ Testsieger und Marktführer in Europa ▷ Große Auswahl! ➨ Jetzt Wunsch-Scooter aussuchen!

     

     

  7. Zitat

    Mehrere Zeugen meldeten der Polizei am Donnerstagnachmittag (18. Juni, 17:55 Uhr) einen Mann mit Schusswaffe, den sie im Bereich der Straße Auf der Höhe auf einem Skateboard gesehen haben wollen. Die alarmierten Polizisten stellten den Skateboardfahrer wenige Minuten später auf einem Supermarktparkplatz in der Nähe. Das Gefährt entpuppte sich als Elektro-Skateboard, und die "Schusswaffe" war die dazugehörige Fernbedienung. Eine Waffe hatte der Mann aber auch dabei: Die Polizei stellte einen Teleskopschlagstock bei ihm sicher und schrieb eine Ordnungswidrigkeitenanzeige.

     

    https://www.presseportal.de/blaulicht/pm/50510/4628947

     

    skateboard_anonym.jpg

    • Like 2
  8. Der STM32 vom VESC hat ein wenig mehr Performance als der Atmega vom Uno und die Reaktionszeiten des Vesc sind ja sonst auch nicht im Sekundenbereich aber als ich heute morgen beim Warten auf @Kilian einen kurzen in den Quelltext wagte viel mir auf das zum Beispiel die IMU standardmäßig initialisiert wird.

    https://github.com/vedderb/bldc/blob/master/main.c#L353

    Und der IMU Typ standardmäßig auf internal gesetzt ist und nicht auf OFF

    https://github.com/vedderb/bldc/blob/e896ae84f72b3e4b30c2cc7c4217a4dbc2cb1ebb/appconf/appconf_default.h#L379

    Naja also wenn kein IMU vorhanden muss der Code eigentlich nicht einkompiliert werden oder wenigstens nicht ausgeführt werden.

    Aber ich hab zu wenig reingeschaut, das viel mir soweit nur auf. Nun muss ich mich aber zusammenreißen und mich wieder der Arbeit widmen.

  9. vor 7 Stunden schrieb Kai:

    Protokollieren der Signalstärke ... gute Idee... ist das in der VESC FW integriert?

    Da habe ich wohl zu laut nicht zu Ende gedacht. Das PPM Eingangssignal hat leider keine Informationen zur Signalstärke. Wir haben da ja nur Pulsweiten.

    Und das lässt mich direkt in Richtung NRF Fernbedienung schauen...

  10. Ich konnte keinen Zusammenhang in den Einstellungen erkennen, auch keine die direkt auf ein Failsafe Verhalten Rückschlüsse ziehen lässt, außer Timeout und Timeout Brake Current.

    Ramping Time und Median Filter könnten auf das Verhalten Einfluss drauf haben. Offensichtlich IMHO nicht direkt, dokumentiert auch nicht.

     

    Das Thema spaltet sich in zwei Themen

    1. Funkabriss Ursachen

    2 Failsafe-Algorithmus der VESC-FW

     

    Die Ursachen von Funkabrissen zu kennen und so bestmöglich zu vermeiden ist wichtig.

    Sollte es trotzdem dazu kommen ist ein optimaler Failsafe-Algorithmus um so wichtiger.

     

    Woher der Funkabriss in meinem konkreten Fall kam können wir zur Zeit nur spekulieren.

    Ob das Signal der FB beim Empfänger zu schwach ankommt und somit leicht gestört werden kann, ob es ein Wackelkontakt ist usw. 

    Ohne Auswertung der Signalstärke sind alle Optimierungen ins Blaue gefeuert. Schaden werden die Optimierungen nicht nur selbst wenn der Fehler damit erstmal nicht wieder auftritt, bleibt die unvorhersehbare Überraschung wenn der Fehler plötzlich doch wieder zuschlägt.

     

    Also wie sollte ein Board reagieren wenn es keine Steuersignale mehr erhält?

    Wo liegen die Herausforderungen einen Ausfall der Steuersignale in "Echtzeit" zu erkennen.

    Aber die wäre da ein neuer Thread.

    Nicht nur ich habe mir da sicherlich bereits Gedanken darüber gemacht. 

     

     

     

  11. Am 4.5.2020 um 16:02 schrieb visnu777:

    Ansonsten: Hast du nicht ein Carbondeck? Das kann auch die Funkleistung beeinträchtigen.

    Das Deck ist ein HolyPro von Trampa. also kein Carbon sonder sowas wie Kohlefaser Fiberglas Verbund Plastik.
    Protokollieren der Signalstärke ... gute Idee... ist das in der VESC FW integriert?

    PPM Log ist leider nur der Dezimalwert von 1.00 und 2.00 oder?

    Also die "Stellung" des Gashebels. 1.50 für Mittelstellung.

     

  12. FW war 3.58 und ist mittlerweile auf 5.1 aktualisiert.

    Reproduzierbar ist der Effekt in dem man, während man beschleunigt, 

    - die Fernbedienung abschaltet (oder Funkabriss)

    - die Verbindung vom Empfänger zum VESC trennt, also das Kabel vom Empfänger abzieht.

    Dann beschleunigt der VESC 3-4 Sekunden immer weiter bis er dann in den Leerlauf geht.

    Sollte also Firmwaresache sein.

    Die Einstellungen im vesc_tool für App sind default. 

    Außer Timeout (1000ms) konnte ich keinen Zusammenhang in den Einstellungen erkennen.

     

×
×
  • Neu erstellen...