How about a V2I App? You may ask yourself “what is V2I?”. V2I stands for Vehicle to infrastructure. Audi uses this technology for their cars to track how long a traffic light takes to switch to green. The Flipper in combination with a wifi dev board (or a custom made one) should be able to communicate with the infrastructure. (Right?)
#V2I Flipper App
45 messages · Page 1 of 1 (latest)
great example my friend i hope they add this useful feature in flipper
I'd love it, but governments might be worried about a hacking device that can interact (and possibly interfere) with important infrastructure
I guess it is not more than getting the sequence of a traffic light. (Like the Audi does)
oh, if thats the case than it should be fine then
if it does more then govenments would try to ban that
Seems to be 5Ghz range
Vehicle-to-everything (V2X) is communication between a vehicle and any entity that may affect, or may be affected by, the vehicle. It is a vehicular communication system that incorporates other more specific types of communication as V2I (vehicle-to-infrastructure), V2N (vehicle-to-network), V2V (vehicle-to-vehicle), V2P (vehicle-to-pedestrian),...
Yeah but isn’t it possible to make a custom board for it that is able to communicate with the flipper and for example the traffic lights?
And can we talk about the reversed traffic light in this illustration? 😂🚦
if anyone is going to try this project i could help
i'm not able to program it, since i never used C
Flipper has support for Rust, if you have experience with that, you could try that (rust support could be buggy at times since that is new to the flipper)
Actually the only language I’ve ever touched is python and a little JavaScript
Idk which thread is the main one anymore in this whole double thread fiasco, I’m gonna use this one so here’s some documents related to v2i
Vehicles To Infrastructure (V2I) Deployments (PowerPoint) - https://transops.s3.amazonaws.com/uploaded_files/WalkerV2I_DeploymentsAndGuidance_PresentationRev.pdf
Vehicle to Infrastructure (V2I) Program: Research, Development, and Deployment Support Conducted Through 2020 - https://rosap.ntl.bts.gov/view/dot/55241/dot_55241_DS1.pdf
Vehicle-to-Infrastructure(V2I) Message Lexicon - https://rosap.ntl.bts.gov/view/dot/32033/dot_32033_DS1.pdf
V2I Hub Deployment Guide - https://rosap.ntl.bts.gov/view/dot/37680/dot_37680_DS1.pdf?
IEEE Standard for Wireless Access in Vehicular Environments (WAVE) — Networking - https://sci-hub.se/10.1109/IEEESTD.2021.9374154
The message lexicon is particularly useful
it's not reversed, the picture is reversed by mistake
traffic lights are anchored to the sky as usual
ah or is this australia?
this is much more advanced to an implementation then i initially assumed, neat stucf
isn't there everything upside down?
they give you antigrav boots when landing so stuff seems right way up, but yeah
One of these links mentioned 5.9GHz as per standards.... Link above looks like a nice code set to start research
I forgot where I read this but I thought the FCC was decommissioning the 5.9GHz transmission band from vehicular and opening it up to auction again.
AAF
Executive Summary The 5.9 GHz spectrum band, originally reserved for autonomous vehicles, is set to transition this summer from a limited specific use by the Department of Transportation to unlicensed spectrum available more broadly. This move will provide particularly important spectrum for 5G and next-generation Wi-Fi, technologies that will a...
so can we make our own with sll this information from 8th november till now
Yeah Honestly I dont see it being fully removed, as there is some current of DoT interest
But I think it would need sdr support
(just starting to get toes wet with sdr)
I am interested in this, will be following to read this over later
So is there any update on this topic? I feel like people lost interest
We'll wait till V2X is implemented and then we can start talking again
Ah
Implemented in the flipper or where? Thinking about jumping into this but have no prior experience