Welcome!

On this forum you can discuss iRidium with other users.

iRidium consist of 2 main components - i3 pro app and iRidium Server. Please post here your questions, ideas or errors you find.

Please send your questions to support team as a private messages.


Please subscribe to the Change Log to know our news

We have moved our support service to a new technical support system. Since 17.01.2022, we have disabled the ability to create appeals through the userecho personal account. Now all requests are processed via mail to support@iridi.com .

Thank you for your understanding and have a nice day.

0
Beantwoord

raspberry pi - GPIO? как можно задействовать?

Oleg Starikov 8 jaar geleden in Server Solutions bijgewerkt door Oksana (expert) 8 jaar geleden 2

Добрый день!

как можно и можно ли задействовать GPIO входы выход на raspberry pi?

0

Прием-ответ запросов от веб сервера

volk_234 8 jaar geleden in Server Solutions / Linux Server bijgewerkt door Nikolay Rusanov 8 jaar geleden 1

Возможно ли принимать HTTP запросы и отсылать ответ от не иридиум сервера?

0
Under review

iRidium Client 32 Crashes on Windows 10 64bit

Jackie Roos 8 jaar geleden in Applications / i3 Pro bijgewerkt door Oksana (expert) 8 jaar geleden 4

Transfer to iRidium

Press some buttons, iRidium crashes

Image 15612



Run iRidium64, works fine


The same has been reported with iRidium 32 bit Server on a 64Bit PC


Tested on multiple projects, not project related

Tested on 2 different PC's


Please fix ASAP


v1.0.7.19039


0
Voting

Include Files with iRidium

Jackie Roos 8 jaar geleden in Products / AV & Custom Systems bijgewerkt door Aleksandr Romanov (CTO) 8 jaar geleden 5

I have come across an COM integration that requires the inclusion of either

- a dll

- or a c *.h & *.cpp files


Please add the ability to include files into the distribution

0

Iridium and AMX Remote Destop

Kent 8 jaar geleden in Products / AMX bijgewerkt door Jackie Roos 8 jaar geleden 3

HI,


Is iridium i2 Control app installed in an iPad able to view and control a PC which has VNC server installed?


I have tried with correct IP, password and IP port set on a VNC server but on the iPad I am seeing only a blue screen.


Thanks.

0
Declined

Philip Hue app

Theo Derks - NL (distributor) 8 jaar geleden in Products / Other drivers bijgewerkt door Aleksandr Romanov (CTO) 8 jaar geleden 1

Hi,

We tested the Philips Hue driver on the website (www.iRidiumMobile.net)


We discovered 3 things:

1) There is no color-picker to select your own color

2) When we click on the Image 15599 button, only 1 lamp can be controlled. Where can we find the other lamps (lights) that we want to control?

3) Every time we start the Emulator, the app is asking to press the button on the bridge... Why the app is not remembering the settings?


Please implement this in the driver; so every installer has a good example how to implement it.


Thanks


Theo


0
Waiting for user's reply

i3 Pro projects running VERY slow on iPad.

TuomoHautala 8 jaar geleden in Applications / i3 Pro bijgewerkt door zied 7 jaar geleden 13

I updated one of our projects from V2 to V3 and after that it started to run VERY slow when i transferred it to i3 Pro. I am using iPad Air 2 with iOS 10.0.2.

Before update project was running just fine with i2 Control on iPad Air 2 with iOS 10.0.2.

0

SIP audio quality problems

Damian Hartin 8 jaar geleden in Applications / i3 Pro bijgewerkt door Verevkin Dmitry 7 jaar geleden 3

Hi,


I seem to be getting very poor audio quality whilst testing with the iRidium SIP client examples (and my own test projects)

I am running a standalone SIP server (Incredible PABX) and have tested with all the codecs available in the iRidium project and the various echo cancellation/noise suppression/voice activation etc...

The audio is either has massive echo/feedback or is extremely broken/jagged.

On the two iPads I'm using for testing, if I run Zioper (for example) the audio quality is pretty much perfect, so it can't be my PABX implementation.

Anyone else had similar issues? What other options do I have with iRidium?

Thanks,

Damian

0
Beantwoord

GPIO Raspberry Pi3

volk_234 8 jaar geleden bijgewerkt door AntonLoginov 3 jaar geleden 21

Добрый день.

Интересует возможность чтения портов GPIO в проекте сервера.

По этому обсуждению понял как устанавливать порты в нужное значение, но как быть с чтением? В примере тип драйвера указан как IR.DEVICE_CUSTOM_STREAM, опять же не нашел информации по этому типу.

0
Waiting for user's reply

Saving Project Tokens

Mike Slattery 8 jaar geleden in Applications / i3 Pro bijgewerkt door Jackie Roos 8 jaar geleden 12

I am trying to save Project Tokens, when I cycle power on the PC the Token is not being saved.

This does work on my PC when I emulate, but not on the project PC. The project PC is running Win 10 Home.


var myPassword = "1234";


temp = IR.GetVariable("Tokens.Password");
if (temp === undefined)
IR.SetVariable("Tokens.Password", myPassword);
else
myPassword = temp;


button to save new password

IR.SetVariable("Tokens.Password", myPassword);