So Spin is abandoning the scooters or their leaving is justification for looting? Also, if people are looting, isn't the more desirable thing the scooter?
E-scooter startup Spin apparently uses RasPi 4s inside their scooters
11–20 of 145 posts
Re: E-scooter startup Spin apparently uses RasPi 4s inside their scooters
#12A benture capital subsidized micro mobility startup pulls out of a major city ostensibly because threshold for potential profit has been crossed and they’ve determined they cannot adjust their pricing to get the right numbers on their spreadsheet (note: this likely part of the reason why so many of these companies have trouble converting people to yearly plans, why bother if your market can be dropped with such swift indifference?). After pulling out of the market they leave their trash, that were assets a few days previous, scattered amongst the city as technological blight strewn across the landscape, left to rust. When opportunists go to crack them open, they find a raspberry pi, an SBC created for educational and hobby purposes but has been infamously out of stock because larger companies want to vacuum them all up to use in their own products. Then you wonder where all the engineering cost for these scooters went. After the presumably thousands of hours of labor that went into designing this, they went with a consumer grade, off the shelf product for an application that would have required a fraction of the power it was capable of? Not to mention that Spin can be identified as one of offenders of why the raspberry pi is so goddamn hard to find.
This all makes me irrationally irritated.
Re: E-scooter startup Spin apparently uses RasPi 4s inside their scooters
#13Re: E-scooter startup Spin apparently uses RasPi 4s inside their scooters
#14Earlier quoted context omitted.
Legally, abandoned property (at least at common law, not sure about Washington state) is up for grabs. Claiming abandoned property is not looting and not only is there nothing wrong with it ethically or legally, it’s probably for the best that it is out to reasonable use.
Yes, so are they abandoning them, or plan to pick them up and use them somewhere else?
Really context pointing toward intent is king here.
Re: E-scooter startup Spin apparently uses RasPi 4s inside their scooters
#15This would be hilariously satirical if it were not true and it highlights much of what is wrong with tech. A benture capital subsidized micro mobility startup pulls out of a major city ostensibly because threshold for potential profit has been crossed and they’ve determined they cannot adjust their pricing to get the right numbers on their spreadsheet (note: this likely part of the reason why so many of these compani…
Driving the 3-phase motor yes, that can (and is usually) done with a dedicated real-time MCU/ASIC. But the interface with the backend, the actual brains? You need to deal with GPS, authentication (unlock via app/bluetooth/...), ride logging, debug data. And at that point an ESP32 or heaven forbid an Arduino won't cut it either, and you don't want to spend hundreds of hours on wrangling with some custom higher-power embedded board because that is real nasty to get right. So you use an RPi because the extremely broad user base has already solved every issue you might have run into.
Besides, the innards of e-scooters can be had as whitelabel solutions, no one engineers these themselves. All people do is design the outer shell based on a design kit, do whatever needs to be done to pass legal certifications, and integrate some sort of brains if it's for a fleet.
Re: E-scooter startup Spin apparently uses RasPi 4s inside their scooters
#16This would be hilariously satirical if it were not true and it highlights much of what is wrong with tech. A benture capital subsidized micro mobility startup pulls out of a major city ostensibly because threshold for potential profit has been crossed and they’ve determined they cannot adjust their pricing to get the right numbers on their spreadsheet (note: this likely part of the reason why so many of these compani…
Re: E-scooter startup Spin apparently uses RasPi 4s inside their scooters
#17Re: E-scooter startup Spin apparently uses RasPi 4s inside their scooters
#18So Spin is abandoning the scooters or their leaving is justification for looting? Also, if people are looting, isn't the more desirable thing the scooter?
If anything the pis are the payment for disposing of the companies trash for them. They should be getting a fine for something like that, much less call it looting.
Re: E-scooter startup Spin apparently uses RasPi 4s inside their scooters
#19This would be hilariously satirical if it were not true and it highlights much of what is wrong with tech. A benture capital subsidized micro mobility startup pulls out of a major city ostensibly because threshold for potential profit has been crossed and they’ve determined they cannot adjust their pricing to get the right numbers on their spreadsheet (note: this likely part of the reason why so many of these compani…
using a very cheap off the shelf linux board with great software support is a completely reasonable choice for corporations, too
Re: E-scooter startup Spin apparently uses RasPi 4s inside their scooters
#20This would be hilariously satirical if it were not true and it highlights much of what is wrong with tech. A benture capital subsidized micro mobility startup pulls out of a major city ostensibly because threshold for potential profit has been crossed and they’ve determined they cannot adjust their pricing to get the right numbers on their spreadsheet (note: this likely part of the reason why so many of these compani…
> After the presumably thousands of hours of labor that went into designing this, they went with a consumer grade, off the shelf product for an application that would have required a fraction of the power it was capable of? Driving the 3-phase motor yes, that can (and is usually) done with a dedicated real-time MCU/ASIC. But the interface with the backend, the actual brains? You need to deal with GPS, authentication…