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.

bsilvereagle

Member Since 28 Oct 2012
Offline Last Active Jun 12 2013 12:45 AM
-----

Posts I've Made

In Topic: Using SPI Directly on Netduino Go

13 March 2013 - 10:08 PM

I'm not sure why you are getting an exception in the Shieldbase dll, but you need to specify a pin for the Chip Select. 

 

http://www.netduino....o/schematic.pdf

 

If you're using a device connected to GoSocket 3 you would use (Cpu.Pin)4 as can be seen in the above schematic. 

 

Also, I and others have run into SPI bugs when running under ~3000 kHz. So you may want to up your speed. 


In Topic: Netduino Plus 2 Firmware v4.2.2 (update 2)

20 February 2013 - 03:09 AM

Thank you yogotie.


In Topic: Netduino Plus 2 Firmware v4.2.2 (update 2)

19 February 2013 - 07:34 PM

ST updated their website - all the links fro STDFU Test links are broken and I couldn't find good ones. 


In Topic: Running out of I/Os

16 February 2013 - 06:36 AM

It is a little ambitious, but you can create GoBus modules using other microprocessors as "modules". In doing this, you gain all the GPIO pins of the new microprocessor. 

 

I have done this with a Parallax Propeller and am also doing it with a Netduino Plus 2. Unfortunately, the code isn't public yet (it will be by April). If you are not interested in the wait and want to start writing your own drivers, don't be afraid to PM me for help. 

 

Also, keep in mind that every GoBus is essentially a SPI bus - if you find a SPI I/O expander you could talk directly to it over the GoBus - granted, you will have to write a custom driver and will lose the benefits of GoBus 1.5/2.0. 

 

Good luck!


In Topic: Serial Communication Not Working

14 February 2013 - 04:25 AM

Paul you were absolutely correct, I changed the values to > 0x20 and now it's working, thanks a lot.  

 

Chris - not that it matters but it's the Adafruit FTDI Cable


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.