Search found 207 matches
- 04 May 2014, 00:30
- Forum: Site Comments/Complaints/Suggestions
- Topic: Is this forum dying and is that a bad thing?
- Replies: 7
- Views: 36727
Re: Is this forum dying and is that a bad thing?
I think that there are some core issues with how this site is presented that could potentially drive people away from joining Mindboards. Many of these issues stems from the fact that Mindboards has very close ties with SourceForge, even though they are completely unreleated, which can be unsettling...
- 04 May 2014, 00:12
- Forum: Site Comments/Complaints/Suggestions
- Topic: Forum-Link from www.mindboards.net gets empty page
- Replies: 3
- Views: 20346
Re: Forum-Link from www.mindboards.net gets empty page
The current frames business on mindboards.net is pretty messy. I have a feeling that is is something to do with this. Perhaps we could look into implementing a better solution for the mindboards.net frontpages?
- 01 Aug 2013, 02:37
- Forum: Open Discussion
- Topic: Mindboards GitHub Community
- Replies: 5
- Views: 25807
Re: Mindboards GitHub Community
I've added you tcwan. You now have pull and push access to all repos.
The brickoc_ev3 repo was created by Xander, so you'd have to ask him about it.
The brickoc_ev3 repo was created by Xander, so you'd have to ask him about it.
- 01 Aug 2013, 01:13
- Forum: Open Discussion
- Topic: Mindboards GitHub Community
- Replies: 5
- Views: 25807
Mindboards GitHub Community
GitHub is a great way to share code online. I've been using it for robotics projects for time time now. I've created an organization for Mindboards on GitHub: https://github.com/mindboards If you'd like to join and post your own project code, sign up for an account on http://github.com and PM me or ...
- 19 Jan 2013, 08:04
- Forum: Open Discussion
- Topic: nxt 3.0?
- Replies: 25
- Views: 39823
Re: nxt 3.0?
LEGO Education wrote:
What does EV3 stand for?
This is the third generation of the LEGO® MINDSTORMS® platform and the “EV†stands for evolution.
- 16 Jan 2013, 07:30
- Forum: Open Discussion
- Topic: nxt 3.0?
- Replies: 25
- Views: 39823
Re: nxt 3.0?
The "3" in EV3 comes from it being the third Mindstorms generation, not the third NXT generation
- 07 Oct 2012, 05:09
- Forum: Mindstorms Projects
- Topic: NXC Lib
- Replies: 0
- Views: 9425
NXC Lib
Hello everyone, I'm starting a new project, which will be a collection of useful libraries written in Not eXactly C. The project is hosted on GitHub . If you have a GitHub account, or wish to create one, feel free to fork the project and make pull requests. Otherwise, you can just post on this topic...
- 06 Oct 2012, 09:10
- Forum: Open Discussion
- Topic: nxt 3.0?
- Replies: 25
- Views: 39823
Re: NXT 3.0?
There is a whole thread containing speculations about the next version of LEGO Mindstorms NXT: https://sourceforge.net/apps/phpbb/mindboards/viewtopic.php?f=1&t=646 I haven't ever heard anything about a new version of LEGO robotics, since version 2.0. I doubt that LEGO will continue with the 'NX...
Re: My site
My robotics site: http://robotics.bungeshea.com My LEGO site: http://lego.bungeshea.com My general (non-robotics) blog: http://bungeshea.com I haven't really had a lot of time to post new content on there lately. For some reason, it keeps being blocked by the Tas DoE, so I can only access it from ho...
- 04 Oct 2012, 11:45
- Forum: Mindstorms Software
- Topic: PID line follow with three sensors in NXC
- Replies: 1
- Views: 4937
PID line follow with three sensors in NXC
Hello, I'm currently working on a line-following robot which uses three sensors to follow a black line. The sensors are pretty much in line and right next to each other. Right now, I'm doing a simple line follow: if on the line go forward, otherwise turn left or right to regain the line. This means ...