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

RF2500T board and pins #344

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

RF2500T board and pins #344

wants to merge 8 commits into from

Conversation

astuder
Copy link

@astuder astuder commented Mar 17, 2014

Adding support for eZ430-RF2500T w/ MSP430F2274.

The MSP430F2274 is part of the MSP430x2xx family and peripherals are similar to MSP430G2553.

Dev kits:
http://www.ti.com/tool/ez430-rf2500
http://www.ti.com/tool/ez430-rf2500t
http://www.ti.com/tool/ez430-rf2500-seh

Alternative to pull request #309, I unknowingly developed the same thing :) However my version has the following differences:

  • this one only includes updates to boards.txt, pins_energia.h and a minor fix to analogWrite()
  • pin numbering according to silkscreen on PCB and schema in user guide (unlike 309)
  • based on Energia fork from 3/16, i.e. uses new format for analog pin definition
  • slightly different numbering for LED, debug serial etc.
  • includes visual reference based on Rei Vilos template

Tested:

  • Serial (9600)
  • SPI
  • digital write to both LEDs
  • digital read of push button
  • analog read of temp sensor
  • analog write on all valid pins (unfortunately not available for LEDs)
  • delay

@rei-vilo
Copy link
Member

See #607

@guipoletto
Copy link

What would be necessary in order to adequate this to the merging guidelines?

@rei-vilo
Copy link
Member

rei-vilo commented Aug 16, 2016

A major revision of Energia is available. It features the Board Manager and the Library Manager, based on Arduino 1.6.10.

This makes adding new boards much easier. For the complete reference, please refer to

New Board and Library Manager!

Energia 18 (aka Energia 1.6.10E18) is based on the latest and greatest Arduino IDE. This release features the new board (core) / library manager. Default the Energia installation comes with support for the MSP430. Other cores such as TivaC, CC3200, MSP432 can be installed through the board manager by selection Tools->Board->Board Manager. For more details on how to install additional cores/boards see the board manager guide guide.

The cores included in the board manager are: MSP430, MSP432 (MT, TI-RTOS based multitasking), CC3200 and TivaC. The CC3200 (MT) TI-RTOS based multitasking based core will be made available in the near future through the board manager. CC2650 has been removed from Energia due to the lack of BLE support that could not be enabled because of licensing issues with the BLE stack.

Link Download Energia 18 aka Energia 1.6.10E18.

@rei-vilo
Copy link
Member

See #912

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants