Argolis Smart Reader Exelon
( 1.9 KB) - added by Schasanify. Patch to support Argolis Triple using smartreader protocol ( 5.8 KB) - added by Nimloth. Patch ported to latest rev ( 3.7 KB) - added by Nimloth. Http part changed according to patch posted here: ( 27.6 KB) - added by Nimloth. ( 28.9 KB) - added by Nimloth.
( 16.1 KB) - added by Nimloth. ( 57.2 KB) - added by Nimloth. ( 16.5 KB) - added by Nimloth. This one is full and should be ok for all parts - devs pls verify ( 14.6 KB) - added by Admin.
Smart grid and meter technology provide the foundation for new energy efficiency solutions, enhanced service reliability and customized energy options for our customers.

I've got a better one (hope so, I can't test because I don't have such a device). It removes the device-endpoint config param. Instead you use 'device' for it. Just use like before to get the normal Smartreader.
Otherwise add either 'Infinity;', 'TripleP1;', 'TripleP2;' or 'TripleP3;' in front of your device config to get the params for those devices. Download all attachments as. I'm using it on my computer with ubuntu 11.10 64 bits to test. The smargo is detected, but oscam can't find it. Looking at listsmargo source i've found that it looks for a deviceID 0x6001, the Triple Reader has 0x6011. Looking at the lsusb log the serial number apears to be the same to all 3 readers. I tried with on Windows, and looks that each reader get a serial, following this rule.
Reader1: SerialNumberA Reader2: SerialNumberB Reader3: SerialNumberC Here are the log of lsusb. I got one of these new readers too, and it works more or less fine as mouse.
Also selecting smargo protocol works on the first (A) reader, I think it was the card slot on the side of the unit. Not working on other slots though, and it was a bit unstable with smargo as protocol (couldn't reset card, eject, reinsert, etc failed). Haven't had much time to play with it though. I did write a mail to the manufacturer and they said they're going to release software (I guess they meant firmware and settings tool) to make it more compatible (smartreader+ mode) in the near future. I wonder if there really is much that oscam devs can do about it? I've now tried most things to get this reader working in 'smartreader' mode, but it seems my somewhat mediocre programming skills just don't get me all the way there. In Linux I can only get one serial out of if to use for setting up oscam (this is when using the triple reader on a usb-modded dm500hd and a vuultimo), anyway it still doesn't work.
No chance yet to try it on a real linux PC. Plugging the reader into a Windows PC shows all the three readers and serials for some reason. Can't really put my finger on if this is a problem with Linux (or libusb), oscam or the triple reader itself.
Manufacturer still hasn't released any updates for using the reader in 'smartreader' mode. As mouse it's all fine though, just wish it could be identified and used as if it were just three standard smargo smartreaders, but in one little device. I have patched it to do something, BUT: It is not yet working. There seems to be some more to be done in the smartreader protocol.
Also other slots apart from 0 seem to be unavailable, to be looked. Root@mega:/oscam-svn# patch -p1. The pump house gang ebookers. Ok, with rev 6574. Root@mega:/oscam-svn# patch -p1. Does not work for me. Just get something with: protocol = mouse device = /dev/ttyUSB0 But there is this problem I can not solve. But I have another problem.
What kind of logs devs needs to try to solve issue with tripple reader? As it was said in smartreader mode only 1st reader works and like after 10% of restarts. Please try to change the following line in ifdsmartreader.c: reader-srconfig-interface = INTERFACEANY; to reader-srconfig-interface = 1; or reader-srconfig-interface = 2; I think that this could lead to port 2 or 3 working (but port 1 will have the same issue; it's just for testing so far).if it works we should probably think again about config for this. Perhaps it's really better to set the supported few devices (Infinity USB, Argolis Smartreader and Triplereader) in the config instead of all those parameters that are necessary to get it running.
Changed to 1 and now it disconnects ttyUSB1 when I try 2nd reader: 454.031608 ftdisio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1 454.035851 ftdisio 2-1:1.1: device disconnected root@ubuntu:/media/oscam-svn/Distribution# ls -la /dev/ttyUSB. crw-rw- 1 root dialout 188, 0 Jan 1 18:27 /dev/ttyUSB0 crw-rw- 1 root dialout 188, 2 Jan 1 18:27 /dev/ttyUSB2 It's more missing as oscam don't even read ATR. But we are on good track: 2013/01/01 18:35:45 8FB22E0 r mysmartreader smartreader Using 0x83/0x04 as endpoint for smartreader hardware detection 2013/01/01 18:35:45 8FB22E0 r Found reader with serial 000003b8 at 002:002 2013/01/01 18:35:45 8FB22E0 r Found smartreader device Serial:000003b8 2013/01/01 18:35:45 8FB22E0 r mysmartreader smartreader Reader initialized (device=Serial:000003b8, detect=cd, mhz=369, cardmhz=368) 2013/01/01 18:35:46 8FB22E0 r mysmartreader smartreader card detected 2013/01/01 18:35:51 8FB22E0 r mysmartreader smartreader Error activating card. 2013/01/01 18:36:04 0 - Skipped 2 duplicated log lines - 2013/01/01 18:36:04 8FB22E0 r mysmartreader smartreader card initializing error 2013/01/01 18:36:04 0 s init for all local cards done 2013/01/01 18:36:04 0 s anti cascading log initialized What else in ifdsmartreader.c U think should be changed to force 2nd or 3rd reader except: reader-srconfig-interface = x which is correct change? Admin still at work and will test in few hours.
But there is mismatch (or I think it is) in code regarding entries. Something is missing - correct endpoing is set and correct ttyUSB is disconnected. Yep that was the case - you can put it in trunk for further testing. Of course we don't have yet 100% working readers.
But at least 3 of them are initialized using smartreader mode. Another issue is segfault - when you stop reader and start it again. Already posted log at forum: Program received signal SIGSEGV, Segmentation fault. This segfault is before patch. Let me generate new one.
Sec will edit in min EDIT: Program received signal SIGSEGV, Segmentation fault. How long do you have to wait to let it restart without crashing? There is normally a lock in the closing and the init function so what you describe seems to mean that the close function says 'device is closed' where indeed the kernel has not completely deattached it yet. Then we would need some sleeping in the close function before we release the lock.
Smart Reader Kids Malaysia Fees
Edit: I just changed those locks a bit.maybe that helps. Regarding the triple reader: So we can now at least read the atr on all ports. Does it show the same behaviour of not reading the card on all three slots? Because above someone wrote that port0 worked. List-smargo don't detect tripple root@ubuntu:/media/oscam-svn# lsusb.
Bus 005 Device 002: ID 0a5c:5800 Broadcom Corp. BCM5880 Secure Applications Processor Bus 002 Device 002: ID 0403:6011 Future Technology Devices International, Ltd FT4232H Quad HS USB-UART/FIFO IC root@ubuntu:/media/oscam-svn# Distribution/listsmargo-1.20-unstablesvn8040-i686-linux-gnu-libusb Looking for smartreader compatible devices. Root@ubuntu:/media/oscam-svn# I have to wait till it will be reattached to /dev/ttyUSB. And then I'm sure that it won't crash (it's like max 1 min for my system). But if you enable reader and disable it within seconds reattaching /dev/ttyUSB.
is instant. There is same behaviour for all ports. Each port work (init) but after like 30 resets. Maybe for Smargo+ single there is same behaviour (we don't know which mode tripple uses). And additional config tool from Argolis was setting correct parameters?
Smart Reader Kindergarten
Elderly Support Everybody wants to get old but physical handicaps are inevitable in the end. Especially when elderly want to live at home as long as possible, impairment can be an insurmountable problem. The Argolis Wireless One can help. Family or home care organizations can monitor real time and measure all the ways elderly move, such as walking the dog, taking the stairs, or sitting in a chair. It even keeps track of when you stand up. But most important, in emergency situations like falling on the ground an alarm will be generated immediately without pushing any button.
Why do you use an “Absolute Orientation Sensor”/IMU and not a regular acceleration sensor? The keywords are Sensor Fusion and Multiple Sensors in 1 package.
Smart Reader Kajang
If you've ever developed software with a 9-DOF sensor, you know that turning the raw sensor data from an accelerometer, gyroscope and magnetometer into understandable format is a challenge. The intelligent 9-axis “Absolute Orientation Sensor” combines above sensors and a microcontroller with sensor fusion algorithms to digest all the sensor data, abstract the sensor fusion and real time requirements away, and spit out data you can use in quaternions, Euler angles or vectors. Rather than spending weeks or months fiddling with algorithms of varying accuracy and complexity, the sensors are up and running in minutes. With Sensor Fusion, the Bosch System in a Package does absolute position tracking, all without external transmitters or transceivers like GPS.