Skip to content
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

Library update for ST fw version 1.3.1 + Band selection at runtime #78

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Apr 27, 2020

  1. Binary file update for band selection at runtime

    This file has been generated from the fw staged in eb633e5dfd52c6cf491d73605170f799453dd2dc
    The origila ST fw has been modified to allow to select the frequency band at runtime.
    giulcioffi committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    6aaca9b View commit details
    Browse the repository at this point in the history
  2. Library update for band selection at runtime

    The command '+BAND' has been introduced to allow the user to select the correct frequency for his/her region.
    New functions introduced for the confirmation mode:
    - setCFM: set the confirmation mode
    - getCFM: get the confirmation mode
    - getCFS: get the confirmation status of the last AT+SEND
    
    Function 'modemSend' needs to be verified.
    
    Debug messaged introduced in the library and enabled with '#define LORA_DEBUG Serial' in the Arduino sketch.
    giulcioffi committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    191e50e View commit details
    Browse the repository at this point in the history
  3. DBG messages removed

    giulcioffi committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    e97664b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    a939a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8958a6 View commit details
    Browse the repository at this point in the history
  3. Add TODO about fw version parsing

    The ideal situation would be:
    
    * save both the strings
    * parse them
    * assign argument to two elements of type IPAddress
    * return only one of them
    facchinm committed May 6, 2020
    Configuration menu
    Copy the full SHA
    29de7be View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    d058ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8c01a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    543d937 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44c9265 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Add AT+TCONF and AT+TTONE

    giulcioffi committed May 20, 2020
    Configuration menu
    Copy the full SHA
    286cbdf View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    688be8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e455e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c3e8b View commit details
    Browse the repository at this point in the history