-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tracker hardware & onboard software #4
Comments
I just realised that sounds like I'm planning to build all the trackers from scratch. I know we should be able to use the trackers from previous years again, but I want to make sure the necessary information is available if we need to build more. The collaborative challenge we're planning may require more trackers in use simultaneously than previous contests. |
Hello Thomas,
At the time, we stored lua tracker scripts only in a private repository
because we decided that they contained more value than the server side. I
did not work on the tracker but I will try to give you all the piece of
information that I recall.
I do not know if you have access to the hardware used in previous WRSC
edtions. They were basically what you saw on the pictures, a mainboard with
a battery, a GPS, a "GSM module" (more precisely a SIMCOM 5218 3G module),
a SIM card and a SD card.
If you have one of this device you should be able to get back the lua
script either from the module intern memory or maybe from the SD card. You
are looking for something named "autorun.lua". To interact with the module
you need to use putty to send it "AT commands" (explained in details in the
documentation on the private github repository)
If you do not have access to the hardware for the moment :
SOLUTION 1 you need to get access to Sylvain's repository
<https://github.com/SylvainHunault/swarmon/tree/master/tracker/diy> or to M
Olivier Reynet's repository.
<https://github.com/olivierreynet/swarmon/tree/master/tracker/diy> They
have the latest Lua scripts and documentation.
Personally, I have a forked version, but it looks outdated and I do not
know how to get the latest one from the previously mentioned repositories
... If together we find a way for me to get the latest version, I could do
it and give you access (SOLUTION 2)
SOLUTION 3, if nothing works, I could copy the files and store them in
another place (public or not, to be determined)
We have also developed an Android app at some point. But I can not find it
on Github. However, I am still in touch with the guy who developed it. If
you wish, I could ask him to give me access to the repository.
I am sorry not to be being able to help you right away on this point but I
am confident that we will found a solution :)
2018-02-12 16:28 GMT+01:00 Thomas Kluyver <[email protected]>:
… I just realised that sounds like I'm planning to build all the trackers
from scratch. I know we should be able to use the trackers from previous
years again, but I want to make sure the necessary information is available
if we need to build more. The collaborative challenge we're planning may
require more trackers in use simultaneously than previous contests.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGXZUM3y57UAfHKmhdj0zpsuGwY7lIW0ks5tUFiAgaJpZM4SCVnm>
.
|
Thanks @chinchifou ! I think we will have access to the existing hardware, but we haven't got them yet. They were used for WRSC 2017, and we declined to take them to Southampton after the competition as we weren't sure that we'd be able to host it for 2018. We need to track down who has them now. @SylvainHunault @olivierreynet could I get access to one of your private repositories with the tracker module code in? Do you still want to keep the tracker code and documentation private, or would it be alright if I put it into this public repository once I get it? That would implicitly put it under the MIT license we agreed on for the server code. |
MIT license is fine for me as the technology has evolved since we first
developed this code (GPS watch were not even existing back then)
I'll try to ping my friend to get access to the Android app. It could
always be usefull.
2018-02-13 19:56 GMT+01:00 Thomas Kluyver <[email protected]>:
… Thanks @chinchifou <https://github.com/chinchifou> ! I think we will have
access to the existing hardware, but we haven't got them yet. They were
used for WRSC 2017, and we declined to take them to Southampton after the
competition as we weren't sure that we'd be able to host it for 2018. We
need to track down who has them now.
@SylvainHunault <https://github.com/sylvainhunault> @olivierreynet
<https://github.com/olivierreynet> could I get access to one of your
private repositories with the tracker module code in?
Do you still want to keep the tracker code and documentation private, or
would it be alright if I put it into this public repository once I get it?
That would implicitly put it under the MIT license we agreed on for the
server code.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGXZUJ59TrboTictyQoUqO1fDKdazASmks5tUdrLgaJpZM4SCVnm>
.
|
I don't know how to give access to my private fork of the tracker.
Sylvain HUNAULT
Ingénieur ENSTA Bretagne
Option SPID - Profil Robotique & Systèmes Embarqués
Promotion 2016
Ingénieur Systèmes Embarqués à RUAG Defence France (Albi)
________________________________
De : Benoit Bourdon <[email protected]>
Envoyé : mardi 13 février 2018 20:36:22
À : WRSC/tracking
Cc : Sylvain HUNAULT (CI2016); Mention
Objet : Re: [WRSC/tracking] Tracker hardware & onboard software (#4)
MIT license is fine for me as the technology has evolved since we first
developed this code (GPS watch were not even existing back then)
I'll try to ping my friend to get access to the Android app. It could
always be usefull.
2018-02-13 19:56 GMT+01:00 Thomas Kluyver <[email protected]>:
Thanks @chinchifou <https://github.com/chinchifou> ! I think we will have
access to the existing hardware, but we haven't got them yet. They were
used for WRSC 2017, and we declined to take them to Southampton after the
competition as we weren't sure that we'd be able to host it for 2018. We
need to track down who has them now.
@SylvainHunault <https://github.com/sylvainhunault> @olivierreynet
<https://github.com/olivierreynet> could I get access to one of your
private repositories with the tracker module code in?
Do you still want to keep the tracker code and documentation private, or
would it be alright if I put it into this public repository once I get it?
That would implicitly put it under the MIT license we agreed on for the
server code.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGXZUJ59TrboTictyQoUqO1fDKdazASmks5tUdrLgaJpZM4SCVnm>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJJRChvvD1ufCVhXODbiDg2Vr4HxjKhNks5tUeQ2gaJpZM4SCVnm>.
|
If you no longer need any of the contents to be private, you can make the repository public from the settings tab (in the 'Danger Zone' near the bottom of the page). Otherwise, feel free to email me the files in question ([email protected]). |
Hello, I am the author of the 1st version of the script, updated by Sylvain HUNAULT.
I cannot send you the last version of the script for 2 reasons:
* I need the agreement of Sylvain HUNAULT
* I am not sure that the last version on GitHub is really the last version …
To be sure to use the real last version of the LUA code I think a solution is :
« If you have one of this device you should be able to get back the lua
script either from the module intern memory or maybe from the SD card. You
are looking for something named "autorun.lua". To interact with the module
you need to use putty to send it "AT commands" (explained in details in the
documentation on the private github repository) » (Benoit Bourdon)
But I can send you my version of the LUA code (without the modification of Sylvain HUNAULT) .
This version is totally functional.
I attach to this mail a ZIP file with 2 LUA files:
* SriptV1.lua
* TestV1.lua
The code as pretty the same except in the test file the GPS position is simulated ( rst="3113.343286,N,12121.234064,E,250311,072809.3,44.1,0.0,0" ; )
If Sylvain HUNAULT is ok I can send you the « last » version of the LUA code.
…---------------------------------------
Bastien DROUOT
Doctorant ENSTA Bretagne
Laboratoire Lab-STICC
Équipe MOCS
Bureau L 109
02 98 34 89 46
[email protected]
De : Thomas Kluyver<mailto:[email protected]>
Envoyé le :mercredi 14 février 2018 11:38
À : WRSC/tracking<mailto:[email protected]>
Cc : Bastien DROUOT<mailto:[email protected]>; Mention<mailto:[email protected]>
Objet :Re: [WRSC/tracking] Tracker hardware & onboard software (#4)
If you no longer need any of the contents to be private, you can make the repository public from the settings tab (in the 'Danger Zone' near the bottom of the page).
Otherwise, feel free to email me the files in question ([email protected]<mailto:[email protected]>).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHqbmxmgXLClR3B68rYG8XS9E3NT4uQ8ks5tUreRgaJpZM4SCVnm>.
|
Hello everyone,
I already sent the v2 of the autorun. There's no problem.
Kind regards.
Sylvain HUNAULT
Ingénieur ENSTA Bretagne
Option SPID - Profil Robotique & Systèmes Embarqués
Promotion 2016
Ingénieur Systèmes Embarqués à RUAG Defence France (Albi)
…________________________________
De : Bastien DROUOT <[email protected]>
Envoyé : jeudi 15 février 2018 10:55:35
À : WRSC/tracking
Cc : Sylvain HUNAULT (CI2016); Mention
Objet : Re: [WRSC/tracking] Tracker hardware & onboard software (#4)
Hello, I am the author of the 1st version of the script, updated by Sylvain HUNAULT.
I cannot send you the last version of the script for 2 reasons:
* I need the agreement of Sylvain HUNAULT
* I am not sure that the last version on GitHub is really the last version …
To be sure to use the real last version of the LUA code I think a solution is :
« If you have one of this device you should be able to get back the lua
script either from the module intern memory or maybe from the SD card. You
are looking for something named "autorun.lua". To interact with the module
you need to use putty to send it "AT commands" (explained in details in the
documentation on the private github repository) » (Benoit Bourdon)
But I can send you my version of the LUA code (without the modification of Sylvain HUNAULT) .
This version is totally functional.
I attach to this mail a ZIP file with 2 LUA files:
* SriptV1.lua
* TestV1.lua
The code as pretty the same except in the test file the GPS position is simulated ( rst="3113.343286,N,12121.234064,E,250311,072809.3,44.1,0.0,0" ; )
If Sylvain HUNAULT is ok I can send you the « last » version of the LUA code.
---------------------------------------
Bastien DROUOT
Doctorant ENSTA Bretagne
Laboratoire Lab-STICC
Équipe MOCS
Bureau L 109
02 98 34 89 46
[email protected]
De : Thomas Kluyver<mailto:[email protected]>
Envoyé le :mercredi 14 février 2018 11:38
À : WRSC/tracking<mailto:[email protected]>
Cc : Bastien DROUOT<mailto:[email protected]>; Mention<mailto:[email protected]>
Objet :Re: [WRSC/tracking] Tracker hardware & onboard software (#4)
If you no longer need any of the contents to be private, you can make the repository public from the settings tab (in the 'Danger Zone' near the bottom of the page).
Otherwise, feel free to email me the files in question ([email protected]<mailto:[email protected]>).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHqbmxmgXLClR3B68rYG8XS9E3NT4uQ8ks5tUreRgaJpZM4SCVnm>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJJRCkFFAahU-c5iQSm2YC6SoQYUw_Haks5tU_8XgaJpZM4SCVnm>.
|
Thanks Sylvain. Did you send that to one of my email addresses? Or to Bastien? I've been away for a few days, and I'm trying to sort through an email backlog now, so I don't want to miss your message. |
I'm replying to my emails. May be here is the problem. Are you just posting messages to Github ? Because the emails addresses in destination are just github ones...
Sylvain HUNAULT
Ingénieur ENSTA Bretagne
Option SPID - Profil Robotique & Systèmes Embarqués
Promotion 2016
Ingénieur Systèmes Embarqués à RUAG Defence France (Albi)
…________________________________
De : Thomas Kluyver <[email protected]>
Envoyé : lundi 26 février 2018 22:12:25
À : WRSC/tracking
Cc : Sylvain HUNAULT (CI2016); Mention
Objet : Re: [WRSC/tracking] Tracker hardware & onboard software (#4)
Thanks Sylvain. Did you send that to one of my email addresses? Or to Bastien? I've been away for a few days, and I'm trying to sort through an email backlog now, so I don't want to miss your message.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJJRCk4q_vJqFprR31gvWm4UfrnQHMolks5tYx4KgaJpZM4SCVnm>.
|
Aha, yes, this is all going through Github, which unfortunately doesn't handle email attachments. If you want to email me directly, you can use [email protected] . |
Great, I've put the Lua script from Sylvain in a new trackers folder in the repo. Now, does anyone know the details of the parts other than the GPS module? I assume the battery is a regular LiPo, but are there part numbers for the mainboard and the two antennae? |
Hi Thomas,
I apologize for the lack of reaction.
So far a tracker was made of :
- 1 SIMCOM 5218 (http://simcom.ee/modules/wcdma-hspa/sim5218/)
- 1 GPS antenna MIA-18 (http://fr.farnell.com/maxtena/mia-gps-18/ant-embedded-gps-active-18mm/dp/2281637)
- 1 GSM antenna ATN-PCB4242 (http://fr.farnell.com/rf-solutions/ant-pcb4242-fl/antenne-pcb-gsm-pentaband-42x42/dp/2133448)
- the board made by Benoit, Quentin & Bastien (and other sorry if I forgot someone)
- a LiPo battery 2000 mAh (https://fr.rs-online.com/web/p/blocs-batteries-lithium/7916460/)
Hope it helps. Keep us informed of your progress !
Sylvain HUNAULT
Ingénieur ENSTA Bretagne
Option SPID - Profil Robotique & Systèmes Embarqués
Promotion 2016
Ingénieur Systèmes Embarqués à RUAG Defence France (Albi)
…________________________________
De : Thomas Kluyver <[email protected]>
Envoyé : jeudi 15 mars 2018 19:40:43
À : WRSC/tracking
Cc : Sylvain HUNAULT (CI2016); Mention
Objet : Re: [WRSC/tracking] Tracker hardware & onboard software (#4)
Great, I've put the Lua script from Sylvain in a new trackers folder<https://github.com/WRSC/tracking/tree/master/trackers> in the repo.
Now, does anyone know the details of the parts other than the GPS module? I assume the battery is a regular LiPo, but are there part numbers for the mainboard and the two antennae?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJJRCk7t18WX7YcsODIvjD8kXyBCJ91Pks5terWqgaJpZM4SCVnm>.
|
Thanks Sylvain, that's useful info. I'll add it to the repo.
Do you mean this is a custom PCB? |
Yes it's a custom PCB.
Sylvain HUNAULT
Ingénieur ENSTA Bretagne
Option SPID - Profil Robotique & Systèmes Embarqués
Promotion 2016
Ingénieur Systèmes Embarqués à RUAG Defence France (Albi)
…________________________________
De : Thomas Kluyver <[email protected]>
Envoyé : dimanche 15 avril 2018 17:21:51
À : WRSC/tracking
Cc : Sylvain HUNAULT (CI2016); Mention
Objet : Re: [WRSC/tracking] Tracker hardware & onboard software (#4)
Thanks Sylvain, that's useful info. I'll add it to the repo.
the board made by Benoit, Quentin & Bastien (and other sorry if I forgot someone)
Do you mean this is a custom PCB?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJJRCvfUv5AZn3MsgngO_8i98J4taQAXks5to2WOgaJpZM4SCVnm>.
|
That's impressive! :-) Are there any design files from making the PCB? Would the designers be willing to share them? I'm trying to think about how we make it possible for someone to build more of these trackers if necessary. |
Sorry if that's not the right place for that, but does any of you have an idea of the battery duration of the trackers? (from what I understood it was about 2h, can any of you confirm that figure?) |
Currently, I have three official trackers from Aland team.
|
Hello everyone,
Sorry for the lag, I was abroad during this discussion.
Quick answer about autonomy:
- As far as I can remember, the autonomy was 12 hours with "new batteries"
(continuous emission of data). Maybe a little less but definitively more
than 8h.
Fortunately for you, I made a backup of the project data before my school
stops paying Microsoft and closes the cloud hosting all my data ... And ...
The good news is that after some research I have found the following:
- the complete SIM5218 module documentation (with interface commands)
- good documentation on the use of SIMCOM (flashing of the software,
configuration of the Internet connection, etc.)
- the diagram of the electronic card (in fact, we started from the
development kit card and we just deleted all the useless things)
Sorry for not having sent this to you earlier but I must admit that I do
not even remember having stored and saved all this data for such a period
of time: o
I will send all this documentation to: [email protected]
I did not not take time to read the other feeds. Do not hesitate to ask me
if your have questions about the 'old version' of the system.
2018-05-12 22:01 GMT+02:00 Tony Yu Cao <[email protected]>:
… Currently, I have three official trackers from Aland team.
They was in a waterproofed Peli case and I believe they supposed to go
with big boats.
Ping me if there is any tests need to done with that hardware.
Also some questions to you guys:
- is the interchangeable with the new tracker
<https://github.com/WRSC/tracking/tree/master/trackers>? if not,
- what kind of battery is required?
- how to flash new software on the tracker?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGXZUMQkENF2xHoMnuE3S0WKsaWDp-uHks5txz-XgaJpZM4SCVnm>
.
|
Hi everyone,
- "is the interchangeable with the new tracker<https://github.com/WRSC/tracking/tree/master/trackers>? if not,"
I am sorry not to get what you mean here.
- "what kind of battery is required?"
This is the kind of battery we used: https://www.sparkfun.com/products/13855. Criterion were a size comparable to the tracker and a "good" capacity.
- "how to flash new software on the tracker?"
It not strictly flashing it's a lua script ran by the SIMCOM module. To change the script, we copy in on the simcard that is then connected to the tracker. Then with the tracker connected to the pc, we used the simcom commands "at" to manage the copy from the sdcard. Here is a list of commands I used.
// Configures a simcard for the meteor data provider.
at+cgsockcont=2,"IP","isp.mymeteor.ie"
at+csockauth=2,1,"meteor","my"
at+csocksetpn=2
at+netopen=,,1
at+csq
// Configures a simcard for the sfr data provider.
at+cgsockcont=1,"IP","websfr"
at+csockauth=1,1,"guest","guest"
at+csocksetpn=1
at+netopen=,,1
at+csq
// Configures a simcard for the bouyguet data provider.
at+cgsockcont=3,"IP","b2bouygtel.com"
at+csockauth=3,1,"guest","guest"
at+csocksetpn=3
// Configure an other data provider
at+cgsockcont=4,"IP","ebouygtel.com"
at+csockauth=4,1,"guest","guest"
at+csocksetpn=4
// Configure an other data provider.
at+cgsockcont=5,"IP","internet"
at+csockauth=5,0
at+csocksetpn=5
at+fsdel="autorunv2.lua"
at+fsdel="autorun.lua"
// Copy the autorun from the sdcard.
at+fscopy="D:/autorun.lua","C:/autorun.lua"
// Starts a lua script
at+cscriptstart="autorunv2.lua"
at+cscriptstart="autorun.lua"
// Stops the running script
at+cscriptstop
at+cgps=0
at+cgps=1
at+fsls
Hope I help. Sorry for the lag.
Sylvain HUNAULT
Ingénieur ENSTA Bretagne
Option SPID - Profil Robotique & Systèmes Embarqués
Promotion 2016
Ingénieur Systèmes Embarqués à RUAG Defence France (Albi)
…________________________________
De : Tony Yu Cao <[email protected]>
Envoyé : samedi 12 mai 2018 22:01:27
À : WRSC/tracking
Cc : Sylvain HUNAULT (CI2016); Mention
Objet : Re: [WRSC/tracking] Tracker hardware & onboard software (#4)
Currently, I have three official trackers from Aland team.
They was in a waterproofed Peli case and I believe they supposed to go with big boats.
Ping me if there is any tests need to done with that hardware.
Also some questions to you guys:
* is the interchangeable with the new tracker<https://github.com/WRSC/tracking/tree/master/trackers>? if not,
* what kind of battery is required?
* how to flash new software on the tracker?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJJRCl-TYqviQTHf-Nb-mj-4YFLK9jhiks5txz-XgaJpZM4SCVnm>.
|
@tsaoyu We're not defining any 'new tracker' - the info I'm collecting is just to document the existing trackers. Or are you thinking of the difference between the big boat trackers and the ones for smaller boats? I had assumed that they were the same, give or take a bigger battery in the bigger ones. But I haven't actually checked that! |
Benoit sent me a collection of technical information about the tracking system. I've added one HTML file into the repository with some notes about configuring the SIMCOM module. The rest is in PDFs and Office documents, which aren't so nice in git, so for now I've put them in Google Drive. The folder should be visible to anyone following that link. This includes:
I removed one purchase order (for the SIMCOMs) in case it had some private information on. Thanks! |
@SylvainHunault, @chinchifou, @Sylyon and @takluyver, thanks for sharing. @takluyver you are right, the tracker for the bigger boat has the same electronics as the smaller boat. The 'older version' in my head probably is the early generation of the board (with SD card slot and shown in this doc). Anyway, thanks all for providing information on the tracker. |
I think I understand the confusion. Just to clarify:
- the old version (the big electronic card) is actually that of the
development kit that comes with the SIMCOM module
- The small one is the custom "homemade" electronic card
The small one is actually the big one without what we estimated to be
useless at the time (for example: possibility of connecting a camera)
2018-05-30 19:11 GMT+02:00 Tony Yu Cao <[email protected]>:
… @SylvainHunault <https://github.com/SylvainHunault>, @chinchifou
<https://github.com/chinchifou>, @Sylyon <https://github.com/Sylyon> and
@takluyver <https://github.com/takluyver>, thanks for sharing. @takluyver
<https://github.com/takluyver> you are right, the tracker for the bigger
boat has the same electronics as the smaller boat. The 'older version' in
my head probably is the early generation of the board (with SD card slot
and shown in this doc
<https://drive.google.com/drive/folders/19swokUe9NwOqRDq6rClPNIValFrF405r>).
Anyway, thanks all for providing information on the tracker.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGXZUAedcrQPAEaoq78Xksr0BsOYB878ks5t3tKrgaJpZM4SCVnm>
.
|
One point that would still be critical for making more: I can't spot the actual PCB layout in any of those files. Could someone point me in the right direction? |
I gave you all the documents I had on the subject and I'm afraid this does
not include the actual layout of the PCB : /
If you really need to make more cards, you should be able to do this by
reading these documents:
- development kit manual (SIM5218 folder) - info about the development kit
card
- material design (SIM5218 file) - info about the development kit card
- "schemacarte.pdf" (electronic_card folder) - info about the homemade card
Le ven. 15 juin 2018 à 09:29, Sophia <[email protected]> a écrit :
… One point that would still be critical for making more: I can't spot the
actual PCB layout in any of those files. Could someone point me in the
right direction?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGXZUOmqgVAAYs-EgmlWGq5tqQmVl80xks5t82JxgaJpZM4SCVnm>
.
|
Thanks Benoit - what you sent is very useful. If there is a need to build more trackers, someone may be able to use the existing PCBs as a starting point for making a layout file. |
Many thanks to everyone who has been collecting all this information so far. With 7 trackers available, but a good chance of more teams signing up, we either have to rely on some boats logging themselves for the area scanning challenge (imho quite reasonable), or make some more trackers. Even if we don't need the trackers for this year, finding a sustainable solution for this would be very good. As this is getting a fairly large issue, I am splitting this into three issues:
Any thoughts and contributions on this are most welcome. |
Once the trackers arrive, it might be good to invite @kirs and do some testing of the website, including the live competition view. |
Good idea! If @tsaoyu is around, we can maybe give it a first look on Tuesday together, everything should be around by then. I have not looked into any of the set-up beyond the trackers yet, we probably first need to sort sim cards and do some set-up work with tabarly etc. |
There's some brief description of the tracker units, along with a couple of pictures, on the instructions page, but not enough detail to build one. It would be good to figure out:
Parts list
The pictures show four components:
(Plus a SIM card and IIRC a micro-SD card, which are standard and readily available)
Software
Is there any custom software to run on the tracker units to send the data to the server? If so, is it already hiding somewhere in the repo, or does anyone have a copy of it? What's the procedure to build it and put it on the board?
cc @SylvainHunault @chinchifou @Sylyon
The text was updated successfully, but these errors were encountered: