E.g. ST Nucleo boards are around £10. Or the nRF52 device board is £30 - that gets you a proper BLE/Thread/etc board with a fully documented radio peripheral. You can write your own radio protocol if you want.
The Untold History of Arduino (2016)
21–30 of 38 posts
Re: The Untold History of Arduino (2016)
#22Arm have finally started making a decent offline mBed IDE so hopefully in a year or two there will be no reason to use Arduino at all. The mBed API is much better and the range and price of boards is generally better too. E.g. ST Nucleo boards are around £10. Or the nRF52 device board is £30 - that gets you a proper BLE/Thread/etc board with a fully documented radio peripheral. You can write your own radio protocol i…
The libraries of each are written for different groups of people, and it shows.
For example, you can do a lot of stuff in the Arduino without using pointers. The mBed requires pointer usage.
Re: The Untold History of Arduino (2016)
#23Arm have finally started making a decent offline mBed IDE so hopefully in a year or two there will be no reason to use Arduino at all. The mBed API is much better and the range and price of boards is generally better too. E.g. ST Nucleo boards are around £10. Or the nRF52 device board is £30 - that gets you a proper BLE/Thread/etc board with a fully documented radio peripheral. You can write your own radio protocol i…
Re: The Untold History of Arduino (2016)
#24Arm have finally started making a decent offline mBed IDE so hopefully in a year or two there will be no reason to use Arduino at all. The mBed API is much better and the range and price of boards is generally better too. E.g. ST Nucleo boards are around £10. Or the nRF52 device board is £30 - that gets you a proper BLE/Thread/etc board with a fully documented radio peripheral. You can write your own radio protocol i…
mBed is complicated. Arduino is simpler for artists/hobbists. The libraries of each are written for different groups of people, and it shows. For example, you can do a lot of stuff in the Arduino without using pointers. The mBed requires pointer usage.
Re: The Untold History of Arduino (2016)
#25Arm have finally started making a decent offline mBed IDE so hopefully in a year or two there will be no reason to use Arduino at all. The mBed API is much better and the range and price of boards is generally better too. E.g. ST Nucleo boards are around £10. Or the nRF52 device board is £30 - that gets you a proper BLE/Thread/etc board with a fully documented radio peripheral. You can write your own radio protocol i…
Re: The Untold History of Arduino (2016)
#26Earlier quoted context omitted.
I don't even bother with Arduino clones. You can get much better for less money. E.g. in the UK on Amazon an Arduino Uno R3 is £39.99 and a clone with excellent reviews is £6.99. For £5 I can get an ESP8266 on a NodeMCU board - these have more GPIO, much faster CPU, WiFi, drop nicely in to a breadboard, etc. They work with the Arduino IDE with only a tiny bit of configuration. For not much more there's an ESP-32 whic…
Aren't you forced into using the RTOS provided with the devkit though? I don't like having blobs on my laptop much less in MCU firmware.
Re: The Untold History of Arduino (2016)
#27Earlier quoted context omitted.
I don't even bother with Arduino clones. You can get much better for less money. E.g. in the UK on Amazon an Arduino Uno R3 is £39.99 and a clone with excellent reviews is £6.99. For £5 I can get an ESP8266 on a NodeMCU board - these have more GPIO, much faster CPU, WiFi, drop nicely in to a breadboard, etc. They work with the Arduino IDE with only a tiny bit of configuration. For not much more there's an ESP-32 whic…
Aren't you forced into using the RTOS provided with the devkit though? I don't like having blobs on my laptop much less in MCU firmware.
Re: The Untold History of Arduino (2016)
#28There seemed to be fundamentally different philosophies to the two projects. Arduino at the time was catering to the maker crowd--selecting only through-hole components so people could assemble their own boards without having to deal with SMD soldering. I think they didn't even sell pre-assembled boards back then. Wiring was definitely more polished, trading low cost and ease of assembly for additional features like USB.
Of course now you can buy fully assembled Arduino boards and a bunch of them even use SMD components, which may be evidence validating the Wiring philosophy...
Re: The Untold History of Arduino (2016)
#29Re: The Untold History of Arduino (2016)
#30Arm have finally started making a decent offline mBed IDE so hopefully in a year or two there will be no reason to use Arduino at all. The mBed API is much better and the range and price of boards is generally better too. E.g. ST Nucleo boards are around £10. Or the nRF52 device board is £30 - that gets you a proper BLE/Thread/etc board with a fully documented radio peripheral. You can write your own radio protocol i…
All professional development with microcontrollers is done with Makefiles, because of Reasons.