0
Welcome, Guest
Username: Password: Remember me

TOPIC: Arduino sensors

Arduino sensors 6 years 4 months ago #284

  • ke7lhu
  • ke7lhu's Avatar
  • OFFLINE
  • New Member
  • Posts: 6
  • Karma: 0
has anyone tried Arduino sensors with this board?
The administrator has disabled public write access.

Arduino sensors 6 years 4 months ago #285

  • rick.zhu
  • rick.zhu's Avatar
  • OFFLINE
  • Administrator
  • Posts: 17
  • Karma: 0
Hi,

Thanks for you focus on JaguarBoard!About your questions you can try to refer to the link follows:
www.jaguarboard.org:8090/display/ED/Comm...uino+and+Jaguarboard

Of course the JaguarBoard can support the GPIO,you can try to get some information by follow link:
www.jaguarboard.org:8090/display/ED/An+e...+GPIO+in+Jaguarboard

If you have other questions please let me know!Or contact me directly,my contact info be shown as below:
Email: This email address is being protected from spambots. You need JavaScript enabled to view it.
Skype: rick.zhu3
Tel: +86-755-82767656
Quick Support: This email address is being protected from spambots. You need JavaScript enabled to view it.
www.jaguarboard.org
The administrator has disabled public write access.

Arduino sensors 6 years 2 months ago #640

  • nicola
  • nicola's Avatar
  • OFFLINE
  • New Member
  • Posts: 3
  • Karma: 0
Hi, for "saving" :P USB Port, it's possible to connect Arduino directly at the COM1 of JaguarBoard.
It' s necessary 3 resistences :
nr2 of 820 ohm
nr 1 of 3.3Kohm

the GND of Arduino directly connect to PIN1 of JaguarBoard.
RX of Arduino directly connect to PIN2 of JaguarBoard.
TX : connect nr2 820ohm in serial and after connect the GND with 3,3 khom , connect the node to PIN3 of JaguarBoard.

Example in C# working now in my project
_serialPort = new SerialPort(
mySerialSettings.PortName, // COM1
mySerialSettings.BaudRate, // 9600
mySerialSettings.Parity, // Parity.None
mySerialSettings.DataBits, // 8
mySerialSettings.StopBits); // StopBits.One

_serialPort.ErrorReceived += new SerialErrorReceivedEventHandler(ErrorReceivedHandler);

_serialPort.DataReceived += new SerialDataReceivedEventHandler(NewSerialDataRecieved);
_serialPort.Open();
Attachments:
The administrator has disabled public write access.

Arduino sensors 6 years 2 months ago #642

  • tim
  • tim's Avatar
  • OFFLINE
  • Moderator
  • Posts: 226
  • Thank you received: 30
  • Karma: 4
Thanks for sharing your idea!
The administrator has disabled public write access.

Arduino sensors 4 years 4 months ago #2739

If you have other questions please let me know!Or contact me directly,my contact info be shown as below:
hr@ PSD to Wordpress Conversion Expert .
The administrator has disabled public write access.
Time to create page: 0.037 seconds
Powered by Kunena Forum