Giter Club home page Giter Club logo

brackets-cuwire's People

Contributors

apla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

brackets-cuwire's Issues

Cant Compile or Download

This looks like a stunning replacement for the clunky Arduino. Unfortunately I cant seem to get it working.

OS Windows 7 home Premium 64 Bit
Brackets 1.3.0-16022
CuWire 0.5.3
Arduino 1.5.8 (Initially tried with 1.6.3)

CuWire plugin installs OK.
Board drop-down gets populated and I can select the relevant board.
Serial port gets populated OK. Serial terminal works from one user account but not from another.

Programmer drop down does not populate with any options.
Compile and upload buttons give me a Failed status message.

Would really like to get this working - Any advice appreciated.

PS - Is the Arduino 1.6.3 supported ?

List of boards is stuck on loading....

Using a Mac, Have Arduino IDE 1.0.6 which i believe is the last one, and Brackets says it's up to date.
I Installed extension via extension manager option, the boards drop down just say loading... and thats it.
Port drop down does show list of ports.

anything else I can try?
Thanks

PlatformIO as source code builder and uploader

Hi @apla,

I'm an author of http://platformio.org project. The one thing that is missed in PlatformIO is own IDE. However, it can be easy integrated to popular IDEs.

Are you interested to switch to PlatformIO? It works without any dependencies, IDEs, tool chains and etc. under popular host OS (Mac, Windows, Linux 32/64 + ARMv6,7).

As I understand, you need 3 types of operations:

  • Show available boards:
> platformio boards --json-output
  • Initialise project with the specified board:
> platformio init --board=uno
  • Compile project
> platformio run
  • Upload firmware
> platformio run --target upload
  • Clean project
> platformio run --target clean

If you call PlatformIO from subprocess, don't forget to turn off prompts:

> platformio settings set enable_prompts No

PlatformIO will support a lot of new platforms and frameworks in release 1.0.0 which should be released within 1-2weeks. See HISTORY and the opened issues.

P.S.S: If you have any questions, don't hesitate to ask.

Twitter: @PlatformIO_Org

Cannot find sketchbook libraries

Hi there. I just installed Cuwire (the Brackets extension) and I must say it's much nicer looking than the official Arduino IDE. I am, however, having troubles with sketches that use libraries in the sketchbook folder (I guess this is now ~/Arduino/libraries rather than ~/sketchbook/libraries like it was in Arduino 1.0.x). Is there any way I can tell Cuwire where to find those libraries when compiling?

Cannot set Arduino IDE Location

On OSX Yosemite, installed Brackets, then Cuwire plugin. Have Arduino 1.5.8 installed at /Applications/Arduino.

Every time I set the Arduino IDE location, I get the following message:

Runtime issue:
No runtimes found! Please install Arduino 1.5.x then relaunch Brackets

I have tried entering:

  • /Applications/Arduino
  • /Applications/Arduino/
  • /Applications/Arduino.app
  • /Applications/Arduino.app/

And all produce the same error.

Auto-Completion not working

Hello, friend.
I think you know me ... !!

What has happened to auto-complete is not working! ... =)

You are not using the most CPLUS-lib parser? What's the matter?

Brackets-cuwire always loading.

I'm using:
Mac OS X Yosemite
Brackets 1.4.0
Arduino IDE 1.6.5
Arduino Uno board

When I open the Brackets extension I get this screen and it stays like that even after connecting my Arduino Uno and verifying its connection with the Arduino IDE.

Any idea why this is happening?

Image of cuwire loading

WIP feature list

Ordered by random:

IDE usability

  • code completion (story)
  • better syntax highlight
  • board image preview with pins, buses and pin quicklook from code
  • library workflow (add, install, view sources in editor โ€” see http://platform.io, codebender.cc)
  • platform runtime workflow (install, uninstall)
  • current define value, disabled blocks greyed out; defines list

Create sketch

  • empty sketch
  • sketch from example

Refactor:

  • code migration to dataflo.ws
  • separate package for cuwire cli

Added value:

  • additional platforms support (list)

Installation failure

Brackets: Release 1.14 build 1.14.2-17770
Arduino: 1.8.13

When trying to install cuwire via Extension Manager, simply get a "Installation failed. The extension encountered an error while starting up."

Can't seem to locate any type of error.log for Brackets.

Arduino user libraries not found

I am using Mac OSX and successfully been working within Arduino IDE while using user libraries in ~/Documents/Arduino/libraries. Unfortunately i am not able to compile the code within Brackets, as it is not able to find the header files i am including in the code.

The error:

Error: Command failed: /var/folders/64/6n0yv9515hz1n6z3bdzcwv6h0000gn/T/Brackets-cuwire-ad0b5375/Brackets.cpp:23:27: fatal error: RTIMUSettings.h: No such file or directory #include "RTIMUSettings.h" ^ compilation terminated. /var/folders/64/6n0yv9515hz1n6z3bdzcwv6h0000gn/T/Brackets-cuwire-ad0b5375/Brackets.cpp:23:27: fatal error: RTIMUSettings.h: No such file or directory #include "RTIMUSettings.h" ^ compilation terminated.

no offline installation method provided

Brackets doesn't honor HTTP_PROXY env vars, and thusly there is no way to install this extension when behind an http proxy.

This is not specifically a cuwire issue, obviously, so please provide an offline installation method.

Alternately, and not ideally, instructions on how to package this extension into a .zip that Brackets can use is sufficient.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.