Jump to content
43oh

Rei Vilo

Members
  • Content Count

    2,126
  • Joined

  • Last visited

  • Days Won

    140

Everything posted by Rei Vilo

  1. Most of the LaunchPad boards of the SimpleLink range include an XDS110 programmer-debugger. The XDS110 programmer-debugger brings interesting options like selecting one board among many for uploading and debugging. Release 11.4.8 of embedXcode+ improves support for the XDS110 programmer-debugger. Please refer to Select among multiple boards connected through XDS110 and Upload to LaunchPad boards with XDS110.
  2. When using the XDS110 programmer of a LaunchPad, you obviously need to remove all the jumpers. Similarly, if you're considering mass production, you should use professional tools for batch programming.
  3. There are many options. use the programmer-debugger of another LaunchPad use a third-party programmer-debugger like the Segger J-Link or the TI XDS110 Obviously, your board needs to feature a 5x2 0.05" SWD connector. Similarly, you may need to use specific software, like the Segger J-Link tools or OpenOCD Learn more at https://embeddedcomputing.weebly.com/xds110-debug-probe-with-energytrace8203.html and https://embeddedcomputing.weebly.com/segger-j-link-with-launchpad-msp432.html
  4. Yes, this is a bug, sorry a feature of the MSP-EXP430G2ET!
  5. You're lucky, you're using a library which is fully documented, so RTFM (link)! Otherwise, just have a look at the header file. /// /// @brief Constructor /// @note For Sharp Memory LCD BoosterPack /// @param model default=SHARP_96 for compatibility, SHARP_128 /// @code /// LCD_SharpBoosterPack_SPI myScreen(SHARP_96); /// @endcode /// LCD_SharpBoosterPack_SPI(uint8_t model = SHARP_96); Are you specifying which screen you want to use?
  6. Possible reasons: The ti/mw/sensors/SensorBmp280.h library is not designed for Energia. Other files may be needed. That's why I've recommended the Weather Sensors Library designed for Energia. I haven't read any mention to the Weather Sensors Library library before on this thread. For the ti/mw/sensors/SensorBmp280.h library, you may ask the E2E forum directly.
  7. Have a look at the Weather Sensors Library available at https://github.com/rei-vilo/SensorsWeather_Library
  8. Have you tried? It is that simple. But you may want to convert it into mV. See https://e2e.ti.com/support/wireless-connectivity/bluetooth/f/538/p/480930/1732219 The same code works on the CC1352 as well.
  9. Have a look at the AON always on functions on SWCU117H Chapter 18 Battery Monitor and Temperature Sensor.
  10. You can get some tips from a similar project, Sub-1 GHz Radio Mobile Measurement with LCD Display.
  11. Please refer to Add a New Board to Energia
  12. Trying to update to 5.25.2 raises this error message about CRC.
  13. The boards.txt file shouldn't have the following values set to ccs.device_id MSP432P4111 upload.maximum_size 2 MB upload.maximum_data_size 256 KB ############################################################## menu.cpu=Processor MSP-EXP432P4111.ccs.device_id=MSP432P4111 MSP-EXP432P4111.vid.0=0x2341 MSP-EXP432P4111.pid.0=0x0c9f MSP-EXP432P4111.name=RED LaunchPad w/ msp432p4111 EMT (48MHz) MSP-EXP432P4111.build.mcu=cortex-m4 MSP-EXP432P4111.build.f_cpu=48000000L MSP-EXP432P4111.build.core=msp432p MSP-EXP432P4111.build.variant=MSP_EXP432P4111 MSP-EXP432P4111.build.board=M
  14. You might also find interesting tips from Porting an Arduino library to Energia
  15. Please check the pins maps at https://energia.nu/pinmaps/ and go through the data-sheets of the LaunchPads and related MCUs.
  16. You can only have one program running on the LaunchPad. Each upload erases the previous one.
  17. After upgrading the version of macOS, e.g. from Mojave to Catalina, you need to reinstall all the specific drivers.
  18. The Nokia 5110 84x48 and Nokia 7110 96x64 are affordable and easy to use, with libraries available for Energia. Another popular choice is the SSD1306-based 128x64 OLED screen. Use the Search box on the forum to get libraries and demoes.
  19. Ensure the configuration of the pins is correct. See https://embeddedcomputing.weebly.com/launchpad-cc3200-wifi.html
  20. Try Random Numbers random() randomSeed()
×
×
  • Create New...