Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

José Ángel's Content

There have been 39 items by José Ángel (Search limited from 17-June 23)


By content type

See this member's


Sort by                Order  

#702 USB to PC and Program connection

Posted by José Ángel on 17 August 2010 - 09:59 PM in Netduino 2 (and Netduino 1)

Yes, you can put a battery to your Netduino and transfer data to the PC. You can use a wired connection or a wireless one. The easy way to do this is through some third party piece of hardware that supports UART, I2C or SPI protocols to communicate with.



#1099 Netduino 3D Model Almost Done

Posted by José Ángel on 22 August 2010 - 11:22 PM in Netduino 2 (and Netduino 1)

You don't need to open the post before doing the 3D model, you can open after doing it :D You are doing a great work with Netduino



#324 Newbie Question

Posted by José Ángel on 12 August 2010 - 10:41 PM in Netduino 2 (and Netduino 1)

I just got my Netduino, what I don't understand is the purpose of the little colorful stamp/piece of paper. Also is there a summary of the netduino sdk anywhere. I am an old guy who is used to having a reference other than the code.


It´s a Microsoft Tag http://tag.microsoft...umer/index.aspx it has info encoded in the colors and shapes :)



#530 Facebook

Posted by José Ángel on 15 August 2010 - 11:10 PM in Netduino 2 (and Netduino 1)

I Like! xD



#161 Using Another Microcontroller

Posted by José Ángel on 09 August 2010 - 05:23 PM in Netduino 2 (and Netduino 1)

The AT91SAM7X512, AT91SAM7X256 and AT91SAM7X128 differ only in memory sizes. Device - Flash - Flash Organization - SRAM AT91SAM7X512 - 512 Kbytes - dual plane - 128 Kbytes AT91SAM7X256 - 256 Kbytes - single plane - 64 Kbytes AT91SAM7X128 - 128 Kbytes - single plane - 32 Kbytes More info: http://www.atmel.com...ments/6120s.pdf



#527 Debate Timer

Posted by José Ángel on 15 August 2010 - 10:53 PM in Project Showcase

It's a very funny project!!! I think that it would be awesome for Halloween! :)



#528 Parallax LCD test

Posted by José Ángel on 15 August 2010 - 11:00 PM in Netduino 2 (and Netduino 1)

Add it to the Project Showcase Forum, it would be useful for other people in the community :) http://forums.netdui...oject-showcase/



#712 To Deep

Posted by José Ángel on 18 August 2010 - 12:29 AM in General Discussion

Yup i realize it doesn't do it for me haha. Just trying to figure out this Coding.
When i programmed Stamps i had a manual that had all the info onthe commands etc.

What I'm trying to say is instead of me guessing the commands and the unit not understanding what i am
trying to tell it. I need a list of commands that make sense to me and the Duino.

I'm guessing there must have been something some where i just can not find it :).

Cheers Stew


I think that what you need is this beginner's guide to .net micro framework http://www.tinyclr.c...de to NETMF.pdf



#859 Who are behind Netduino?

Posted by José Ángel on 19 August 2010 - 06:20 PM in General Discussion

Hi! I know that Netduino is build by Secret Labs but the webpage is very mysterius, only a logo and some contact info. In the forum, Chris is the visible head but I would like to know more about the people that are behind the project, your offices, etc. Some photos in flickr, or some posts in a blog about what are you doing... I would like to snoop around these things :P



#876 Who are behind Netduino?

Posted by José Ángel on 19 August 2010 - 11:20 PM in General Discussion

We are very mysterious, aren't we? I guess that's part of what makes us Secret Labs. We're really, really good at keeping secrets (and as you can see with Netduino, we also like making things very open...kind of a fun paradox.)


Shit! I hate secrets! :P So, I'll wait to have some new news...

p.D: How many people are working on Netduino apart from you?



#11895 Atmel AVR Studio 5

Posted by José Ángel on 10 April 2011 - 08:07 PM in General Discussion

Wow, I didn´t know that Microsoft gives the opportunity to use a Visual Studio based editor to other companies. I prefer this than the lMPLAB X from Microchip based on Eclipse Incredible! :D



#11963 Atmel AVR Studio 5

Posted by José Ángel on 11 April 2011 - 05:40 PM in General Discussion

Unfortunately, Visual Studio-based shell is intended primarily for hosting programming languages and software development tools, it does not come with any compiler (i.e. Atmel uses it just as front-end GUI for their tools). VS IDE can be used to launch third-party compilers/linkers (*) etc., but personally I would like to have C++/CLI for ARM - Microsoft already has ARM compiler for years, in embedded Windows SKDs (CE, now the newest Embedded Compact 7).

(*) I was developing VS IDE for MCS-51 toolchains (i.e. Keil C51, SDCC etc.), but there was a serious issue with custom linker build command that did not support passing multiple inputs, fixing that would require implementation of the complete custom build system - which is now possible due to the new common project system and because the whole build system is based on MSBuild.


Wow, it's very interesting the Visual Studio based shell. I think that it's not being used a lot due to that only works on Windows OS



