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.

supra's Content

There have been 199 items by supra (Search limited from 18-May 23)


By content type

See this member's


Sort by                Order  

#32487 Windows 8

Posted by supra on 22 July 2012 - 11:58 PM in Netduino Plus 2 (and Netduino Plus 1)

Are their Windows 8 issues with the Netduino? I can't get mine to show up in MFDeploy or my project's deployment target


Sneak peak at continued NETMF integration, Express Edition info


Window 8 will be released this falls.



#36013 Where is shield base upgrading......

Posted by supra on 26 September 2012 - 02:19 PM in Netduino Go

Hi supra,


Download the application in Stefan's link and run it on your Netduino Go.
http://forums.netdui...e-v4201-beta-1/

This will update your Shield Base to 4.2.0.1.

Chris


That is not the link I'm looking for.

But i found the link i'm lookingPosted ImagePosted ImagePosted ImagePosted ImagePosted Image



#35759 Where is shield base upgrading......

Posted by supra on 22 September 2012 - 02:13 AM in Netduino Go

How do I updating shield base?Posted Image
Posted Image
Posted Image
Posted Image



#35745 Where is shield base upgrading......

Posted by supra on 22 September 2012 - 01:14 AM in Netduino Go

@stefan

That is wrong forum u posted on linkPosted ImagePosted ImagePosted Image



#35709 Where is shield base upgrading......

Posted by supra on 21 September 2012 - 03:13 PM in Netduino Go

@Chris:

I can't find it on netduino go forums that shown u how to upgrading shield base. I lost it 2 days ago.Posted Image

I just got my shield basePosted ImagePosted ImagePosted Image 3 days ago.



#35975 What to do if ST's DfuSe Demonstrator flashing fails...

Posted by supra on 25 September 2012 - 05:04 PM in Netduino Go

Thank, chris. My NGo is workin fine



#36109 We interrupt this program

Posted by supra on 28 September 2012 - 03:06 AM in Netduino Go

It is too late for me,because u posting too late.



#44014 Visual Studio VB.NET Project Types

Posted by supra on 23 January 2013 - 01:18 PM in Visual Basic Support

@RobinBones

"The windows 8 computer also has VS 2012 installed.I am not sure if that could be a factor. Any Ideas on how to get the VB.NET project types working?"

 

The VS 2012 is 64-bit only, and computer must be 64 bit. And not 32 bit

 

I am using VS 2010/XP with 32 bit. And cannot upgrading to Window7/8.

 

So i have to buy new computer that comes with 64-bit and USB 3.0.

 

Supra




#31407 Visual Studio 2012

Posted by supra on 01 July 2012 - 10:41 AM in Netduino Go

I am getting visual studio RC 2012. I was wondering if .NET MF 4.3 will supporting?Posted ImagePosted ImagePosted ImagePosted Image

regards,
supra



#31418 Visual Studio 2012

Posted by supra on 01 July 2012 - 02:47 PM in Netduino Go

Hey supra,

Cheers and Happy Canada Day!
Steve


Same as u. Cheers and Happy Canada Day! Posted ImagePosted ImagePosted ImagePosted Image

Thank 4 link. But i will wait for 4.3 .net framework
supra



#31406 Visual Studio 2010 Restarts

Posted by supra on 01 July 2012 - 10:34 AM in Visual Basic Support

When ever a program that I am trying to deploy stops (breaks) due to an error or exception, attempting to look at the line of code that caused the problem will cause Visual Studio 2010 to close and restart.

The break can be from something like trying to put too many bytes into a string. It makes debugging difficult.

Does anyone know a solution to this problem or having the same problem? I have seen some are having BSOD issue but I am not currently having that problem.

Thanks,
Chuck



U can't used vbcrlf. So use char(0)



#36016 Using a 8*7Seg Display with MAX7219

Posted by supra on 26 September 2012 - 02:57 PM in Visual Basic Support

I was going to do this weekend. But i have NGo and shield base. Reasoning is y I was upgraded yesterday. That took 3 mnths.

I don't know what board do u gave N, N+ or NGO.Posted Image

Right now i'm doing 8x32 dotmatrix (bi-color red/green) either 74hc154 or 74hc595 and no other components. U do not needed driver
JUST 74HC154 and 74HC595 and that all.Posted Image

I was looking @ ur sample. But u r using 74hc595 i assumed that. And u don't know how to write code for dotmatrix.

Here is sample code for dotmatrix. But don't try this. It is written in mikroBasic. I will try to convert to Dot Net Framework.

const supra as byte[30]  = (
          $00, $46, $49, $49, $49, $31,' // S
          $00, $3F, $40, $40, $40, $3F,' // U
          $00, $7F, $09, $09, $09, $06,' // P
          $00, $7F, $09, $19, $29, $46,' // R
          $00, $7E, $11, $11, $11, $7E)' // A

