Перейти к содержанию
Fire Monkey от А до Я

Лидеры

  1. Brovin Yaroslav

    Brovin Yaroslav

    Администраторы


    • Баллы

      5

    • Постов

      2 124


  2. Andrey Efimov

    Andrey Efimov

    Модераторы


    • Баллы

      3

    • Постов

      842


  3. Kitty

    Kitty

    Пользователи


    • Баллы

      1

    • Постов

      792


  4. mrseagull

    mrseagull

    Пользователи


    • Баллы

      1

    • Постов

      137


Популярный контент

Показан контент с высокой репутацией 07.05.2016 во всех областях

  1. Brovin Yaroslav

    Как подключить iBeacon?

    Кстати, по вашей же ссылке, внизу есть описание, как его обнаружить и получить UUID (при помощи утилиты AirLocate)
    3 балла
  2. Brovin Yaroslav

    Inspire. Develop. Excel.

    We continue to make progress. A week ago, we had our first product launch under our renewed strategy, Embarcadero: Dedicated to Developers. 10.1 Berlin validates our focus on quality and introduces a number of enhancements. It is also a first step to improve the IDE UX. There is a lot more to come in the next weeks and throughout 2016. We look forward to lots of excitement. We are extremely proud of the community support that we receive and the creative ideas that this generates. In fact, the 10.1 Berlin launch introduces some themes that will be pillars to our customer outreach strategy this year that came from you. These themes are best described by three words: Inspire. Develop. Excel. Inspire young developers across the globe. Delphi is not only a great language to develop applications, but it is the best to learn and to appreciate programming. We owe educators and developers to support Delphi’s popularity and we will continue to further the evangelization of such a great product. I believe that the connection that this base provides to C++ and other languages (even Java) will strengthen our role in the overall developer ecosystem. Develop amazing applications used by millions. Indeed so many applications are built with our tools, and we continue to be delighted every day to find old and new examples. We need to proactively share this information with developers to reinforce the confidence in our technology and tools. Excel in building incredible products. At the end, it is all about the product and the value that we bring to our customers. We have a strong vision, commitment, and a great team to deliver on that promise. We also have the ingredients and our releases are a testament to the results that we deliver. 2016 should be another great year of product releases with increased focus on updates to make upgrades far easier. Our enthusiastic team put together a short video that illustrates these points. I hope you enjoy it and share it. Throughout the year, you will get lots more content that is fun! I want to finish this post with a big THANK YOU! We are unique in that you, our customers and partners, and we form a community with unprecedented dedication to the success of our products. We innovate together and thrive on each other’s success. The chemistry and energy that this creates are absolutely awesome. Watch the "Inspire. Develop. Excel." video Best Regards, Atanas Просмотр полной статьи
    2 балла
  3. Andrey Efimov

    Как подключить iBeacon?

    Гляньте примеры: C:\Users\Infocean\Documents\Embarcadero\Studio\17.0\Samples\CPP\Multi-Device Samples\Device Sensors and Services\Bluetooth\Beacons АП. Как я понял, вам надо включить маяк, просканить всё вокруг и узнать идентификатор устройства, а потом уже подключиться к нему и изменить его(при необходимости). В маркетах, как Андроида, так и АйОС полно приложений для сканирования. Это если неохота возиться. АП.2 В примерах Студии уже есть сканер, можно попробовать его...
    2 балла
  4. Kitty

    Как подключить iBeacon?

    У меня есть это устройство: http://www.banggood.com/ru/Bytereal-iBeacon-BLE-4_0-Near-Field-Orientation-Module-p-965539.html На нем наклеена бумажка с надписью: ID BR506671. Исходя из документации: http://docwiki.embarcadero.com/RADStudio/XE8/en/Using_Beacons#Manufacturer_Information для соединения RAD и компонента TBeacon->TBeaconRegionCollection, надо настроить UUID. А как понять какой UUID у моего устройства? Устройство пришло из магазина по почте и на нем бумажка с ID и все. У кого есть опыт, как такую штуковину подсоединить к RAD? Тестировать буду этим кодом: void __fastcall TForm1::UpdateProximity( IBeacon * const ABeacon ) { switch ( ABeacon->Proximity ) { case TBeaconProximity::Immediate: Memo1->Lines->Add( String(ABeacon->GetMinor()) + L": Очень близко" ); break; case TBeaconProximity::Near: Memo1->Lines->Add( String(ABeacon->GetMinor()) + L": Рядом" ); break; case TBeaconProximity::Far: Memo1->Lines->Add( String(ABeacon->GetMinor()) + L": Далеко" ); break; case TBeaconProximity::Away: Memo1->Lines->Add( String(ABeacon->GetMinor()) + L": Выход из зоны" ); break; }; } void __fastcall TForm1::Beacon1BeaconEnter(TObject * const Sender, IBeacon * const ABeacon, const TBeaconList CurrentBeaconList) { UpdateProximity( ABeacon ); } //--------------------------------------------------------------------------- void __fastcall TForm1::Beacon1BeaconProximity(TObject * const Sender, IBeacon * const ABeacon, TBeaconProximity Proximity) { UpdateProximity( ABeacon ); } Спасибо.
    1 балл
  5. Andrey Efimov

    Как подключить iBeacon?

    Поменять UUID, можно вот этим приложением https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp Комментарий к товару, по вашей ссылке: А вообще, там есть 3 скрина, на которых написано где и как поменять параметры, но найти прогу LightBlue у меня не получилось...
    1 балл
  6. Удобная программа, http://dbg-spider.net/
    1 балл
Эта таблица лидеров рассчитана в Москва/GMT+03:00
×
×
  • Создать...