Search found 45 matches

by totokan
15 Apr 2014, 00:17
Forum: Mindstorms Software
Topic: Does NXC work with EV3?
Replies: 2
Views: 7670

Re: Does NXC work with EV3?

Short answer: Not easily.
Long Answer: http://bricxcc.sourceforge.net/test_rel ... me_1st.txt
by totokan
04 Feb 2014, 14:08
Forum: Mindstorms Software
Topic: Is there any effort to coordinate EV3 sensor type IDs?
Replies: 2
Views: 8180

Re: Is there any effort to coordinate EV3 sensor type IDs?

Straight from the sources:
http://python-ev3.org/types.html
Basically that's the same thing you linked, then. So what is it you're asking?
by totokan
23 Jan 2014, 22:36
Forum: Mindstorms Software
Topic: Bounty for complete EV3 C/C++ API
Replies: 60
Views: 262224

Re: Bounty for complete EV3 C/C++ API

I have made some headway into generic sensor reading code. Hopefully, I will be able to complete a simple 'ReadSensor(port)' function that will return whatever information we expect from the sensor at the specified port. A similar function exists in the official LEGO stuff, it is used in the port vi...
by totokan
21 Jan 2014, 18:45
Forum: Mindstorms Software
Topic: EV3 C-code for third party devices (I2C)
Replies: 50
Views: 76059

Re: EV3 C-code for third party devices (I2C)

I'll take a look and see. A bit busy this week, hopefully will get a shot by the weekend...
by totokan
19 Jan 2014, 17:38
Forum: Mindstorms Software
Topic: Bounty for complete EV3 C/C++ API
Replies: 60
Views: 262224

Re: Bounty for complete EV3 C/C++ API

While I appreciate the kind offer, I must decline. I am in the US, not sure where you got the idea I was in Holland from, haha!
by totokan
19 Jan 2014, 17:29
Forum: Mindstorms Software
Topic: Bounty for complete EV3 C/C++ API
Replies: 60
Views: 262224

Re: Bounty for complete EV3 C/C++ API

To the best of my knowledge there are at least 3-4 different groups/individuals working independently on different implementations of Ev3 code. I am not writing an entire API, merely appending sensor input to John Hansen's (BrixCC/NXC) currently released API, initially by wrapping Lauro Ojeda's (rob...
by totokan
19 Jan 2014, 16:57
Forum: Mindstorms Software
Topic: Bounty for complete EV3 C/C++ API
Replies: 60
Views: 262224

Re: Bounty for complete EV3 C/C++ API

Like I said, we're all working on it in our spare time and don't expect anything terribly soon. At this time, if you don't want to deal with low-level code, you're SoL.
by totokan
19 Jan 2014, 16:31
Forum: Mindstorms Software
Topic: Bounty for complete EV3 C/C++ API
Replies: 60
Views: 262224

Re: Bounty for complete EV3 C/C++ API

Looking at the Ev3 sources, it seems like that feature has to be enabled on the firmware level (and is by default). I don't have several bricks around to test it, let alone work out how the motors are addressed from the master. So far as input sensors work, the automatic detection of sensors is pret...
by totokan
19 Jan 2014, 15:33
Forum: Mindstorms Software
Topic: Bounty for complete EV3 C/C++ API
Replies: 60
Views: 262224

Re: Bounty for complete EV3 C/C++ API

Can you provide an example, Doc? I'm not clear on what that is. A screenshot of analogous functionality in the LEGO software would suffice.
by totokan
18 Jan 2014, 19:05
Forum: Mindstorms Software
Topic: Bounty for complete EV3 C/C++ API
Replies: 60
Views: 262224

Re: Bounty for complete EV3 C/C++ API

What's left to be done? Doesn't the Oct. 07 test release of bricxCC include a mostly complete C API, lacking only sensor functionality?