Search found 70 matches

by Peter.Kenyon
Wed May 18, 2016 9:15 am
Forum: General Discussion and Questions
Topic: Serial Chart to Live plot Micropython's output
Replies: 7
Views: 9578

Re: Serial Chart to Live plot Micropython's output

I am interested in a firmata build for micropython... here are a few reasons... firmata running on pyboard gives access to io. Now you can.. run C / C# / Python (visual studio full debugging) on a pc to develop your application check hardware works etc etc then can port possibly to a different platf...
by Peter.Kenyon
Tue May 17, 2016 9:48 am
Forum: General Discussion and Questions
Topic: BLE aka Bluetooth Smart
Replies: 0
Views: 4741

BLE aka Bluetooth Smart

Has anyone looked into doing any Ble development with the upython. There are a few vendors who provide an abstracted environment for ble app development, eg Laird have a Basic environment, Bluegiga have a script interface, how about a python implementation. I was thinking that hooking up to a Nordic...
by Peter.Kenyon
Fri May 13, 2016 6:22 am
Forum: ESP8266 boards
Topic: v1.8-52-gbc04dc2 could not open file 'boot.py' for reading - .DS_Store to blame
Replies: 10
Views: 11427

Re: v1.8-52-gbc04dc2 could not open file 'boot.py' for reading - .DS_Store to blame

been caught out by that a few times, user inserts a usb stick into a mac and it comes back littered with hidden crap
by Peter.Kenyon
Thu May 12, 2016 8:32 am
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 54456

Re: Porting to Nordic Semiconductor nRF52

@badi: I had a look at the limifrog - nice board - but no mention of micropython
by Peter.Kenyon
Thu May 12, 2016 8:06 am
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 54456

Re: Porting to Nordic Semiconductor nRF52

any updates on this, it would be nice to program a ble (smart) device in python
by Peter.Kenyon
Sun Apr 10, 2016 6:10 am
Forum: General Discussion and Questions
Topic: Linux Command Line on Windows
Replies: 14
Views: 12014

Re: Linux Command Line on Windows

Yes I want to be able to cross compile for the stm port. I got it working using a hyperv, but hopefully this will work as well.
by Peter.Kenyon
Sat Apr 09, 2016 10:49 am
Forum: General Discussion and Questions
Topic: Linux Command Line on Windows
Replies: 14
Views: 12014

Re: Linux Command Line on Windows

windows 10 insider build 14316 has this feature.
watch this space
by Peter.Kenyon
Thu Mar 31, 2016 7:11 am
Forum: General Discussion and Questions
Topic: Linux Command Line on Windows
Replies: 14
Views: 12014

Linux Command Line on Windows

Saw this at Build, https://channel9.msdn.com/Events/Build/2016/C906
maybe this will help out us windoze people to build upython.
Though personally I don't know why we don't use ... python
by Peter.Kenyon
Thu Mar 24, 2016 3:41 pm
Forum: Other Boards
Topic: build micropython for STM32F7DISC on windows
Replies: 19
Views: 18727

Re: build micropython for STM32F7DISC on windows

.... made the mods as suggested by dhylands, in order to enable dfu mode. nb the power jumper needs to be set correctly. : : : I : insert uusb into cn13, hold down dfu pin and reset. device goes into dfu mode upload firmware reset and lo and behold a usb uart with upy.... Excellent stuff dh Damien e...
by Peter.Kenyon
Thu Mar 24, 2016 2:09 pm
Forum: Other Boards
Topic: build micropython for STM32F7DISC on windows
Replies: 19
Views: 18727

Re: build micropython for STM32F7DISC on windows

I decided to go the vm route, never tried hyper v so what the heck.... Enabled HyperV on windows 10... Programs and Features Turn Windows Features on or off X Hyper-V Reboot Download Ubuntu 14.04.4-desktop-amd64.iso Open HyperV manager Create a network bridge connection Create a new virtual machine ...