If u want to c my youtube. I'm using 74hc154. Its easier to write
dotmatrix 8x32


I have 9 samples for 74hc154. Also i have small code for 74hc595( u can enter string).I do not have youtube for 74hc595.



#36057 Using a 8*7Seg Display with MAX7219

Posted by supra on 27 September 2012 - 12:57 PM in Visual Basic Support

Do u have VS2010? I have Library written in C

I am not sure if ur 7 segment is Common Cathode or Common Anode and not sure if it is serial or parallel.

Here is tutorial for code and table written in C.
Mylink


Also I do not have max7219. But i do have 74HC595 with 4 and 6 digits



#36114 Using a 8*7Seg Display with MAX7219

Posted by supra on 28 September 2012 - 03:38 AM in Visual Basic Support

looks nice.

I will try it, thanks =)

:/

C-Code and Libary's too.

Can i code a Libary myself? i Have the Schematic of the LED-Board: Schematic


The above link is written in mikroC. U can convert to visual basic or visual C#.
U can build DLL frm vs2010

Also in main procedure event, u can leave out.
TRISIO=0b00001000;        // GP3 is input only  CMCON0 = 0x07; 
  ANSEL = 0x00;

Email me for ledcontrol.h library. written in C. If u can't, i can post in here.



#36117 Trying to get VS2012 Pro working

Posted by supra on 28 September 2012 - 03:49 AM in Visual Studio

@Feeney

Here is link:
myLink


Netduino will be released 4.3 after window 8 and vs2012 will be coming this October or November.
Hopefully Netduino 4.3 coming December or January 2013

We will be waiting for announcement by Chris.



#36251 The GoBus Upgrade

Posted by supra on 29 September 2012 - 11:58 AM in Netduino Go

How did u connected 8x8 dotmatrix to GoBus? Can i do 8x32



#36841 The GoBus Upgrade

Posted by supra on 09 October 2012 - 10:22 AM in Netduino Go

@stefan

Can it do daisy chain?Posted Image



#36840 The GoBus Upgrade

Posted by supra on 09 October 2012 - 10:20 AM in Netduino Go

Hi neslekkim,


:)

They'll be available by the end of November through authorized Netduino resellers.

Chris


Does its available on Radio Shack?



#36892 The GoBus Upgrade

Posted by supra on 09 October 2012 - 06:37 PM in Netduino Go

(like an module with only one 8x8 matrix, that would be extremely expensive if one would like to drive more than one matrix.. )


Yeah!Posted Image. I haven't gotten answer frm chrisPosted Image. That the way i don't like to add an extra module. I was going to 15 - 20 servo motor to build robot.
the board is too big for robot.



#36900 The GoBus Upgrade

Posted by supra on 09 October 2012 - 07:34 PM in Netduino Go

Hi supra,


There are some Gadgeteer modules that have led matrixes. You can connect a few together. Please make sure to check the power consumption of them first; some of them may require an additional power supply.

Chris


Yeah! I know abt it.
Thank.



#36848 The GoBus Upgrade

Posted by supra on 09 October 2012 - 12:01 PM in Netduino Go

@stefan

I meant Gadgeteer Adapters to Gadgeteer Adapters it is like daisy chain




#32194 [nwazet Go! modules - update announcements

Posted by supra on 18 July 2012 - 12:52 PM in Netduino Go

Hi Supra,

Sorry to hear that the USPS is keeping you waiting :/
As Stefan wrote, we ship orders the same or next day they're received.

Cheers,
-Fabien.



YIPEEEEEEEeeeeeeeeeeeee! Posted Image I got my lcd, received 8 days to toronto..



#31842 [nwazet Go! modules - update announcements

Posted by supra on 11 July 2012 - 01:44 AM in Netduino Go

Hi Supra,

Sorry to hear that the USPS is keeping you waiting :/
As Stefan wrote, we ship orders the same or next day they're received.

Cheers,
-Fabien.


Thank you, Fabien.Posted Image
I'm looking forward to receive item @ my door.



#31822 [nwazet Go! modules - update announcements

Posted by supra on 10 July 2012 - 04:03 PM in Netduino Go

For me it's always 7 to 14 days. So I would advise to be patient ;)
I can tell from personal experience, Nwazet ships fast and is reliable. But postal services can give unexpected delays. Especially with the cheapest USPS shipping method, it's a pain sometimes.

OK! I waitPosted Image



#31817 [nwazet Go! modules - update announcements

Posted by supra on 10 July 2012 - 02:18 PM in Netduino Go

Yes: all [Nwazet Touch Display modules ship with the new firmware as of May 13th.

-Fabien.



I ordered 5th july, 2012. How long it take to ship to TORONTO? I paid 15 bucks Posted ImagePosted ImagePosted ImagePosted ImagePosted Image




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.