Search found 5 matches

by Yu
Sun Oct 22, 2017 9:55 am
Forum: Telemetry
Topic: cellular "stopped_serching" and "denied"
Replies: 2
Views: 6444

[cell] Loading driver for UBlox Sara U2
conn: not connected. retrying
[cell] Resetting modem...
conn: not connected. retrying
[cell] Resetting modem...
[cell] auto-baud successful
[cell] manufacturer is u-blox
by Yu
Sun Oct 22, 2017 8:35 am
Forum: Telemetry
Topic: cellular "stopped_serching" and "denied"
Replies: 2
Views: 6444

cellular "stopped_serching" and "denied"

Japan carrier(iijmio) SIM of only data communication, can not conect.
Network Status is "stopped_serching" and "denied"
There is no mistake in setting APN.
How can I connect to it?
Is there something you can not connect anyway?
by Yu
Sat Oct 07, 2017 12:59 am
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: How to get GPS speed in kph?
Replies: 19
Views: 36446

When will you look to add it as an option app release?
I hope for early release.
by Yu
Fri Oct 06, 2017 6:03 pm
Forum: Lua Scripting
Topic: RPM of 3 cylinder engine
Replies: 2
Views: 4773

I have created Lua Scripting.
Is this OK?

---
setTickRate(10)
local rpm = getTimerRpm(0)
local rpmLimit = 12000
local rpmId = addChannel("RPM",10,0,0,rpmLimit)

function doRPM()
if rpm < rpmLimit then
end
setChannel(rpmId, rpm/1.5)
end

function onTick()
doRPM()
end
---
by Yu
Fri Oct 06, 2017 5:15 pm
Forum: Lua Scripting
Topic: RPM of 3 cylinder engine
Replies: 2
Views: 4773

RPM of 3 cylinder engine

Ihave a 3 cylinder engine.
So, When setting RPM, Pulse Per Revolution is 3/2.
I would like to be able to select Pulse Per Revolution 3/2.
When will you look to add it as an option app release?
I hope for early release.