
zlalanne
Members-
Content Count
46 -
Joined
-
Last visited
-
Days Won
3
Everything posted by zlalanne
-
There is also another tool called PlatformIO which allows you to create Energia projects, compile and flash from the command line. http://platformio.org/
-
There is also some examples in the latest MSPWare (2.30.00.49) showcasing the BooserPack + MSP432 Launchpad. Along with schematics and documentation for the board. http://www.ti.com/tool/mspware
-
Ansible is actually free and open source. They have a tool called "Ansible Tower" that is a GUI that sits on top of ansible that gives you a nice bunch of stats and options for running playbooks. I haven't used it so can't comment on how useful it is. I have been using ansible with smaller scale setups so it might be more useful when you're managing 100s of servers all based in the cloud (Amazon, DigitalOcean, etc..). This is probably a better link to learn about it: https://docs.ansible.com/ansible/index.html As for updates using wireless processor, if there is enough memory to hold the
-
Hello all! If anyone else is interested in devops tools like ansible/vagrant/docker or linux administration this project might interest you. I recently started learning about ansible a tool used to configure/orchestrate servers. So I thought I would try and use that to push firmware updates out to MSP430s. I came up with a solution that allows me to run a command on my machine which then copies the firmware to Rapsberry Pis and then flashes any MSP430 LaunchPads connected to them. I first had to compile the msp430 dll and the latest version of mspdebug for the ARM architecture (rat
-
Awesome! Great to see already. FYI There is an updated grpahics library from TI that supports MSP430 and MSP432. Which is also included in MSPWare. http://www.ti.com/tool/msp-grlib
-
Official TI Press Release: http://newscenter.ti.com/2015-03-24-Texas-Instruments-introduces-32-bit-MSP432-microcontrollers-MCUs-Ultra-low-power-at-its-best-performance-at-its-core I think you guys probably know everything by now though
-
@@Fred no worries, good sleuthing on your point. I contributed to that document so I was just surprised/impressed it was found already and yes full disclosure I work at TI within MSP430. Mostly work on MSPWare, DriverLib and a lot of our internal tools/infrastructure. Also did a lot of work on the MSP432 tools so I'm excited for it to be out in the open soon
-
@@Fred Oh I forgot we added a link in the start menu for that. More will be coming soon...
-
Just curious, how'd you find that...
-
I like the RFID tag idea although it may end up with some false-positives. The dog often lays at the foot of the couch when we're on there watching TV. Wouldn't want to bother her if she's just laying near, especially because the dog bed is near.
-
I'm about to start up a project to try and keep my dog off the couch when I'm not there. I was thinking of putting some force sensors under the couch legs and using those to calculate the weight on the couch and then play a high pitched sound to bother her. Any recommendations on force sensors? Anyone done something like this before?
-
Since websocket is just TCP based at its core it should be supported by CC3000. I would start looking at porting an arduino library to energia, which would probably be easier than writing it from scratch. I haven't used atom-shell yet just node-webkit but it looks promising. https://github.com/brandenhall/Arduino-Websocket
-
Neat idea, mounting to the BoosterPack makes it simpler. I'm guessing M1/M2 is where you plug in the motors? What are you using for the front to keep it balanced? Some sort of caster?
-
The BoosterPack looks cool! I enjoy seeing robotics projects simply because they are very tangible and make for a great demo. What sort of chassis are you using to mount the board/motors to? I recently developed a BoosterPack that goes with SparkFun Magician Chassis that has been working great for me. Here is the 43oh thread about the BoosterPack http://forum.43oh.com/topic/5558-redbot-boosterpack/
-
You say you use a websocket for communication between the backend and frontend part of the application. Have you thought about implementing the websocket protocol on the MSP430 itself with a CC3000? That way the firmata control can be done over wireless? Also there are some nodejs mechanisms for packaging up projects into a single binary for execution. Might be interesting to have this in a gui rather than running on a port. https://github.com/rogerwang/node-webkit https://github.com/atom/atom-shell
-
P1.6 is SCL for I2C communication but it is also used for the LED on the G2 launchpad. Try taking of the jumper for LED2 (disabling it) and running the code again.
- 8 replies
-
- I2C
- msp430g2553
-
(and 1 more)
Tagged with:
-
You should try the TI-RTOS E2E forum, they will probably have more experts on getting it working with IAR. http://e2e.ti.com/support/embedded/tirtos/default.aspx
-
Awesome that you reduced the current to 0.7 uA! If you are using the CCS compiler try using the ULP adviser to see if there is anywhere else in your code that would help achieve lower power. I think the switch to a battery makes sense, although the solar part of it does seem cool.
-
Just as another datapoint if you want to look at some code, Dr. Valvano from UT Austin (who ran the online Stellaris course) has all his code online and has a FIFO implementation worth looking at. Just search for "FIFO" on that page and you will see the files. http://users.ece.utexas.edu/~valvano/arm/ It should be easily adaptable to MSP430.
-
There is also a Texas Instruments market created as well: https://www.tindie.com/m/texasinstruments/
-
If you are working with a BoosterPack and want the code compatible across LaunchPads you should stick to just using the pin number in your function calls. That way if someone wants to port it to another LaunchPad all the pin numbers are the same even though the underlying pins are different. This will work across all launchpads: pinMode(1, OUTPUT) digitalWrite(1, HIGH) This will always use P1_0, which may be in a different place on each launchpad: pinMode(P1_0, OUTPUT) digitalWrite(P1_0, HIGH)
-
I like the interaction idea! Maybe when you meet someone with the same color it plays a tune? Then resets to a new random color?
-
Yes I guess the "RedBot" is actually the Magician Chassis, with the RedBoard and some line following sensors and an accelerometer. The "Magician Chassis" is just the chassis with motors which sells for $15. The BoosterPack aims to replace the RedBoard for the LaunchPad ecosystem.
-
The way the design is set up the board would not work with that Lithium Polymer Battery BoosterPack. The motor driver IC is connected straight to the battery source to provide the best performance for the motors. You could probably jump the 5V output from the BoosterPack to the barrel connector and disable the LDO with the onboard switch and have it work, but running off the 6V battery included with the magician chassis will still perform better. As for this project, the battery BoosterPack would make perfect sense on the remote side to be used with the CC1101L BoosterPack and the Educatio