
SixSixSevenSeven
Members-
Content Count
134 -
Joined
-
Last visited
-
Days Won
1
SixSixSevenSeven last won the day on June 30 2014
SixSixSevenSeven had the most liked content!
About SixSixSevenSeven
-
Rank
Level 1
Recent Profile Visitors
1,080 profile views
-
Certain MSP430 products have a built in USB peripheral such as the F5529 mentioned above. The USBSerial library exists to allow you to use this USB port as a serial port back to the host PC where the USB device should be detected as a USB-Serial adapter. Its rather similar to the leonardo which also has a USB port setup as a serial port. Its essentially an alternative to the older system of having another chip on the board performing USB-Serial functionality, such as an FTDI on older arduinos.
-
ir Remote Library not working with msp430g2231 board.
SixSixSevenSeven replied to Tarun's topic in General
The IRRemote library uses Timer1. The 2231 and 2452 devices do not have a Timer1. -
Well, see how many EEPROMs you can run from 1 AtMega, Then chain the AtMegas all together with all the EEPROMs with 1 AtMega acting as a master. Worlds most overcomplicated 4-5mb EEPROM.
-
seems bitlash works on the stellaris as is
-
Make a roundworm brain http://hackaday.com/2014/12/15/gift-your-next-robot-with-the-brain-of-a-roundworm/
-
229 little swarm robots
-
according to the user guide there is a jumper to select between using the hardware IR pin offered on certain msp430 devices vs pin 19 on the boosterpack header
-
Yes
-
the arduino library is absolutely fine as is. I would attribute it to an error in your code or wiring not the library.
-
IR signal will play a different command
SixSixSevenSeven replied to nnielzz's topic in Energia - MSP
you do need ir.resume() else it won't pick up the new command. You can easily hop back and forth between 2 energia sketches too while you isolate issues. I'd actually take a slightly altered approach from your code. Have a variable to store the current mode, in loop() a switch statement executes the right action for each mode (with a stop mode being included). Then when IR data is available, set the mode variable accordingly, if you are in a mode already, switch to the stop mode else go to whichever one the IR command dictates. -
Off-topic; sorry -- any plans for Energia to support pic
SixSixSevenSeven replied to bubba198's topic in Energia - MSP
PIC32 only though, all the PIC32 parts are actually MIPS cores. -
Fully charged they are usually higher than the 1.2v nominal. Measured one at 1.45 from charger.
-
Those are Cortex R. M7 was only recently unveiled by ARM, nobody has M7 chips out yet.
-
New Tiva C relatives running Cortex M7. Accompanying launchpad running silly high clock rates for no particular reason.