Poll: / Discussion: What do you want to see next from Particle?

Software:
As in response to your other post, you can always file a support ticket at https://support.particle.io other question

But this is the respective GitHub issue milestoned for 0.8.0

And I agree on your other points :+1:

  • Pro industrial version of hardware that will support Ethernet and GPRS / 3G.
  • MCU: STM32F767ZI or better yet STM32F769NI in BGA.
    STMicro STM32F769NIH6 ARM Cortex-M7 microcontroller @ 216 MHz with FPU, DSP, MMU, 2MB Flash, 512 KB SRAM, 16 KB instruction TCM RAM (for critical real-time routines), and 4 KB backup SRAM
  • Support for SSL which will be simple to use as TCP client library. Something like SSLClient client.
  • Support for Modbus, 4-20mA
  • Functions that can return other types of variables besides Int
  • Support for local IDE as for example Visual Studio 2015

For this hardware I personally would pay more than $ 100.
If this becomes a reality this will be a most widely used hardware for industrial networked devices.

1 Like

Hi, in case you would be interested in checking it up, I describe something pretty close in this write-up:

Gustavo

1 Like

On WEBIDE --By typing β€œspark.” and make spelling checker and code completion look like this.


http://ichord.github.io/At.js/

Hi @gusgonnet.
Excellent :slight_smile:
Is there support for electron?

I think so. VS Code calls the Particle CLI to build the firmware and the CLI supports electron, so I’d say you are good to go.
Gustavo.