wifi radio Posted by Roberto on Februar 10th, 2012
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
STM32F4 Discovery, RMII, PHYPosted by Roberto on Februar 10th, 2012
Since the new stm32F4 discovery board is just amazing for the price. I have been searching for projects working with it.
some request and some works on the Internet bringing this 3 things together.
http://dangerousprototypes.com/forum/viewtopic.php?t=2944&p=29001
http://www.mikrocontroller.net/topic/237223#2491080
from hackaday:
http://hackaday.com/2011/12/23/scot-whips-up-breakout-board-for-his-arm-breakout-board/
Steckbrett:
http://www.greguhn.de/wordpress/?p=412
other adapter
http://atomsoft.wordpress.com/2011/11/06/stm32f4-male-to-female/
Versaloon and STM32Posted by Roberto on Januar 23rd, 2012
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”
——
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
——
Smartcards and ReinerSCT readerPosted by Roberto on Januar 23rd, 2012
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 |
|
|
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.
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/
Start onPosted by Roberto on Januar 23rd, 2012
The idea of this blog is to share and to document some of the projects I have been working on my free time.