Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pro2_plus_receiver [2019/05/05 19:12] – [Custom Box for the WeatherDuino Pro2 PLUS receiver] werk_agpro2_plus_receiver [2020/01/14 12:36] (current) – [Installing and Configuring the software] tedem
Line 104: Line 104:
 ===== Installing and Configuring the software ===== ===== Installing and Configuring the software =====
  
-<WRAP round tip 75%> If you are a newcomer to the system you should start by reading some general information about: [[:programming_weatherduino_devices|]], \\ +<WRAP round tip 75%> If you are a newcomer to the system you should start by reading some general information about: [[:programming_weatherduino_devices|]], otherwise continue reading. </WRAP>
-otherwise continue reading. </WRAP>+
  
-At this point we are assuming that you already have all the required libraries installed. \\ After loading the Pro2 PLUS software in Arduino IDE, the first thing that should always be done, is reviewing all user configurable options. Click on the 'Config_Option.h' tab, all user configurable options are here.+At this point we are assuming that you already have all the required libraries installed.\\ 
 +After loading the Pro2 PLUS software in Arduino IDE, the first thing that should always be done, is reviewing all user configurable options. Click on the 'Config_Option.h' tab, all user configurable options are here.
  
 {{:wiki:faq_arduinoide_config_options.jpg?nolink&|faq_arduinoide_config_options.jpg}} {{:wiki:faq_arduinoide_config_options.jpg?nolink&|faq_arduinoide_config_options.jpg}}
Line 113: Line 113:
 Here you will define things like your Station_ID, Time Zone, user interface language, and many other things. Review them all, and edit each one to suit your individual installation. Each user configurable option includes comments about their use and available options. Most options are self-explanatory. Here you will define things like your Station_ID, Time Zone, user interface language, and many other things. Review them all, and edit each one to suit your individual installation. Each user configurable option includes comments about their use and available options. Most options are self-explanatory.
  
-After having finished reviewing and editing all the user configurable settings, click on the 'Credentials.h' tab. This is where credentials to access some services are stored. For example, if you have enabled the direct upload to Wunderground option, you need to provide your access details. Below you can see an example of a 'Credentials.h' file. +After having finished reviewing and editing all the user configurable settings, click on the 'Credentials.h' tab. This is where credentials to access some services are stored. For example, if you have enabled the direct upload to Wunderground option, you need to provide your access details. Below you can see an example of a 'Credentials.h' file.<code>
- +
-<code>+
 // //
  --------------------------------------------------------------------------------------  --------------------------------------------------------------------------------------
Line 139: Line 137:
 Now that the software is configured, save the changes and compile the code. If there aren't any compile errors (it should not have any) you are almost ready to upload the compiled code to the receiver microcontroller. Now that the software is configured, save the changes and compile the code. If there aren't any compile errors (it should not have any) you are almost ready to upload the compiled code to the receiver microcontroller.
  
-Do you remember having installed a PROGRAM / RUN switch? If so, it's time to use it! \\ Make sure that the switch is at PROGRAM position (switch open), and use the Arduino IDE to upload the code. \\+Do you remember having installed a PROGRAM / RUN switch? If so, it's time to use it!\\ 
 +Make sure that the switch is at PROGRAM position (switch open), and use the Arduino IDE to upload the code. 
  
 ===== Initialization Sequence ===== ===== Initialization Sequence =====
Print/export
QR Code
QR Code pro2_plus_receiver (generated for current page)