Search found 9 matches
- 22 May 2014, 19:14
- Forum: Mindstorms Hardware
- Topic: NXT 2.0 Mainboard burned
- Replies: 4
- Views: 25164
Re: NXT 2.0 Mainboard burned
I am guessing that is L1 (15uH inductor) in the power regulation circuit. You can find the schematics to the NXT in the hardware developer kit. <http://www.lego.com/en-us/mindstorms/downloads/nxt/nxt-hdk/> The part got too hot and melted the plastic/rubber, which means it had too much current runnin...
- 02 Mar 2014, 17:36
- Forum: Mindstorms Software
- Topic: can labview be used with the EV3 brick??
- Replies: 3
- Views: 7110
Re: can labview be used with the EV3 brick??
For a kill switch, I would hook up a power supply directly to the EV3 instead of using a battery. Then turning off the power supply will kill everything.
- 02 Mar 2014, 17:32
- Forum: Mindstorms Software
- Topic: can labview be used with the EV3 brick??
- Replies: 3
- Views: 7110
- 05 Feb 2014, 00:50
- Forum: Mindstorms Software
- Topic: Is there any effort to coordinate EV3 sensor type IDs?
- Replies: 2
- Views: 8285
Re: Is there any effort to coordinate EV3 sensor type IDs?
Right. Part of it is "straight from the sources". It contains all of the LEGO brand sensors. But the first link is a file that looks to be made John Hansen. It assigns type numbers (the first column) for all/most of the Hi-Technic I2C sensors. I am just wondering if anyone has assigned typ...
- 04 Feb 2014, 05:26
- Forum: Mindstorms Software
- Topic: Is there any effort to coordinate EV3 sensor type IDs?
- Replies: 2
- Views: 8285
Is there any effort to coordinate EV3 sensor type IDs?
I am referring to https://github.com/mindboards/ev3sources/commit/5ac5c41e455b7a5eb7a0cbde9488afea39d00802 I am wondering if LEGO has an "official" list (other than https://github.com/mindboards/ev3sources/blob/master/lms2012/lms2012/Linux_AM1808/sys/settings/typedata.rcf) or if the Mindst...
- 27 Jan 2014, 18:14
- Forum: Robot Building
- Topic: Initialising a scanning ultrasonic sensor
- Replies: 2
- Views: 16865
Re: Initialising a scanning ultrasonic sensor
Your robot sounds very much like one of the first ones that I made when I got a NXT a number of years ago. I had the ultrasonic look left and right to see what was around. If something was close, it would go that direction. I just opted to make sure it started centered and then always returned to ce...
- 12 Nov 2013, 03:27
- Forum: Mindstorms Software
- Topic: Read/Write over Bluetooth in Ev3?
- Replies: 6
- Views: 11112
Re: Read/Write over Bluetooth in Ev3?
In the doxygen docs created from the lms2012 source code, it explains the communication protocol. It is not complete, but enough to get you started. Also, you won't be able to do it from a terminal to the COM port. The messages are binary, not text and each message must fit in a single bluetooth pac...
- 12 Nov 2013, 01:25
- Forum: Mindstorms Hardware
- Topic: give me a hand please
- Replies: 1
- Views: 4782
Re: give me a hand please
This should give you a good start: https://github.com/mindboards/ev3source ... ng-Started
Edit: Just found this too - way cool. https://github.com/mindboards/ev3dev
Edit: Just found this too - way cool. https://github.com/mindboards/ev3dev
- 20 Aug 2013, 03:12
- Forum: Mindstorms Projects
- Topic: Countdown to EV3 - The Mindstorms Alarm Clock Sensor
- Replies: 0
- Views: 17785
Countdown to EV3 - The Mindstorms Alarm Clock Sensor
Hello robot-heads, My NXT has been gathering dust for the last year, but news of the EV3 has got me really excited about it again. In anticipation, I have turned a LEGO Star Wars alarm clock into a Mindstorms sensor to countdown the days until the EV3 is officially released on the first of September...