photron Posted July 12, 2016 at 02:13 PM Share Posted July 12, 2016 at 02:13 PM Details in the blog post: http://www.tinkerforge.com/en/blog/2016/7/12/brick-daemon-beta-for-windows-10-iot-core-part-1-2 Post your questions and suggestions here! Quote Link to comment Share on other sites More sharing options...
Hansepans Posted March 7, 2017 at 09:52 AM Share Posted March 7, 2017 at 09:52 AM Hey, I started a project with Windows 10 IoT Core and I like your hardware concept. Do you have an example, how I can use the Master Brick with Windows 10 IoT Core. For example, I want to read temperature data from the Temperature Bricklet in Windows IoT 10 Core, with C# and your library. Is it possible? P.S.: Can I use the Brick Daemon on Windows IoT and then use the API bindings to get data from the Bricks and the Bricklets? Quote Link to comment Share on other sites More sharing options...
photron Posted March 7, 2017 at 12:56 PM Author Share Posted March 7, 2017 at 12:56 PM You need to install brickd on your Windows 10 IoT device. Then you can use the C# API bindings and the examples as you would with any other installation of brickd to talk to the devices connected over USB to the Windows 10 IoT device. There is currently a limitation that you cannot run brickd and your C# app on the same Windows 10 IoT device. Microsoft doesn't allow for two apps on the same device to talk to each other over localhost. You'll need to run you C# app on a different device for now. I've a solution for this problem in mind, but haven't implemented it yet. Quote Link to comment Share on other sites More sharing options...
Hansepans Posted March 7, 2017 at 11:21 PM Share Posted March 7, 2017 at 11:21 PM Thank you photron. There is currently a limitation that you cannot run brickd and your C# app on the same Windows 10 IoT device. Microsoft doesn't allow for two apps on the same device to talk to each other over localhost. You'll need to run you C# app on a different device for now. I've a solution for this problem in mind, but haven't implemented it yet. I have tried this and I get the same problem. Is it possible to use the connection from the daemon? What I mean is: I can communicate from my headed application to the daemon with app-services and if I can use the connection from the daemon for the "IPConnection", then it should work!? Quote Link to comment Share on other sites More sharing options...
Hansepans Posted March 8, 2017 at 08:34 PM Share Posted March 8, 2017 at 08:34 PM Is it possible, to use the C# API with the Breakout Bricklet (I2C)? I only need Bricklets with a C# API, not the Master Brick. Or can I communicate with the Master Brick about I2C or SPI to get Bricklet data? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.