MAIANA WiFi adapter #118
Replies: 6 comments 10 replies
-
This is great news.! |
Beta Was this translation helpful? Give feedback.
-
Very great news Peter ! I would support both options and everyone can choose. |
Beta Was this translation helpful? Give feedback.
-
My wife and me started the exact same thing last Christmas but did not manage to give it the last finish this year. https://github.com/muebau/MAIANA-WiFi I think there might be some useful ideas in our project (get time from GPS etc.) |
Beta Was this translation helpful? Give feedback.
-
Sweet! I jumped on the ESP bandwagon this year, ESP8266, ESP32-WROOM and
recently the ESP32-S3.
I've done 2 4 layer board designs with these already - ESP32-S3 and
platformio are very powerful tools
for this and a great starting point. One learning - ESP32-WROOM is not
recommended for new designs.
And among the ESP, stay away from the PCB antenna if you want any range (I
moved to WROOM for
u.FL versus PCB antenna on 8266).
The ESP32-S3-WROOM-1U-N8RCT-ND will be the next module I use in any design
- $3.98 on digikey and
you can smt that module with a heat gun and attach 802.11 via u.FL. use a
good regulator and a 100uF
cap on the power rail.
Thank you Peter for the great project!
…On Tue, Dec 6, 2022 at 3:41 PM Peter Antypas ***@***.***> wrote:
Also, having the map in memory enables in-device collision prediction
(which I did experiment with back in the day). Just something to keep in
mind ...
—
Reply to this email directly, view it on GitHub
<#118 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXSUDAAME5MME3UZIVNJFTWL7FJJANCNFSM6AAAAAASTRCKKM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I finally had some time to try a couple of ideas. Here is an antenna I found. It's tuned for US railroad VHF frequencies, which is very close to AIS for inland use. The antenna is a 1/4 wave so it needs a ground plane: (That PCB was meant for a Swarm satellite modem, but it's a good placeholder for this test) With this amount of ground plane, the tuning is more or less OK: This opens up an interesting possibility. I can create a small form factor, wireless, battery powered MAIANA with a detachable antenna. I don't expect it to perform as well as her big sister but it might be good enough for things like day fishing or boat chartering. I'm going to play with this more over the holiday break. |
Beta Was this translation helpful? Give feedback.
-
@peterantypas |
Beta Was this translation helpful? Give feedback.
-
After many delays I have just started working on MAIANA's WiFi adapter. This is based on the ESP32-Pico-Mini-02 module and among other things it will present a web interface for configuration:
There are two main architectures I'm considering:
Option 1: A simple WiFi adapter
This will look similar to the existing NMEA adapters but it will host an ESP32 module. It will allow MAIANA to either provide a WiFi network for NMEA data or join an existing network and push NMEA data to it. I think this may actually simplify OpenPlotter integration, as some folks seem to have problems with configuring the USB/serial interface. Mainly, though, I think it's ideal for those who don't have a WiFi system on board and would like to integrate MAIANA with an iPad or laptop without having to pay a premium for a Raspberry Pi.
Pros:
Cons:
Option 2: A WiFi interface on the transponder itself
I would either add the ESP32 module to the main MAIANA board itself, or create a small adapter board that can live inside the enclosure directly attached to the Cat5 connector. The transponder would still need 12V power but everything else would be done via WiFi.
Pros:
Cons:
Any input welcome!
Beta Was this translation helpful? Give feedback.
All reactions