Here is the code. I am sure the code is not the problem, but who know. it work on USB and the car, but not on motorcycle (triumph bonneville)
#define PIN_LED 4
void setup() {
}
void loop() {
digitalWrite(PIN_LED, HIGH);
delay(1000);
digitalWrite(PIN_LED, LOW);
delay(1000);
}
Thanks
Search found 3 matches
- Thu May 21, 2020 11:11 am
- Forum: Freematics Software
- Topic: No power when powering from OBD
- Replies: 2
- Views: 5553
- Tue May 19, 2020 9:49 am
- Forum: Freematics Software
- Topic: No power when powering from OBD
- Replies: 2
- Views: 5553
No power when powering from OBD
I have a ONE+ B. When I plug the device into my motorcycle's OBD the device does not power up, But when I plugin in to my car I no problem. I opened the ONE+ case and checked with a voltmeter pin 4 and 16 while plugged into the motorcycle. I have 12.7v. I am validating if it is powered up only by th...
- Tue May 19, 2020 9:46 am
- Forum: Freematics Products
- Topic: No power when powering from OBD
- Replies: 1
- Views: 4338
No power when powering from OBD
I have a ONE+ B. When I plug the device into my motorcycle's OBD the device does not power up, But when I plugin in to my car I no problem. I opened the ONE+ case and checked with a voltmeter pin 4 and 16 while plugged into the motorcycle. I have 12.7v. I am validating if it is powered up only by th...