-
Archives
- July 2020
- June 2020
- December 2019
- August 2019
- April 2019
- March 2019
- February 2019
- July 2016
- June 2016
- April 2016
- January 2016
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- November 2013
-
Meta
Monthly Archives: March 2014
Qpython Bluetooth admin permission patch
Qpython for android is very handy for getting an idea up and running quickly. There is a problem with its bluetooth permissions though which means that whenever any Bluetooth related function is run, a permissions error occurs. Sometimes the error … Continue reading
Posted in Qpython
Tagged admin, android, bluetooth, fixed, patch, Qpython, working, working example
Leave a comment
Automated readings of an RFID tag in a metal trolley
For a college project, I’m working on an automated product identification system for trolleys used in shops. As you can see from the above picture, this would involve mounting an antenna (attached to an RFID reader) on a trolley. All … Continue reading
Posted in 3rd Year Final Project, Python
Tagged antenna, experiment, graph, matplotlib, python, Radio wave, rfid, trolley
2 Comments
Automating measurements from an RFID reader using Python
In the last blog about communicating with the Intelleflex FMR-6000 RFID reader over a TCP/IP connection, I had a Python script sending a string and then printing the reader’s response. This opened up a lot of possibilities for doing interesting … Continue reading
Posted in 3rd Year Final Project, Python
Tagged automated readings, matplotlib, python, sockets, tcp/ip, xml, xml over tcp/ip
Leave a comment
Python script to get status of an RFID reader
This is the RFID reader that I am using for a college project. It can be quite labour intensive to make a lot of readings especially if the power is varied over time. The reader is connected to a computer … Continue reading