Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

How to make my IR badge idea a reality

Status
Not open for further replies.
The SMD transistor I have in mind and the way I would shield it will stop sunlight being a problem.
 
Serves me right for not reading the thread proper I spose.
 
I managed to find more information on the brighton badge, I can see where you got the idea to merge everything but there are some serious flaws in what you came up thinking. The brighton badge uses a IR detector like in remotes and such, thats OK but not needed, there are cheaper and better sensor's, the remote one is also too directional.
What you want is a flat sensor like a SMD one, while the pick up angle is that much greater somehow it does make a difference.
The main problem you have is the BB (Brighton badge) dosnt collect information, I havnt seen the source code but I imagine it simply pumps out a signal and waits a response, then on getting a response software decides what colour to display.
Any small micro will do this kind of thing, what your after is the distribution and collection of data. Straight away you have to then add in storage for both the user's data and the collected data, most micro's come with eeprom so that would seem easy enough, however you want 500 badges! say you just had 100 different badges in a room, how long is it going to take to fill 250K
of eeprom space? not long!
So your looking at external storage, micro SD looks ok at first glance but gives you collection trouble, you have to get hold of each card each day or at the end, also cost, You need to decide if the PCB is the badge or if you want a PCB inside ready made badge? Both come with there own problems, a ready made badge means you have to find then alter a ready made badge, add to that the need to fit a battery and it gets clumsy. The obvious way is a custom built plastic badge case, but forget it for 500, the set up and tooling cost's make it a massively expensive badge.
So you could go the PCB is the badge route, this is fine and probably your best option, but then you need to consider aesthetic design of the circuit, not only does the circuit need to look good but has to be weight balanced as well, two reason's for this.
1) if its heavy at any one point it wont beam data in the correct direction, heavy at the top and it may beam down at peoples shoes! also unbalanced will pull on the clip/safety pin, this could damage clothes!! non of this is going to make you or company look professional.
For $30 you can get a pre built answer with a LCD but again thats just for the hardware, these things are made high volume and sold by a certain silicon manufacture as badges, getting 500 at once though would be a challenge and then you are going to need to alter it anyway.

So we are back to square one

FORGET the DEFCON badge, nowhere have I found a hint of the cost but I can tell you a couple of things about it. There was no design charge, the people wanting it designed it and they programed it, so all major dev cost's were covered. This means if you could get your badge on budget, IF you could do it yourself. So without being rude but without wasting time can you do this on your own?
No, because 1) your here and 2) I doubt you have the time
Does that mean it cant be done? No it dosnt, but I suggest you get some answer's for the earlier posts so we can get you on the path to salvation and all things electronic.
Next year seems a long time away and you maybe think you have time to go looking around, maybe even look until say 6 months before you need them. Please dont do this, I have given this alot of thought and while I dont have every answer yet (you havnt answered my questions yet), I can tell you that this is not a time friendly project, get it wrong and you do more harm than good, The PCB as a badge will need a good deal of messing with to get both the balance and look right, and get it to work. But I think depending on what your company expect to achieve at these conferences, you could well be on to a good idea. The badge for $30 with LCD last's for 3-4 days on a single 90 second charge from a usb port, while you wont get anything like that, it does show that 4 days from a small battery, is doable if done correctly.
I will await some answer's to previous question's before I can do much more, I did look into IRDA for you and it isnt needed, there is a more simple way to do it
 
I might have a kick ass idea for you, I am waiting for a price on 127 segment LCD's, but in short if I can get good prices how about.
LCD (127 segment)
Light sensor. This will do comms and tell you ambient light levels and the UV index that day!
Time date and other information of your choice displayed as you wish
CORTEX M3 core
Super cap that gives you a week from a 3 min charge or 3 days from 40 seconds charge (no more battery costs)
Smart phone app to give special information
And much more!
I had a brain wave and as long as I can get the parts for a good price you could have a badge to beat all others!
(Did I mention I am CHEAP affordable :hilarious:)
If things goto plan I should have a first demo in 14 days
 
Thanks LG for all of the effort you've put into this.

