Another Windows Program for Wireless Programming

Started by Spexx, February 23, 2016, 03:40:59 PM

Spexx

Hello everyone,

I want to share with you another Windows program for wireless programming of the Moteino. In general it does the same like the program from Felix/LowPowerLab, it has only a little bit different look ;)

I have already started for a long time ago with this program, but got it never to works. Because of I have a new application where I need the WirelessProgramming and after testing the Felix's program, I have decided to investigate some more time for finishing my own program. It already includes the function for sending 3-lines via an extended package, which will save some more time. But this means you should have the up-to-date Libraries for the WirelessProgramming (see https://github.com/LowPowerLab/WirelessProgramming).

The program was created with my basic knowlege of Visual Basic and you only need the .NET-Framwork (I think it is already installed as default with newer Windows versions).
I have also integrated a "drag-and-drop" function for the hex-file, this means you can open your sketch folder and drag the hex-file directly to the programmer-window.

You can find the exe-Program at GitHub:
https://github.com/Spexx-/WirelessHexProgrammer-for-Moteino

Happy programming :)

Felix


mirko.ugolini

#2
Hello Spexx,

great Work,

I'm trying to develope a way to wireless programming remote node that goes into Lowpower mode (atmega328 + radio.sleep) .

I used the  classic "WirelessProgramming_gateway.ino" , I  modified it  and the remote node in sush a way that the node enable radio.sleeep  after receiving a command from the Gateway. 
So I need to introduce some modification in the Gui for enable and disable  the  sleep mode of the remote node that must be programmed.
I tryed sending  command from the Serial consolle and it works but I would like to integrate it in the GUI of the  programmer.

Could you share the source code of your programmer?

After finished I'll share my Work too.

Best regards 

Mirko