-
Is I²C slave implemented on the MSP432?
I was unable to run this very basic program on the MSP432. I tried
* MSP432 standard and MSP432 red,
* ports `myWire(0)` and `myWire(1)`.
However, t…
-
I'm not sure if thats documented somewhere but the IRremote library expects a timer1 and won't work with board other than msp430g2553.
I know that serial uses timer0 but serial isn't always used so a…
-
Arduino has added a second optional parameter to the Serial.begin() call. It allows you to set parity, character length and stop bits. I created a patch for the msp430g2553. You can see it here.
htt…
-
TI MSP430 or MSP432 needs to be used for this projects. What are the minimum requirements for this microcontroller. Some questions that should be answered
1) What voltage level is required to run mic…
-
* LaunchPad board name and version: MSP-EXP430G2ET (with MSP430G2553), rev1.0 Sep.2017
* Board package version (found in Tools > Boards > Boards Manager menu): version 1.0.7
* OS name and version: W…
ghost updated
2 years ago
-
On an msp430g2553:
An 8 bit key can be cracked in ~100ms.
A 16 bit key can be cracked in 1.5 seconds.
A 32 bit key can be cracked in 900 minutes.
To decrypt a value using an 8 bit key, takes 1.5 min…
-
the datasheet from msp430g2955 so i was trying to get it to work with energia. It's for the robotics club i'm in. C assembly is not a option for the newer students.
i changed the:
pins_energia.h in e…
-
This version produces an error when trying to upload a sketch(launchpad 1.5 board):
An error occurred while uploading the sketch
dyld: Library not loaded: /opt/local/lib/libusb-0.1.4.dylib
Referen…
-
Please add support for the TI MSP430 Launchpads.
The MSP-EXP430G2 and MSP-EXP430G2ET Launchpads do not work with PIO VSCode extension v1.4.0 / PIO 3.6.1rc2
Attempts to upload code results in the…
-
Hello Chris,
Great work!
I am able to get my Arduino Uno to work with CC3000EM. However, I am trying to update the firmware using "CC3000Patch" and I am running into an issue.
After uploading the s…