You're right that I'm not capable of doing this myself - particularly not in this volume. So at some point the question will be - who can do this? But right now the question is more around how much this idea will cost.

The DefCon badges were just an example of inter-badge communication. I realize they likely have a price point far beyond my potential budget - but they also had capabilities & features which I don't need. Note: I forgot to mention - I'm processor agnostic. I've coded for the Parallax Propeller 1 & the DefCon badge uses a Prop - but that doesn't mean this badge needs to use a Prop. (In fact, the Prop is almost certainly the wrong microcontroller for the job as it has far more GPIO than needed and no onboard non-volatile storage.)

I haven't looked at the software for the Brighton Badge, but whether the communication is a color or an person's name there's still communication going on. Good point that storage space is a possible constraint - although I don't know what kind of storage is available in cheap microcontrollers.

Regarding the form factor - what about using lanyards (like the DefCon badge) rather than pins? That would also largely handle the offset / angle issue. (Although it brings in potential front / back issues - maybe transmitter & receivers on both sides.)

Again, the base idea is to track who each participant met and allow that data to be offloaded. Could this be done via a cellphone app - possibly (remember toothing?), but it's probably easier to have people wear a single function hardware device than to load an app on their personal smartphone.

And since cost is the question - and will determine whether this idea goes ahead - anything which can reduce cost (while maintaining the necessary function) is good and any extra features which add to costs are bad. So a microSD card may be good if the cost of the socks & card is offset by the reduced microcontroller cost (since it won't need as much onboard storage) and removing the the HW & SW requirements for a PC based IR interface.
 
Thanks LG for all of the effort you've put into this.

You're right that I'm not capable of doing this myself - particularly not in this volume. So at some point the question will be - who can do this? But right now the question is more around how much this idea will cost.

The DefCon badges were just an example of inter-badge communication. I realize they likely have a price point far beyond my potential budget - but they also had capabilities & features which I don't need. Note: I forgot to mention - I'm processor agnostic. I've coded for the Parallax Propeller 1 & the DefCon badge uses a Prop - but that doesn't mean this badge needs to use a Prop. (In fact, the Prop is almost certainly the wrong microcontroller for the job as it has far more GPIO than needed and no onboard non-volatile storage.)

I haven't looked at the software for the Brighton Badge, but whether the communication is a color or an person's name there's still communication going on. Good point that storage space is a possible constraint - although I don't know what kind of storage is available in cheap microcontrollers.

Regarding the form factor - what about using lanyards (like the DefCon badge) rather than pins? That would also largely handle the offset / angle issue. (Although it brings in potential front / back issues - maybe transmitter & receivers on both sides.)

Again, the base idea is to track who each participant met and allow that data to be offloaded. Could this be done via a cellphone app - possibly (remember toothing?), but it's probably easier to have people wear a single function hardware device than to load an app on their personal smartphone.

And since cost is the question - and will determine whether this idea goes ahead - anything which can reduce cost (while maintaining the necessary function) is good and any extra features which add to costs are bad. So a microSD card may be good if the cost of the socks & card is offset by the reduced microcontroller cost (since it won't need as much onboard storage) and removing the the HW & SW requirements for a PC based IR interface.


Take a close look at these.
https://www.silabs.com/products/mcu/pages/low-power-32-bit-microcontroller-badger-board.aspx

I had 55 delivered today (contacts ;) lol), these will do everything you want and much much more besides, I have spent the day messing with a couple and I am confident I could do this, money wise dont pay attention to the price listed as I would have them made a little different, they are powered by a super cap, have a very very good read of all the material in that link.
If you want to see some samples etc can you please pm your email, I am no longer really on this site now, so best if we do this by email.
I can also include a different smart phone app that is tweaked to do much more than the one they use, we can talk about bits to add etc as we go. I think money is going to be around your budget, maybe very slightly higher, but you will get alot for the money and these do not cost in batteries, anyway I have alot to tell you so please pm your email, I will stop monitoring this site soon.

LG
 
Hey LG

You are a Legend. Keep up your participation on Forums. We all LOVE you.

Don't you dare go away :(

Regards,
tvtech
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top