AlessandroFi's Content - Netduino Forums
   
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.

AlessandroFi's Content

There have been 14 items by AlessandroFi (Search limited from 25-April 23)


By content type

See this member's

Sort by                Order  

#59720 Problems with Netduino Go Shieldbase

Posted by AlessandroFi on 14 August 2014 - 04:58 PM in Netduino Go

hi

I also have a problem with Shieldbase, I tried to update the firmware (I posted separately), below I am attaching what appears to me on the screen so you can give me some information on how I should do to solve this problem that is blocking any chance 'to go forward in the tests.

Your attentive thank you very much

Thanks for your help

AlessandroFi

Attached Thumbnails

  • DSCN3155.JPG
  • Immagine10.jpg



#59718 Netduino Go! starter kit

Posted by AlessandroFi on 14 August 2014 - 03:51 PM in Netduino Go

Hi Profajo,

I just double checked your program, I made only one change, and now everything works.

OutputPort led = new OutputPort (Pins.PowerLed, false);

I'm sure that you'll definitely solved the problem,
You have made new experiments?

good fun.

AlessandroFi



#59717 NetduinoGo and strange behavior

Posted by AlessandroFi on 14 August 2014 - 03:26 PM in Netduino Go

Hello everyone,
I downloaded the update firmaware indicated at the link

http://forums.netdui...irmware-beta-7

and I followed the steps indcati by Chris
but here's what I get when I run the program STM32ReflashApp

What can I do?

AlessandroFi

Attached Thumbnails

  • Immagine1.jpg
  • Immagine2.jpg
  • Immagine3.jpg
  • DSCN3155.JPG



#59715 NetduinoGo and strange behavior

Posted by AlessandroFi on 14 August 2014 - 02:14 PM in Netduino Go

Hi Chris,
a big thank you ... I take it immediately
Thank you.
AlessandroFi



#59714 Will the "Getting Started with Netduino" still apply to Netduino go?

Posted by AlessandroFi on 14 August 2014 - 02:02 PM in Netduino Go

Hi Chris,
I read that you have many things in preparation, good !.
I chose to start my experimentation in the world of programming microcontrollers just 'cause SecretLab uses NETMF and C #.
The only thing that I'd like to find more 'often are examples, although very simple, especially for the use of "shield base" with sensors for acquiring input data.
For those like me who have very little esperinza electronics would be very valuable and important.

Thank you
AlessandriFi



#59712 NetduinoGo and strange behavior

Posted by AlessandroFi on 14 August 2014 - 01:40 PM in Netduino Go

Hi Chris,
Thank you for your answers, your confidence in the product Netduino made ??me look better where could be the error and finally I found it, now everything is working properly and the examples that I've tried have given me great satisfaction.

There is only one thing that I can not run properly is "ShieldBase."
Since 'I wanted to connect analog sensors that have already' bought, I connected "ShieldBase" to NerduinoGo.
But just plug it in with the flat cable and the program gives me error and all the LEDs are off, by any chance I have to update the firmware "ShieldBase"?

Thank you.
AlessandroFi



#59711 Retry the installation Netduino Go

Posted by AlessandroFi on 14 August 2014 - 09:07 AM in Netduino Go

Hello everyone,
I replaced the cable and now everything works fine
Thanks to all
AlessandroFi



#59685 Retry the installation Netduino Go

Posted by AlessandroFi on 12 August 2014 - 03:54 PM in Netduino Go

Hi AlessandroFi,

It looks like your board's firmware is in factory condition, it's responding properly, and ready to go :)

Let us know if you run into any troubles,

Chris


Hi Chris,

I send you the image I created with MFDeploy selecting "Device compatibilities" and "Ping".

I await your instructions, I can do? Thank you

Attached Thumbnails

  • ImmagineDOPO2.jpg



#59684 Retry the installation Netduino Go

Posted by AlessandroFi on 12 August 2014 - 03:41 PM in Netduino Go

Hi Chris,

i got the new card Netdiono Go, before I updated the new firmware and then I launched the program usually.

The result is the same error usually appears when you launch the program.

Here below what appears on the screen:

