-
Описание
товара -
Наконец, вы можете контролировать свой R модель / C с вашего IOS / устройства Android!
С этим новым компактным WiFi приемником, вы можете работать до 4-х каналов с вашего IOS / Android устройства. Он работает как стандартный приемником. Просто установите для вашей модели, подключите источник питания (5 ~ 7.4V) и контроль до 4-х каналов независимо друг от друга с помощью WiFi. Это устройство обеспечивает диапазон сигнала 60 ~ 70 метров при установке на поверхности транспортных средств (автомобиль / грузовик / катер) и до 100 ~ 120 метров в самолете. Он даже имеет программируемый Failsafe функцию, которая по умолчанию будет выбран пользователем серво / ESC предустановками в случае потери сигнала.
Вы можете скачать требуемый бесплатное приложение для IOS / Android устройства (от IOS / Android рынка) и будет функционировать модель с помощью Wi-Fi в кратчайшие сроки!
Технические характеристики:
Тип сигнала: WiFi
Совместимость: IOS и Android
Каналы: 4
Диапазон: 60 ~ 70 метров (автомобиль / грузовик / лодка) / 100 ~ 120 метров (самолеты)
Размеры: 42x14x26mm
Длина антенны: 136mm
Вес: 11g
* Примечание: Инструкции по загрузке и приложение для IOS / Android устройства входит в состав продукта установки. -
Product
Specifications -
Дополнительная информация
-
Артикул:
9266000001
-
Brand:
HobbyKing
-
Емкость ( мАч )
Нет
-
Вес ( г )
35.00
-
длина:
150.00
-
ширина:
9.00
-
Высота
120.00
-
Артикул:
-
Community
Discussions -
-
Rate&
Review -
Funciona bem mas o controlo a partir de um tablet ou smartphone tona o voo num risco muito grande. Recomendo o seu uso em espaços abertos e sem pessoas por perto para evitar acidentes ou outras situações de risco.This is great stuff to toy around Android app development... hope to create a improved 4 channel app after R&D completes.this is a nice receiver for cars and other project. i would not suggest it for airplanes because sometimes it loses its signal even in range of 20m. I'm using it for servo driven cars and bicopters. it works with orangerx stabilizer and kk2.1 control board. it is very cool to use your micro quads with your iphone. Application is not support any mixing operation so it is 4 ch receiver with no mixes but i think i can be developed on android or windows. since kk2.1 has its own mixes so you don't need any mix with that control board.Don't buy this. The website is down. I can't get the app and I can't use it. Total waste of money.Works poorly, the app is terribly designed. Connection times out constantly and range is awful. Mine is going in the garbage can.this is very cheap receiver for controlling my rc cars with my iphone 4. all functions works very well but its warming a bit highThis is really good product. I'm using this with my indoor mini foam planes. works well. there is a smal delay after go beyond 70-80m but not a big deal.The receiver is small, and the antenna is long enough to support weak signals from the device. But the software is sh*t: On android, the downloaded file doesn't open, neither on Samsung Galaxy S3, Samsung Galaxy S3 Mini nor the Nexus 7. On iOS, the app is ok, the trottle doesn't work for me. So couldn't fly with it and i can't give you the range :(Unit seems to work well, but the app leaves a out to be desired.
The car app doesn't have enough travel for steerig or throttle!Really nice wee device low latency smoot servo action
Here is the protocol handler for the device simple as
private void sendRawChannels(int ch1, int ch2, int ch3, int ch4)
{
byte[] buffer = new byte[11];
//Header
buffer[0] = 85;
buffer[1] = 0;
buffer[2] = 11;
buffer[3] = 0;
//Channels
buffer[4] = (byte)(ch1 & 255);
buffer[5] = (byte)(ch2 & 255);
buffer[6] = (byte)(ch3 & 255);
buffer[7] = (byte)(ch4 & 255);
buffer[8] = 0;
buffer[9] = 0;
int sum = 0;
for (int i = 0; i < 9; i )
sum = (int)buffer[i];
buffer[10] = (byte)(sum pcnt 256);
sock.Client.Send(buffer);
} -
Upload
Videos -
Upload
Files -
Only registered users can upload files. Please log in or register to start helping your fellow hobbyists today!
Customer files