-
Content Count
2,127 -
Joined
-
Last visited
-
Days Won
140
Everything posted by Rei Vilo
-
Sure, thanks! Real test will start when a Processing-based Wiring-derived Arduino-like IDE supports those two LaunchPads. I hope Energia is going to support them soon!
-
Please find two examples to Energia:
-
Please find the new release of embedXcode Sep 01, 2012
-
Thanks! Let energia / robertinant decides about a specific sub-forum for Energia. In the meantime, I can contribute and beta-test.
-
That's great news! I'll be happy to beat-test the port, provided I have one board
-
Bonjour! The project Energia brings the Processing-based Wiring-derived Arduino-like IDE to the LaunchPad MSP430. There's a project for extending Energia to the C2000. I'll be happy to beat-test the port, provided I have one board! Thanks!
-
Bonjour, The project Energia offers a Processing-based Wiring-derived Arduino-like IDE for the LaunchPad MSP430. Is there a similar project for the C2000, Processing-based Wiring-derived IDE, to be added to Energia? Thanks!
-
Bonjour, Just to say hello from France. I discovered the C2VCentral website thanks to bluhash from 43oh. I've joined the project Energia, a Processing-based Wiring-derived Arduino-like IDE for the LaunchPad MSP430. Based on Energia, I developed embedXcode, a template for Xcode that supports Arduino 23 and 1.0, Wiring, chipKIT, LeafLabs Maple and LaunchPad MSP430 boards. embedXcode relies on makefiles, which can be used with other IDEs, like the successful test with NetBeans. embedXcode uses the Processing-based Wiring-derived Arduino-like IDEs for easy installation of
-
@Energia Thank you for the feed-back. Please find the (updated) schematics on the previous post and on Energia wiki at :arrow: http://github.com/energia/Energia/wiki/Hardware msp430g2452 msp430g2553 on LaunchPad version 1.5 msp430g2553 on LaunchPad version 1.4
-
Something like that for a MSP430G2553 on LaunchPad v1_4? (updated)
-
embedXcode relies on Energia for the framework. So when Energia supports the C2000 Piccolo LaunchPad and the Stellaris LaunchPad (board scheduled for September 25th, 2012) and I have one of each boards for due tests, embedXcode will support them. See issues :arrow: 105 and :arrow: 106 on Energia GitHub repository.
-
Confused with LaunchPad MSP430 pins :?: Find the schematics for MSP430G2553 and MSP430G2452 based on Energia implementation :arrow: here and also :arrow: there!
-
And here comes the same schematics for the 2452: Please refer to the Energia wiki at :arrow: http://github.com/energia/Energia/wiki/Hardware
-
Rick, thank you for the pins number. It seems that Energia has defined P2.0 for CS and UCBA isn't implemented: /** * File: usci_spi.c - msp430 USCI SPI implementation */ /** * spi_initialize() - Configure USCI UCB0 for SPI mode * * P2.0 - CS (active low) * P1.5 - SCLK * P1.6 - MISO aka SOMI * P1.7 - MOSI aka SIMO * */ (updated) LaunchPad MSP430G2553.xls.zip
-
...and the corresponding Excel file for editing. I haven't found the pins for the SPI clock. LaunchPad MSP430G2553.xls.zip
-
Something like this? Please refer to the Energia wiki at :arrow: http://github.com/energia/Energia/wiki/Hardware
-
Very nice :!: Is there a way to integrate that schematics into Energia, as Wiring does? Is it possible to add SPI and I2C pins? The same schematics for the msp430g2452 would be nice!
-
embedXcode on Dangerous Prototypes! Read at :arrow: http://dangerousprototypes.com/2012/08/24/embedxcode/
-
As at today, there are two open "issues"/requests about extending the Energia support for other devices:
-
Please find the working library for Energia attached. colourLCD_main.zip One caveat however: nothing is displayed when Serial is used. Just uncomment the lines to do the test. // Serial.begin(9600); // Serial.println("colorLCD"); I'm reporting it to :arrow: Color LCD Booster Pack Library on Energia on GitHub.
-
I was referring to J3 on the LCD board, see the picture on github I didn't place the jumpers J3 correctly :oops: . They are now horizontal and the screen works fine as expected! The USI / USCI is rather confusing. I've faced the same mistake with the RX / TX jumpers. Thank you so much for your help! :thumbup:
-
Thank you for your help. No, I removed the jumpers for P1.0 and P1.6. The MISO line is empty. Could you please post the compiled .hex file so I can upload it with mspdebug and check my screen is fine? mspdebug rf2500 --force-reset prog colourLCD_main.hex I opened the issue :arrow: Color LCD Booster Pack Library on Energia at the Energia GitHub repository.
-
Yes, you're right! Thanks! I've included the updated .h and .cpp files and here are the new traces: SLEEPOUT 0x11
-
Hi! Thanks for the tips. I've cleaned the original code, added a setup() and loop() functions. Please find it attached: colourLCD_main.zip There's no error during compilation and upload. When running, the screen remains white. I logged the SPI channels: colorLCD.logicdata.zip
-
Hi, I tried to port the (Universal) Color LCD graphics library for the Color LCD BoosterPack to Energia but didn't manage to get it work. Any help?