I also wanted to inform you that the first time that the new card collagato Netduino Go, before updating the firmware, the LEDs that were lit at startup were 8.

Instead, after the firmware update, only 6 leds light up, as you can see below.

What can I do now? Here nothing works, try on a new computer?

Thank you very much

AlessandroFi

Attached Thumbnails

  • ImmagineDOPO1.jpg
  • ImmagineDOPO.jpg



#59648 Retry the installation Netduino Go

Posted by AlessandroFi on 10 August 2014 - 09:07 AM in Netduino Go

Hi Chris,

Thank you for your reply optimistic, it is so 'that I wrote very little code to see what would happen, here it is below:

using System;
using System.Threading;
using Microsoft.SPOT;
using Microsoft.SPOT.Hardware;
using SecretLabs.NETMF.Hardware;
using SecretLabs.NETMF.Hardware.NetduinoGo;

namespace NetduinoGoApplication1
{
public class Program
{
public static void Main()
{
// write your code here
OutputPort led = new OutputPort(Pins.ONBOARD_LED, false);

while (true)
{

led.Write(true); // turn on the LED

Thread.Sleep(250); // sleep for 250ms

led.Write(false); // turn off the LED

Thread.Sleep(250); // sleep for 250ms

}

}

}
}

Not only does the LED flashes but after a while time this error appears.

Percorso stakc di chiamate:

GoBus.dll!GoBus.GoBusManager.GetShielsBase() Riga 32

Informazioni sul file del codice sorgente:

Individuazione origine di 'c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs'. Checksum: MD5 {62 3 bc 96 10 7b 98 33 8 90 d9 4f 4c 14 89 a9}
Il file 'c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs' non esiste.
Ricerca di 'c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs' nei documenti di script...
Ricerca di 'c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs' nei progetti.
Il file non è stato trovato in un progetto.
Ricerca nella directory 'C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\vc7\atlmfc'...
Ricerca nella directory 'C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\vc7\crt'...
Le impostazioni di debug dei file di origine per la soluzione attiva indicano che all'utente non verrà chiesto di trovare il file: c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs.
Impossibile individuare il file di origine 'c:\Documents\Secret Labs\Projects\Production\GoBus\GoBusManager.cs'.

Do you think I need to install "Visual Studio Express 2012" in the English language?

Now I stop to do the tests cause I do not know more where to put my hands, I will continue to do the tests as soon as I come NetduinoGo the second card I ordered.

Take up to do the same tests with the new hardware I bought, so if I give the same mistake, want to say I do not depend on the hardware NetduinoGo.

Thank you again...

AlessandroFi




#59636 Retry the installation Netduino Go

Posted by AlessandroFi on 09 August 2014 - 05:08 PM in Netduino Go

Hi Chris,
 
Thank you very much for your reply,
below the Ping with MFDeploy:
 
Connecting to NetduinoGo_Netduino...Connected
No debugger!
Create TS.
Loading start at 805a70c, end 807d378
Assembly: mscorlib (4.2.0.0)
Assembly: Microsoft.SPOT.Native (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware (4.2.0.0)
Assembly: Microsoft.SPOT.Net (4.2.0.0)
Assembly: System (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.SerialPort (4.2.0.0)
Assembly: Microsoft.SPOT.IO (4.2.0.0)
Assembly: System.IO (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.PWM (4.2.0.1)
Assembly: Microsoft.SPOT.Hardware.Usb (4.2.0.0)
Assembly: GoBus (1.0.0.0)
Assembly: GoBusSerialTransport (1.4.1.0)
Assembly: NetduinoGo.ShieldBase (0.4.0.0)
Assembly: SecretLabs.NETMF.Diagnostics (4.2.0.0)
Assembly: SecretLabs.NETMF.Hardware.Netduino (4.2.1.0)
Assembly: SecretLabs.NETMF.IO (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.OneWire (4.2.0.0)
Assembly: Microsoft.SPOT.Time (4.2.0.0)
Loading Deployment Assemblies.
Resolving.
Ready.
Cannot find any entrypoint!
Done.
Pinging... Waiting for debuTinyCLR
g commands...

If you will notice strange things let me know.

Tomorrow I try to write some code to see if I can run Netduino Go

thanks again

AlessandroFi




#59633 Retry the installation Netduino Go

Posted by AlessandroFi on 09 August 2014 - 02:35 PM in Netduino Go

Hi Chris,
thanks for your answer.

Now I say what I did, so 'you can understand my situational:

1) I installed a new hd Windows 7 Professional 32-bit
2) I installed Visual Studio Express 2012 for Windows Desktop
3) I installed Micro Framework SDK NETMF43_QFE1
4) I installed NETDUINOSDK_NETMF43
5) I unzipped NetduinoUpdate_4.3.1.0.zip (FIRMWARE)
6) I run NetduinoUpdate.exe

