Quantcast
Channel: MSP430 Technical Forums
Viewing all articles
Browse latest Browse all 2077

Energia IDE

$
0
0

Dear all,

 

http://www.ti.com/ww/en/launchpad/launchpads-msp430.html#tabs

 

I am new to this forum. I found that energia IDE work similar to arduino IDE based on library functions.

 

My questions are 

1) I have worked on various library based IDE like mpide, uecide I found that some library wont work on some controller Like SoftwareSerial on chipkit uno32 by mpide IDE,

 

I would like to know if someone used IDE what are library it really worked for them.

 

I am looking for below library

1)basic: analogRead(); digitalRead();digitialWrite();Serial.print();Serial.println()

2) Wire: wire.read();wire.write();wire.begin(), wire.start(),wire.endtransmission()

3)TinyGPS()

4)SOftwareSerial()

5)Modbus()

6)TIMER/MSTIMER/TIME

7)lcd()

8)keypad()

9)math library

 

question 2:

 

In some of data sheet it mentioned the analog port is 12 bit resolution and they not mentioned what is voltage level we can give at analog port like in Arduino. In this situation What i need to consider. 

 

In some of example in energia, eventhrough its is 12 bit resolution. Why devide voltage by 1024 instead of 4096???

 

 


Viewing all articles
Browse latest Browse all 2077

Trending Articles