I got a ‘hello’ eMail from a new developer interested in helping out with OVMS. His name is Igor, and for the last 17 years he has been working on embedded projects. He drives a Nissan Leaf, and has a background with 3G modems and CAN protocols like CANOPEN. He is asking what tasks he can help out with. Perhaps reviewing the SIMCOM modem support (for reliability) and/or helping Tom out with Nissan Leaf support? Anybody else got any suggestions for Igor? Regards, Mark.
Welcome Igor :) Another option would be the bluetooth connectivity. Regards, Michael Am 27.02.2018 um 06:58 schrieb Mark Webb-Johnson:
I got a ‘hello’ eMail from a new developer interested in helping out with OVMS.
His name is Igor, and for the last 17 years he has been working on embedded projects. He drives a Nissan Leaf, and has a background with 3G modems and CAN protocols like CANOPEN.
He is asking what tasks he can help out with. Perhaps reviewing the SIMCOM modem support (for reliability) and/or helping Tom out with Nissan Leaf support? Anybody else got any suggestions for Igor?
Regards, Mark.
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
GATC server. Regards, Mark.
On 27 Feb 2018, at 7:32 PM, Michael Balzer <dexter@expeedo.de> wrote:
Welcome Igor :)
Another option would be the bluetooth connectivity.
Regards, Michael
Am 27.02.2018 um 06:58 schrieb Mark Webb-Johnson:
I got a ‘hello’ eMail from a new developer interested in helping out with OVMS.
His name is Igor, and for the last 17 years he has been working on embedded projects. He drives a Nissan Leaf, and has a background with 3G modems and CAN protocols like CANOPEN.
He is asking what tasks he can help out with. Perhaps reviewing the SIMCOM modem support (for reliability) and/or helping Tom out with Nissan Leaf support? Anybody else got any suggestions for Igor?
Regards, Mark.
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
_______________________________________________ OvmsDev mailing list OvmsDev@lists.teslaclub.hk http://lists.teslaclub.hk/mailman/listinfo/ovmsdev
Mark Webb-Johnson wrote:
GATC server.
Regards, Mark. GATC Server? Any of these? https://acronyms.thefreedictionary.com/GATC
I think the biggest issue right now is getting the modem and wifi IP stacks to not kill each other as network connectivity comes and goes. It seems we need to have the network state better communicated to the server code, or have some way to force, say, the modem / PPP to stay down while the wifi is connected to something with a path to the Internet. Is there a cost to have the modem connected to 3G/LTE without sending any data through it? Carrier dependent? Greg
This one: https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gatt <https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gatt> Regards, Mark.
On 28 Feb 2018, at 4:58 AM, Greg D. <gregd2350@gmail.com> wrote:
Mark Webb-Johnson wrote:
GATC server.
Regards, Mark. GATC Server? Any of these? https://acronyms.thefreedictionary.com/GATC
I think the biggest issue right now is getting the modem and wifi IP stacks to not kill each other as network connectivity comes and goes. It seems we need to have the network state better communicated to the server code, or have some way to force, say, the modem / PPP to stay down while the wifi is connected to something with a path to the Internet.
Is there a cost to have the modem connected to 3G/LTE without sending any data through it? Carrier dependent?
Greg
_______________________________________________ OvmsDev mailing list OvmsDev@lists.teslaclub.hk http://lists.teslaclub.hk/mailman/listinfo/ovmsdev
Thanks for welcome, lets think how can I get/buy the current board and I am ready for the task. On Tue, Feb 27, 2018 at 7:58 AM, Mark Webb-Johnson <mark@webb-johnson.net> wrote:
I got a ‘hello’ eMail from a new developer interested in helping out with OVMS.
His name is Igor, and for the last 17 years he has been working on embedded projects. He drives a Nissan Leaf, and has a background with 3G modems and CAN protocols like CANOPEN.
He is asking what tasks he can help out with. Perhaps reviewing the SIMCOM modem support (for reliability) and/or helping Tom out with Nissan Leaf support? Anybody else got any suggestions for Igor?
Regards, Mark.
_______________________________________________ OvmsDev mailing list OvmsDev@lists.teslaclub.hk http://lists.teslaclub.hk/mailman/listinfo/ovmsdev
-- Thanks medfedeff@gmail.com +3-8-050-032-03-05 skype:igor.medvedeff
We’re out of developer 3.0 boards (WROOM32 module). I have one (if anyone is desperate), but at this stage it is probably just worth waiting for the first batch of 3.1 boards (WROVER module) in production now. They will be available later in March. If you are working on the Bluetooth, or other infrastructure parts of the system, you can do that with a simple ESP32 development board. Something with either a WROOM32 or WROVER module on it. The OVMS firmware runs on those modules (although obviously without the peripherals unless they are breadboard wired up). I did most of the early 3.1 development on the WROVER module prototyping/programming tool, and that is great for general work with ESP32 modules. WROVER module: http://www.electrodragon.com/product/esp32-wrover-v4-module-based-esp32/ <http://www.electrodragon.com/product/esp32-wrover-v4-module-based-esp32/> in a prototyping/programming fixture like this: https://www.aliexpress.com/item/ESP32-test-board-batch-burn-fixture-for-ESP3... <https://www.aliexpress.com/item/ESP32-test-board-batch-burn-fixture-for-ESP32-WROVER-IPEX-Version-ESP-32-ESP-32S-ESP32/32851571106.html> Or just a simple WROOM32 devkit: http://www.electrodragon.com/product/esp32-devkitc/ <http://www.electrodragon.com/product/esp32-devkitc/> https://www.aliexpress.com/item/ESP-WROOM-32-CPU-Development-Board-ESP32-Dev... <https://www.aliexpress.com/item/ESP-WROOM-32-CPU-Development-Board-ESP32-DevKit-ESP32-ESP-32-WiFi-Bluetooth-Module-Dual-Cores/32811147528.html> https://www.aliexpress.com/item/ESP-32-ESP-32S-Development-Board-WiFi-Blueto... <https://www.aliexpress.com/item/ESP-32-ESP-32S-Development-Board-WiFi-Bluetooth-Ultra-Low-Power-Consumption-Dual-Cores-ESP32-Board/32844181786.html> etc... I might have some DEVKIT-C style modules left over (not sure if I do). I’ll check at home tonight and let you know. Regards, Mark.
On 27 Feb 2018, at 8:10 PM, Igor Medvedev <medfedeff@gmail.com> wrote:
Thanks for welcome, lets think how can I get/buy the current board and I am ready for the task.
On Tue, Feb 27, 2018 at 7:58 AM, Mark Webb-Johnson <mark@webb-johnson.net <mailto:mark@webb-johnson.net>> wrote:
I got a ‘hello’ eMail from a new developer interested in helping out with OVMS.
His name is Igor, and for the last 17 years he has been working on embedded projects. He drives a Nissan Leaf, and has a background with 3G modems and CAN protocols like CANOPEN.
He is asking what tasks he can help out with. Perhaps reviewing the SIMCOM modem support (for reliability) and/or helping Tom out with Nissan Leaf support? Anybody else got any suggestions for Igor?
Regards, Mark.
_______________________________________________ OvmsDev mailing list OvmsDev@lists.teslaclub.hk <mailto:OvmsDev@lists.teslaclub.hk> http://lists.teslaclub.hk/mailman/listinfo/ovmsdev <http://lists.teslaclub.hk/mailman/listinfo/ovmsdev>
-- Thanks medfedeff@gmail.com <mailto:medfedeff@gmail.com> +3-8-050-032-03-05 skype:igor.medvedeff _______________________________________________ OvmsDev mailing list OvmsDev@lists.teslaclub.hk http://lists.teslaclub.hk/mailman/listinfo/ovmsdev
participants (4)
-
Greg D. -
Igor Medvedev -
Mark Webb-Johnson -
Michael Balzer