我想知道是否可以编写自己的固件来在我制作的设备上运行。该设备与您在杂货店看到的便携式价格检查器非常相似。它扫描条形码并返回 ID 号。有关我的设备和我正在从事的大项目的更多信息可以在这里找到:
我对新型 WCP(无线连接协议)的想法
我想在 VB.net 中编写此固件,因为我非常熟悉它,但是如果另一种语言会更好,请指定哪种语言以及在哪里我应该开始了。
我想要的扫描固件的一个例子是名为 Qrafter 的 iphone/ipod touch 应用程序。它允许您扫描任何二维码,并根据其值进行相应操作。
固件规格要求:
本质上,我希望该固件获取扫描仪读取的 QR 码的值,并将该值与作为变量存储在固件本身中的 ID 进行比较。当我制作更多设备时,我会为每个设备分配一个唯一的设备 ID,该 ID 与要匹配的 QR 码相对应。
i was wondering if it was possible to write my own firmware that will run on a device im making. This device is very similar to the price portable price checkers you see in grocery stores. it scans the barcode which returns an id number. More information about my device and about the big project im working on can be found here:
My Idea For A New Type Of WCP (Wireless Connection Protocol)
I'd like to write this firmware in VB.net because im Very Familiar with it, however if another language would be better please specify which one and where i should start.
An example of what i want the scanning firmware to be like is the iphone/ipod touch application called Qrafter. it allows you to scan any QR code and depending on what its value is, act accordingly.
Firmware Spec Requirements:
Essentially, i want this firmware to get the value of the QR code that the scanner reads, and compare the value to the ID that is stored as a variable in the firmware itself. when i make more devices ill assign each one a unique device ID that corresponds with a QR code to match.
发布评论
评论(1)
您正在制作的设备肯定正在使用某种类型的微控制器。您需要用微控制器支持的语言编写固件。
如果您仍处于
vapor规划阶段,您可以开始查看使用 Netduino 微控制器.NET Micro FrameworkNetduino 上的一些博客文章:
The device you are making surely is using some type of microcontroller. You will need to write the firmware in the language the microcontroller supports.
If you are still in the
vaporplanning stages, you can start looking at Netduino microcontrollers that uses the .NET Micro FrameworkSome blog posts on Netduino: