Jump to content
43oh

Rei Vilo

Members
  • Content Count

    2,127
  • Joined

  • Last visited

  • Days Won

    140

Posts posted by Rei Vilo

  1. The MSP432P4111 package doesn't include the libraries folder with the WiFi library.

    • Create the directory ~/Users/ReiVilo/Library/Energia15/packages/energia/hardware/msp432p/5.29.0-beta1/libraries
    • Copy the folder ~/Library/Energia15/packages/energia/hardware/msp432r/5.29.0/libraries/WiFi under ~/Users/ReiVilo/Library/Energia15/packages/energia/hardware/msp432p/5.29.0-beta1/libraries to obtain ~/Users/ReiVilo/Library/Energia15/packages/energia/hardware/msp432p/5.29.0-beta1/libraries/WiFi

    The paths mentioned above are for macOS. They might differ for Windows and Linux.

    Compiling the SimpleWebServerWiFi example was successful but I don't have the hardware LaunchPad MSP432P4111 + BoosterPack CC3100 to proceed with the tests.

    1843933674_Capture2020-09-1609_35_13.thumb.png.6c4be607beef5b22b78eb338b1aed341.png

  2. You could try editing platform.txt again and changing

    compiler.c.elf.extra_flags="-L{runtime.tools.msp430-elf-gcc.path}/msp430-gcc-support-files/include"

    for

    compiler.c.elf.extra_flags="-L{runtime.tools.msp430-elf-gcc.path}/msp430-gcc-support-files/include"
     -Wl,--cref -Wl,--print-map

     

  3. I tried various times to adapt and develop a library for the BMI160 + BMM150 sensors on Energia, alas without succeeding.
     
    The example included in the SAIL SDK works fine, although it is pure C and aimed at Code Composer Studio.
    The documentation provided by Bosch is very poor and marred with errors.
     
    Should you need a ready-to-use IMU, I strongly recommend the Bosch BNO055, which includes an MCU and provides ready-to-read angles, quarternions and alike.
  4. As Energia is a fork of Arduino, the same settings apply. 

    • Call the menu Energia > Preferences and select a larger font.
    • Open the file theme.txt (located at /Applications/Energia.app/Contents/Java/lib/theme/theme.txt on macOS) and edit the corresponding settings.
    # foreground and background colors
    editor.fgcolor = #000000
    editor.bgcolor = #ffffff
    • Go for the preferences.txt file (located at ~/Library/Energia15/preferences.txt on macOS) and edit the corresponding settings.
×
×
  • Create New...