Three questions regarding the Simultaneous RFID Reader and its accoutrements, when said reader is set up to be a shield for an Arduino, and an external UHF antenna is attached.
Question 1: Simultaneous RFID Reader
Our old friend, that is, getting stuck on “Press a key to begin scanning for tags”, is back. (See viewtopic.php?f=118&t=50555.) Any fresh insights would be much appreciated.
In addition to that, I’ve found another bug. The device which I’m building has two antennae, each with its own Arduino. These Arduinos are then plugged into an Ubuntu machine, which interrogates the two antennae by reading the serials that the two Arduinos put out. At the moment, I’ve got the Arduino for Antenna A writing to a serial with a baud rate of 115200, and the Arduino for Antenna B writing to a serial with a baud rate of 57600. So the code running on the two Arduinos (see https://drive.google.com/open?id=1B5jZE … OcISyoy-Fq) is identical, except that a baud rate of 57600 is used on the Arduino connected to Antenna B.
Now this is the fault: when I fire up the Arduino connected to Antenna B, and have a look at the Arduino IDE’s serial monitor, I usually - more than 50% of the time - find the message, “Module failed to respond. Please check wiring.” I’ve checked the wiring a number times, often with someone else present, and neither of can find any obvious problem with the wiring. However, the following trick has never failed to resolve the problem: 1) I upload the code corresponding to Antenna A instead; 2) At this point, the Arduino works normally, except that it’s set up for the wrong baud rate; 3) I then re-upload the code corresponding to Antenna B; 4) The Arduino works perfectly hereafter, until it’s switched off for longer than a few seconds.
At this point you may be thinking, If he knows how to solve the problem, why is he pestering us? The issue is that the next stage in the product’s development is to allow it to start up and run without any human intervention. Thus I need to work out a way to get the equipment to start up correctly the first time, every time, and without any arcane rituals being performed. Any ideas?
Question 2: UHF Antenna
The product I’m developing is for an agri-tech project. Hence I was wondering, do you sell/would you be able to recommend/do you have any ideas regarding an ultra tough version of your UHF antenna? Ultra tough in this context means that it could be strapped to the side of a tractor and survive having potatoes, planks of wood, etc thrown at it at the same speed as a tractor travels.
Question 3: RedBoard
Is it possible to customise a RedBoard’s serial number, or to order a RedBoard with a custom serial number? I ask because, as part of the product discussed above, the Ubuntu machine has to manage a whole fleet of USB devices, and thus being able to rely on a given format for the Arduinos’ serial numbers would make things a lot simpler.
Sorry for such a long post, but you guys have never yet let me down!