Search found 111 matches

by bmarkus
Mon Dec 07, 2015 9:19 am
Forum: MicroPython pyboard
Topic: Ideas for next evolution of pyboard
Replies: 75
Views: 72415

Re: Ideas for next evolution of pyboard

I would appreciate a breadboard friendly board. Sure it would be bigger than current one but would make its use much more easier.
by bmarkus
Mon Dec 07, 2015 7:18 am
Forum: MicroPython pyboard
Topic: Ideas for next evolution of pyboard
Replies: 75
Views: 72415

Re: Ideas for next evolution of pyboard

Regarding shields, concentrate on core business, I mean MicroPython and Pyboard development and do not waste time for extension board, use a 3rd-party existing solution. One possibility is Click Boards from MikroElektronika. They are small, plenty of different modules, widely available at main distr...
by bmarkus
Mon Nov 30, 2015 7:16 am
Forum: Other Boards
Topic: Raspberry Pi Zero
Replies: 29
Views: 39307

Re: Raspberry Pi Zero

Regarding RPi connectivity you have also the 1-wire Dallas/Maxim interface. 8GB SD card is needed for Raspbian, but e.g. piCore LINUX runs fine with an 512M card (if you find any). Zero has no Ethernet and many apps even do not need video connection. You can save the HDMI cable, but you have the pow...
by bmarkus
Fri Nov 27, 2015 7:19 am
Forum: Other Boards
Topic: Raspberry Pi Zero
Replies: 29
Views: 39307

Re: Raspberry Pi Zero

Implementing MicoPython on a bare metal Raspberrey Pi can be challenging and big fun, also can serve self education but I do not see practical reasons on a system with 512MByte RAM and a powerful CPU. In such environment MicroPython limitations would be a pain, I would use cPython instead. If your c...
by bmarkus
Thu Nov 26, 2015 7:31 am
Forum: General Discussion and Questions
Topic: why linux and windows builds
Replies: 31
Views: 22096

Re: why linux and windows builds

On Centos7:

Code: Select all

472 tests performed (15721 individual testcases)
472 tests passed
3 tests skipped: cmd_showbc cmd_verbose extra_coverage
by bmarkus
Thu Nov 26, 2015 6:24 am
Forum: General Discussion and Questions
Topic: why linux and windows builds
Replies: 31
Views: 22096

Re: why linux and windows builds

On Raspberry Pi the result is: 454 tests performed (15564 individual testcases) 453 tests passed 21 tests skipped: cmd_showbc cmd_verbose native_closure native_const native_misc viper_args viper_binop_arith viper_binop_comp viper_binop_comp_imm viper_binop_multi_comp viper_cond viper_error viper_mis...
by bmarkus
Tue Nov 24, 2015 6:33 pm
Forum: General Discussion and Questions
Topic: why linux and windows builds
Replies: 31
Views: 22096

Re: why linux and windows builds

Peter.Kenyon wrote:oh right, I wasn't aware CPython was so clunky, has anyone put uPython on beaglebone black, maybe I should try that instead of the 2.7? default version
It builds fine on Raspberry Pi with the GCC toolchain, it must work on BBB with no issues.
by bmarkus
Tue Nov 24, 2015 6:41 am
Forum: Other Boards
Topic: RedBear at Kickstarter
Replies: 7
Views: 7974

RedBear at Kickstarter

There is a RedBear project running at Kickstarter which is already founded, based on STM32F205 ARM Cortex-M3 and a Broadcom chip offering WiFi and Bluetooth connectivity: https://www.kickstarter.com/projects/1991736672/redbear-duo-a-small-and-powerful-wi-fi-ble-iot-boa They are advertising Arduino, ...
by bmarkus
Mon Nov 09, 2015 12:46 pm
Forum: WiPy and CC3200 boards
Topic: Controlling a led, pull up resistor value
Replies: 12
Views: 13374

Re: Controlling a led, pull up resistor value

While it may work, as a general rule NEVER drive a LED directly from a microcontroller port. In a 3.3V system a 120-220 Ohm resistor would be a safe choice in most cases.