Show HN: Giving a Broken Barcode Scanner a New Life with Elixir and Nerves
1–10 of 60 posts
Re: Show HN: Giving a Broken Barcode Scanner a New Life with Elixir and Nerves
#2I'm surprised by how simple and easy to understand the data serialisation is on some bits of hardware as in this case.
Re: Show HN: Giving a Broken Barcode Scanner a New Life with Elixir and Nerves
#3Great writeup with detail!
Re: Show HN: Giving a Broken Barcode Scanner a New Life with Elixir and Nerves
#4I love these little stories, they always make me want to go out and buy a proper oscilliscope so I can start my own adventures. I'm surprised by how simple and easy to understand the data serialisation is on some bits of hardware as in this case.
Re: Show HN: Giving a Broken Barcode Scanner a New Life with Elixir and Nerves
#5I love these little stories, they always make me want to go out and buy a proper oscilliscope so I can start my own adventures. I'm surprised by how simple and easy to understand the data serialisation is on some bits of hardware as in this case.
I'm an electronics enthusiast (play with it on weekends) and the Rigol DS1054Z oscilloscope (it's the same used by OP) has a really good cost/benefit, and it's also hackable.
Re: Show HN: Giving a Broken Barcode Scanner a New Life with Elixir and Nerves
#6I love these little stories, they always make me want to go out and buy a proper oscilliscope so I can start my own adventures. I'm surprised by how simple and easy to understand the data serialisation is on some bits of hardware as in this case.
Re: Show HN: Giving a Broken Barcode Scanner a New Life with Elixir and Nerves
#7This is such a cool little project! I'm planning out a dedicated setup for my kitchen, particularly for recipes, but inventory management is another opportunity I've been wanting to explore. Great writeup with detail!
Re: Show HN: Giving a Broken Barcode Scanner a New Life with Elixir and Nerves
#8It's nice to see that someone else came up with this idea, executed it so well.
Re: Show HN: Giving a Broken Barcode Scanner a New Life with Elixir and Nerves
#9This is such a cool little project! I'm planning out a dedicated setup for my kitchen, particularly for recipes, but inventory management is another opportunity I've been wanting to explore. Great writeup with detail!
Thank you very much! I'd love to hear about what you come up with for recipe management.
I'd like to do a database of products purchase, purchase date, price paid, scan a barcode and mark it as consumed, and calculate typical consumption rate of the products.
I will keep things pretty simple, either a sqlite database that stays local or a LAMP setup so I've got access to an inventory list at the store along with "price check" functionality.
Re: Show HN: Giving a Broken Barcode Scanner a New Life with Elixir and Nerves
#10I was thinking of something similar, but mostly as an inventory + expiration tracking system, because we often forget what we have in the fridge and cabinets. I love the integration with Wunderlist for adding to the shopping list as well!