Search found 1221 matches
- 03 Oct 2013, 13:35
- Forum: Mindstorms Software
- Topic: EV3 BCC / C software problem(s)
- Replies: 101
- Views: 545037
Re: EV3 BCC / C software problem(s)
As you can tell from the very first message in the compiler output window these are linker problems, not compiler problems. If they were compiler problems they would show up under the editor. Linker errors are fixed by adding source files to the project manager for your project. In this case, to suc...
- 03 Oct 2013, 13:26
- Forum: Mindstorms Software
- Topic: EV3 Firmware download via BricxCC
- Replies: 19
- Views: 25953
Re: EV3 Firmware download via BricxCC
I ask that people who try out alpha pre-release versions of BricxCC email me since otherwise there is way too much noise in these forums.
John Hansen
John Hansen
- 02 Oct 2013, 20:40
- Forum: Mindstorms Software
- Topic: EV3 Firmware download via BricxCC
- Replies: 19
- Views: 25953
Re: EV3 Firmware download via BricxCC
Hello, I'm new with EV3. What do I have to do to get a C Code running on EV3? I followed the 9 steps mentioned above, but I don't get it running on my EV3. What should I do with the files from the lms_api? Do I have to link or compile them? And how can I do this? Can anybody help me ;) ? I would hi...
- 02 Oct 2013, 20:33
- Forum: Mindstorms Software
- Topic: EV3 Firmware download via BricxCC
- Replies: 19
- Views: 25953
Re: EV3 Firmware download via BricxCC
What does this have to do with EV3 firmware download via BricxCC? The header files must not be put into the project manager, period. Have you tried sending an email to the author of BricxCC? The code you pasted in is not "example" code. It is library code. The sample code is in the files w...
- 19 Sep 2013, 19:52
- Forum: Mindstorms Hardware
- Topic: NXT clicking, no fw download possible
- Replies: 17
- Views: 69708
Re: NXT clicking, no fw download possible
It is possible that your brick has reached the lock bit worn out state. There were reports ages ago about some kind of operation involving shorting a couple pins on a chip inside the brick which got a brick back into a functional state on lugnet (news.lugnet.com). This person's symptoms sound a bit ...
- 19 Sep 2013, 19:38
- Forum: Mindstorms Software
- Topic: EV3 I/O library
- Replies: 16
- Views: 25529
Re: EV3 I/O library
I deleted a couple posts that were not particularly helpful. My apologies if that annoys anyone.
John Hansen
John Hansen
- 13 Sep 2013, 15:01
- Forum: Mindstorms Software
- Topic: EV3 "Hello World!" program
- Replies: 16
- Views: 23813
Re: EV3 "Hello World!" program
I do not plan on implementing support for a single call that controls motors on different layers, but I will give it some thought.
John Hansen
John Hansen
- 13 Sep 2013, 14:58
- Forum: Mindstorms Software
- Topic: EV3 "Hello World!" program
- Replies: 16
- Views: 23813
Re: EV3 "Hello World!" program
The layer number is encoded into the specified output in this manner by combining one of the OUT_* constants (or a variable containing that constant value) with one of the LAYER_* constants using | or +. The firmware opcodes use two separate parameters for layer and port but the API I have designed ...
- 13 Sep 2013, 02:01
- Forum: Mindstorms Software
- Topic: EV3 "Hello World!" program
- Replies: 16
- Views: 23813
Re: EV3 "Hello World!" program
I would really recommend showing people how to use an API layer that completely hides the interaction with the low level devices. http://bricxcc.sourceforge.net/test_releases/lms_api.zip /* * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License");...
- 12 Sep 2013, 17:58
- Forum: Mindstorms Software
- Topic: LDD EV3?
- Replies: 2
- Views: 5364
Re: LDD EV3?
The EV3 parts show correctly when you pick the correct filter. Choose View -> New themes -> LEGO MINDSTORMS Then choose the "Filter bricks by boxes" button at the bottom of the Bricks panel. Choose one of the 3 LEGO MINDSTORMS EV3 sets listed on that menu. https://dl.dropboxusercontent.com...