wifi radio

I have refresh an old Idea I allways wanted:

A wifi music system who plays music in diferent rooms. since I have installed an upnp server for my internet radio I started again seraching for new projects in that direction, this are my results:

http://supertechman.blogspot.com/2011/05/network-speakers-project-complete.html

http://mightyohm.com/blog/2008/10/building-a-wifi-radio-part-1-introduction/

http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki

 

 

 

 

Go green

http://www.fscus.org/

http://www.papiernetz.de/

Filed under: Uncategorized | No Comments
Filed under: Projects | 1 Comment

Versaloon and STM32

kerry D. Wong:

kennt die arm micros nicht, und kann mit atolic die elf datei nicht hochladen. Aber er hat ein plugin für netbeans geschrieben
damit man arduinos programiert.

Arduino Development Using NetBeans
http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/

——

NETBEANS Plugin  “Gdbserver”

http://plugins.netbeans.org/plugin/37426/gdbserver
source:
http://hg.netbeans.org/main/contrib/file/aff916a160e4/cnd.debugger.gdbserver

——
alibabashack:

Yagarto
GNU ARM toolchain
http://www.yagarto.de/

——

Stefano Oliveri:

Buid a eclipse GNU ARM eclipse Plugin
http://www.stf12.org/developers/ODeV.html#widget7

——

C/C++ Development Pack 5.5 has a debugging module based on the GNU debugger “gdb”

http://cnd.netbeans.org/docs/articles/debugging/Review_NikMolchanov/NetBeansC_C++DevelopmentPack5.5_Debugging.html#7._Debugger_Console._

——

C/C++ Remote Development – NetBeans IDE 6.9 Tutorial

for C and C++ compilers, make, gdb on a remote Solaris or Linux system

——
Einstieg in die ARM Entwicklung
http://www.mikrocontroller.net/articles/Einstieg_in_die_ARM_Entwicklung

—-
Setting up Eclipse and Code Sourcery lite for STM32 Discovery Development
https://sites.google.com/site/stm32discovery/open-source-development-with-the-stm32-discovery/setting-up-eclipse-for-stm32-discovery-development

——

 

CrossDevHowto_STM32_Ubuntu[1]

Filed under: Projects, STM32 | No Comments

Smartcards and ReinerSCT reader

Card reader supports:

  • Elektronischer Asweis nPA. With
    the pace protokoll.
  • Rfid card. With the iso/iec 14443

Some features:

  • Eid
  • Vdv
  • time registration

By reading the card with the java
program using the javax.smartcardio library, I became following
answer for the card:

card: PC/SC card in REINER SCT
cyberJack RFID basis 0, protocol T=1, state OK

card protocol T=1

card atr = ATR: 6 bytes

59-127-1281-128-128

hex = 3B 81 80 01 80 80

 

The reader uses the PC/SC
CCID specifications. According to Wikipedia the protocols are as
followed:

Communication
protocols

Name

Description

T=0 Asynchronous
half-duplex byte-level transmission protocol, defined in
ISO/IEC
7816
-3
T=1 Asynchronous
half-duplex block-level transmission protocol, defined in ISO/IEC
7816-3.
T=2 Reserved for
future use.
T=3 Reserved for
future use.
Contactless APDU
transmission via contactless interface
ISO/IEC
14443
.

http://en.wikipedia.org/wiki/Card_reader

 

from this site I became the information
of the ATR from the card

http://ludovic.rousseau.free.fr/softwares/pcsc-tools/smartcard_list.txt

from:
http://ludovic.rousseau.free.fr/softwares/pcsc-tools/

 

3B
81 80 01 80 80

RFID
- ISO 14443 Type A – NXP DESFire or DESFire EV1

“Reiner
LoginCard” (or “OWOK”, how they name it,
https://cardlogin.reiner-sct.com/) – they have been distributed by a
german computer magazine (“Computer BILD”)

 

This website has an implementation of
the owok plugin and java script with php not bad. But works on the
owok plugin.

http://owok.plaputta.de/

see the source code for more
information.

Here I became the card  id: 04 50 17 D2
C9 22 80

Interesting here is to see how does the
event manager works, because the card is recognized as soon as it
positioned in the reader.

 

A really good compilation of hardware
information:

http://wiki.steve-m.de/epa_basis_reader

Smart Card Tables

http://www.wrankl.de/SCTables/SCTables.html

here is the owok software really good
described

http://sebastianschaper.net/index.php/archives/13

and here another board

http://www.purebasic.fr/german/viewtopic.php?f=17&t=23578&start=10

here the sc source code

http://www.docjar.com/html/api/sun/security/smartcardio/PCSC.java.html

the native implementations may not
be declared in the reiner reader??

 

Here an api : JNI2CTAPI

http://www.cardcontact.de/download/jni2ctapi/README.html

from:
http://www.mikrocontroller.net/topic/177978

HERE the solution

With the api
http://www.openscdp.org/scsh3/configuration.html

http://joysofprogramming.com/install-ctapi-cyberjack-fedora-rhel/

 

Read the rest of this entry »

Filed under: JAVA, Projects | No Comments

Start on

The idea of this blog is to share and to document some of the projects I have been working on my free time.

 

 

Filed under: Uncategorized | No Comments