here are the pictures of the application NetduinoUpdate.exe

The images a, image b, image c are related to the attempt to update the software. As you can see it seems that everything is working properly. But it does not 'change anything.

In fact, as can be observed below the firmaware is remained unchanged:
 
HalSystemInfo.halVersion: 4.2.0.0
HalSystemInfo.halVendorInfo: Netduino Go (v4.2.2.1) by Secret Labs LLC
HalSystemInfo.oemCode: 34
HalSystemInfo.modelCode: 177
HalSystemInfo.skuCode: 4099
HalSystemInfo.moduleSerialNumber: 00000000000000000000000000000000
HalSystemInfo.systemSerialNumber: 0000000000000000
ClrInfo.clrVersion: 4.2.0.0
ClrInfo.clrVendorInfo: Netduino Go (v4.2.2.1) by Secret Labs LLC
ClrInfo.targetFrameworkVersion: 4.2.0.0
SolutionReleaseInfo.solutionVersion: 4.2.2.1
SolutionReleaseInfo.solutionVendorInfo: Netduino Go (v4.2.2.1) by Secret Labs LLC
SoftwareVersion.BuildDate: Jan 26 2013
SoftwareVersion.CompilerVersion: 410894
FloatingPoint: True
SourceLevelDebugging: True
ThreadCreateEx: True
LCD.Width: 0
LCD.Height: 0
LCD.BitsPerPixel: 0
AppDomains: True
ExceptionFilters: True
IncrementalDeployment: True
SoftReboot: False
Profiling: False
ProfilingAllocations: False
ProfilingCalls: False
IsUnknown: False

Also just finished updating the firmware, the 8 leds of soket Go to Netduino should turn on, but as you can see the number 1 and number 2 are off. Image d).

Do you think my Netduino Go is dead?

I have already 'ordered a new Netduino Go, I will carry out' the same procedure on the new soon come.

For what I've written and the pictures you have seen, you have ideas?

thank you very much for your valuable opinion

Alessandro

Attached Thumbnails

  • Immagine01.jpg
  • Immagine02.jpg
  • Immagine03.jpg
  • Immagine04.JPG



#59595 NetduinoGo and strange behavior

Posted by AlessandroFi on 07 August 2014 - 04:23 PM in Netduino Go

Hello everyone,
I'm trying to run my first program on a Netduino Go bought a few days
My platform is Win7 Professional / 32 bit, and I'm using Visual Studio C # 2012 Express.

When I connect to the computer turns on NetduinoGo 1 led white and 8 blue leds.
Then, after a 2 seconds, all together it off and stay off even though they are connected to an LED, a potenzimetro and a button.

Also carry the following guess with the errors that appear in Visual Studio C # 2012 Express.

I also tried restarting my PC as an integrity check. The Netduino is listed in Device Manager and the Deployment Tool also seen.

I show you some screenshots of my C#

Do you have ideas?
Do you think my NetduinoGo is dead?
Thank you.
 

Attached Thumbnails

  • Immagine1.jpg
  • Immagine2.jpg
  • Immagine3.jpg
  • Immagine4.jpg



#59583 An early look at the RS-232 GoModule specs...

Posted by AlessandroFi on 06 August 2014 - 04:23 PM in Netduino Go

Hello
fantastic! I can not wait to order it and try it!
Thank you very much
Alessandro




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.