NFC Uygulamaları { Nokia C7 için } {ya da diğer NFC li aygıtlar}

Sponsorlu Bağlantılar

akinorta

Üye
    Konu Sahibi
NFC Uygulamaları { Nokia C7 için } {ya da diğer NFC li aygıtlar}
1-) NFC Interactor

The Java ME-based Nfc Interactor can write many different NFC Forum NDEF message formats to all supported tag formats, delete the existing message from a tag (by overwriting it with an empty message) and read the contents of an NDEF-formatted tag.

The following message types are currently supported for writing:
  • Smart Poster with URI, title*, action* and image* (* optional)
  • URI record, automatically encoded with all defined URI abbreviations
  • Text record; the default English language / UTF-8 encoding can be adapted in the source code
  • MIME record for PNG images; the image can be switched in the source code
A simple reading functionality shows basic information about the tag but doesn't parse the record's contents. For Smart Poster, URI and Text records, the type and its payload are shown on the screen. For all other message types, the format and name are shown.
Deleting a tag (over)writes the tag contents with an empty record.
The app is made in a way so that it is ideal for quickly writing various messages to tags, or as a starting point for own development tests and NFC experiments.
Therefore, the structure of the application has to be modified to be suitable for a rich tag reader / writer app - e.g., the individual record handling should be externalized into separate classes, and the UI should be modularized for the different writing modes.




-------------------------------------------------------------------------------------------------

2-) NFC Chat

The Nfc Chat is a sample app that demonstrates how to use the NFC LLCP protocol to create a peer-to-peer connection between two compatible NFC devices and how to send messages between those devices.

A custom-made user interface in Qt Quick uses a model to store the chat- and status messages and a simple listview to show them on the screen. The C++ class NfcPeerToPeer takes care of listening for NFC targets and establishing a LLCP socket connection to the client. A LLCP server is waiting for incoming connections at a specified URI and then provides a socket to send data to the client.

The C++ class is used from within the QML code and can be easily controlled - sending text to the other device is done using a slot. Both received messages and status messages are emitted using signals. In case the connection to the second device is lost, the application caches the message and sends it as soon as the link is re-established.




Note: The project requires Qt 4.7 and uses the Qt Mobility 1.2 Connectivity NFC APIs. Symbian Anna FW and Qt Mobility 1.2 Beta is required on the C7 to use this application.





--------------------------------------------------------------------------------------------------

3-) NFC Corkboard

Extends the Qt Quick corkboards example of the Qt SDK with NFC functionality: touch a tag and its NDEF contents appear as a new note on the screen. Press the NFC flag of a note on the screen and its contents will be written to the tag. Supports URI and text records.

A C++ class encapsulates the NFC functionality and is registered at runtime with the QML file of the user interface. This allows direct and easy communication between the UI and the NFC engine using signals and slots: create an NdefManager element in QML and react to its onNfcReadTagText signal, or write to a tag using ndefManager.nfcWriteTag(text). The C++ class additionally writes debug output to the console in case of detected targets, performed actions and errors, to make development easier.



Note: The project requires Qt 4.7 and uses the Qt Mobility 1.2 Connectivity NFC APIs. Symbian Anna FW and Qt Mobility 1.2 Beta is required on the C7 to use this application.






--------------------------------------------------------------------------------------------------

 

Ekli dosyalar

  • Beğen
Tepkiler: kotmerli, trivelax, Miroğlu.80 ve 4 diğerleri


Silinen Üye 2149105

Kapalı Hesap
bunun içinde teşekkürler
 
uribaju

uribaju

Üye
teşekkürler yararlı bir konu :oke:
 
cgrylmz7

cgrylmz7

Üye
nfc uygulaması çalışır durumda mi ki şuan ?? aktif olmadgını sanıyorum
 

alimen987

Üye
bu uygulama c6-01 için geçerlimi c6-01 de nfc özelliği varmı
 
meg1ddo

meg1ddo

Üye
eveet annayı fa yüklediğimize göre artık bu nfc li şeyleri yükleyebiliriz ...
 
uribaju

uribaju

Üye
aynen :)
 
juju6611

juju6611

Üye
konuyu biraz açarsak nedir nfc .s
 
distakjo

distakjo

Üye
NFC, Nokia, Sony ve NXP’nin 2004 yılında bir araya gelerek oluşturduğu bir temassız iletişim standartıdır. (NXP, Philips’in ve bu konularda çalışan birimlerini ayırarak oluşturduğu Avusturya ve Hollanda’da yerleşik bir firmadır) Sony ise, bilinen yüzüyle dev bir tüketici elektroniği firması olması yanında temassız çip ve işletim sistemi konusunda uzakdoğu’da oldukça etkin konumda bir teknoloji firmasıdır. Amerika ve Avrupa’da pazar bulamamış olsa da Sony’nin FeliCa isimli çipi, ulaşım ve benzeri alanlarda temassız kartlarda (ve diğer form faktorlerde) uzakdoğu’da yoğun bir kullanıma sahiptir.

Uzakdoğu dışında ise NXP Mifare olarak bilinen temassız çip ailesi ile toplu taşımadan geçiş kontrol sistemlerine çok büyük bir pazar payına sahiptir. (Mifare’in Türkiye’deki en yaygın kullanımı ulaşım sistemlerindedir, en önemli örnek KGS uygulamasıdır)
Alıntıdır.
 
ali.oren

ali.oren

Üye
c6-01 annadan sonra nfc geldi sanırım. Çünkü telin rom dosyalarını kurcaladım, nfc adı altında birsürü dosya var.
 

mesut1979

Üye
arkadaslar nfc yazilimsal degil donanimsal bir durum yani güncelleme ile ne gelecek bir durum degil unutum nfc yi c6 da.
 
Asteroid9

Asteroid9

Üye
Forumda bi arkadaş demişti nfc hafıza kartında olup takınca telefon nfc li olacakmış buna c6–01 de dahil :oke:
 
spartuas

spartuas

Üye
nfc olayını unutun hafıza kartında. Ayrıca nfc olayı c6 da yok. Bellede gelecekse şimdiden gelmesi lazımdı. Herneyse :D
 
cersoy

cersoy

Üye
teşekkürler
 
S.E.C.R.E.T

S.E.C.R.E.T

Üye
:tşk: Deneyeceğim
 
DenizhaNq

DenizhaNq

Üye
c6-01 nfc yok gelmeyecek. de bişey sormak istiyorum belleyi yükledim ama nfc tutorials uygulaması yok fotograf rehber gibi şeyleri onla paylşıyrduk nasıl yapabilirm.
 

kadirgezer

Üye
c6-01 içinde olmazmı ya :S
 

mc1453

Üye
dostum bunların Türkçe desteği yokmu varsa çok memnun olurum
 


Üst Alt