#11226 Terminal emulator

Posted by José Ángel on 23 March 2011 - 08:58 PM in General Discussion

I use putty too :rolleyes:



#323 SerialPort class?

Posted by José Ángel on 12 August 2010 - 10:40 PM in Netduino 2 (and Netduino 1)

Sorry for the traffic, but I just found it. Microsoft.SPOT.Hardware.SerialPort in case anyone else is looking.

csh


More info about the changes in SerialPort Class in version 4.1 here: http://www.sjjmicro....aper_Rev1.2.pdf

I had the same problem when I try to use it :)



#11966 Read Debug.Print() output without Visual Studio

Posted by José Ángel on 11 April 2011 - 08:57 PM in Netduino 2 (and Netduino 1)

No, right now it's not supported. The usb connection is only available to deploy and debug the apps with Visual Studio :(



#350 Home Theater Integration

Posted by José Ángel on 13 August 2010 - 03:20 PM in Netduino 2 (and Netduino 1)

Building something similar to Philips Ambilight? http://en.wikipedia.org/wiki/Ambilight



#345 ToggleButton sample

Posted by José Ángel on 13 August 2010 - 11:17 AM in Project Showcase

I have playing with the example on my silly emulator and works great :D http://forums.netdui...indpost__p__277



#156 Reversing the pushbutton state -- feedback?

Posted by José Ángel on 09 August 2010 - 04:11 PM in Netduino 2 (and Netduino 1)

I think that is better make the changes now, when the platform is taking off, than later. Anyway, the logical use of a button is to get TRUE when is pressed and FALSE with not, so I prefer change the behavior of the button :)



#525 Resellers in Europe

Posted by José Ángel on 15 August 2010 - 10:34 PM in Netduino 2 (and Netduino 1)

Great! I should have waited to that... Now, I'm waiting for my Netduino that is in some place between Canada and Spain :D



#532 Netduino Course Materials?

Posted by José Ángel on 16 August 2010 - 12:03 AM in Netduino 2 (and Netduino 1)

You can make a Live Broadcast using something like UStream



#11225 Anyone have a Windows Phone already?

Posted by José Ángel on 23 March 2011 - 08:56 PM in General Discussion

The goal is to write a sample project which works in both places using the same C# code. But we could certainly write an iPhone app in C# too (using Mono). That would be cool. [We have WebOS phones, Windows Mobile phones, iPhones, etc. in the labs.]

But mostly, we got new Windows Phones and wanted an excuse to write some code for them :)

Chris


What kind of project? I think that is going to be difficult to run a project inside the Windows Phone 7 with the same code that in Arduino because Windows Phone 7 is very restricted :(



#11405 Anyone have a Windows Phone already?

Posted by José Ángel on 28 March 2011 - 08:57 PM in General Discussion

Hi José,



We're working on a new commercial product line using .NET MF and will be sharing 10,000's of lines of code between the .NET MF hardware and Windows Phone. Right now, we're compiling some of that code against .NET CF 3.5 as well.

Windows Phone won't allow GPIO access or direct sockets (yet), but it can share a ton of support classes...

Chris


WoW, I didn't know that kind of compatibility between these two platforms! I'll wait for you project to learn more about that :rolleyes:



#233 Yet another supported shield question (GPS)

Posted by José Ángel on 11 August 2010 - 12:09 PM in Netduino 2 (and Netduino 1)

The SerialPort class is in the Microsoft.SPOT.Hardware.SerialPort because the implementation that the .net mf team did, is not the same that the full .net Framework. They use the Microsoft.SPOT namespace to host the classes from the .Net Framework that are different in the .net MF



#531 Emulator

Posted by José Ángel on 15 August 2010 - 11:57 PM in Netduino 2 (and Netduino 1)

Jose,

You did a pretty good job with that simple emulator. By any chance are you going to improve on that emulator with more options? I was thinking about doing it but finding the time is difficult. If you're not going to do it, let me know and I will work on it when I have time. I'm envisioning something similar to this:

http://informatix.mi...edEmulator.aspx

Let me know.

Thanks!


I would like to improve it with more options, but I need two simple things: time and knowledge to do it :) Something like the Advanced Emulator will be great, what do you think about working together to try to build something like that? :rolleyes:



#277 Emulator

Posted by José Ángel on 11 August 2010 - 11:30 PM in Netduino 2 (and Netduino 1)

Hi,

I have been playing with the extensible emulator included in the .Net Framework and I have build an emulator where you can run the two basic How To's from the Projects page. I think that it would be possible to develop a more advanced emulator to play with a Netduino without a board in our hands.

I have attached a VS2010 solution with a Emulator and Netduino Application project. First of all, you have to build the Emulator project because when building the project, the emulator is registered automatically in the registry with the project name and is then available for use by other .NET Micro Framework applications. After that, uncomment the example that you want to run, and enjoy with the blinking check boxes :lol:

Attached File  NetduinoSimulator.zip   1003.72KB   161 downloads

P.S: ¿Would be possible to increase the global upload quota? 2MB is a very little space :)




home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.