happytm
happytm
@andelf Unfortunately, with rust standalone I dont have rustup available. Is there any manual setting where I can add target? Thanks. This is the installation I have: ```Standalone installers The...
@andelf Seems like I am getting closer. Thank you for your patience and help. I get fewer errors now: ```Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights...
Finally. It compiled with some warnings. Thank you so much for your help. Now how can I download compiled Hex file using USB interface to above mentioned development board?
@andelf I will take a look. Thanks.
@andelf Pardon my ignorance. I was able to compile "brodcaster" example with your help. I have WeActstudio ch582f board with built in USB port. I need to flash the compiled...
@andelf Thank you. I get following message: ```C:\Users\ebhynes\CH582F>rustup component add llvm-tools info: component 'llvm-tools' for target 'x86_64-pc-windows-gnu' is up to date C:\Users\ebhynes\CH582F>cargo objcopy --release --example blinky -- -O ihex blin...
C:\Users\ebhynes\CH582F>cargo search cargo-objcopy thingy-91-nrf9160-bsp = "0.1.0" # BSP for the Nordic Thingy:91 nRF9160 C:\Users\ebhynes\CH582F>
@andelf It did a trick. I got blinky.hex file. Thank you so much for helping me setup end to end environment for Rust embedded. Now is time to play with...
@andelf I will leave this instructions here for future user of this repository using windows 7 machine: ```How to setup Rust embedded environment on Windows 7 Machine: 1. Download Rust...
FlexDash has matured a lot in few months. I think it is right time to create example of server running on ESP32 sending dummy sensor data to dashboard and couple...