- can i easily use the gogo board extensions to collect informations from sensors ?

If you have a GoGo Board, yeah, you totally can. If not—if you want to use a Panda 2—I doubt it. Each different type of board is likely to have a different communication protocol. The GoGo extension is looking for very specific signals from the device that it's talking to, and I wouldn't expect another board to be sending the exact signals that the extension is expecting.

- did you know if a fez Panda 2 netlogo extensions can exist ( i found just an arduino and gogo board ) ?

I don't see why someone couldn't. It should simply be a matter of using a serial communication library to talk to the Panda 2, and then writing some code for handling the board's communication protocol, whatever that might be.

Some links that you might find useful for doing this:

 * The Arduino extension code
   <https://github.com/cbradyatinquire/arduino-extension>
 * The GoGo extension code <https://github.com/NetLogo/GoGo-Extension>
 * The JSSC serial library
   <https://code.google.com/p/java-simple-serial-connector/>
 * The GoGo-Lite extension code
   <https://github.com/NetLogo/GoGo-Lite-Extension> (which uses JSSC)


On 09/04/2014 07:54 PM, Lansari Achraf wrote:
Hello Everybody, i want to thank you for all the netlogo extensions and i have a question :

- did you know if a fez Panda 2 netlogo extensions can exist ( i found just an arduino and gogo board ) ? - if no , can i easily use the gogo board extensions to collect informations from sensors ?

thanks for the help
--
You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to netlogo-devel+unsubscr...@googlegroups.com <mailto:netlogo-devel+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to