Search found 58 matches

by BOB63
Sun Jun 18, 2017 4:02 pm
Forum: MicroPython pyboard
Topic: Can't delete some files from pyBoard
Replies: 4
Views: 3984

Re: Can't delete some files from pyBoard

Hi kfricke, Thanks !! I followed the procedure with usb connect without solve ,then I've repeated with board connect to a power bank and fixed the problem. Is the first time that I use the pyBoard connected to w10 laptop and I'm facing some strange beaviors with more than one pyBoard. Sometime the b...
by BOB63
Sun Jun 18, 2017 2:11 pm
Forum: MicroPython pyboard
Topic: Can't delete some files from pyBoard
Replies: 4
Views: 3984

Re: Can't delete some files from pyBoard

Really any suggestion ?
Does it mean that I've lost the board ? :shock:
by BOB63
Sat Jun 17, 2017 8:14 am
Forum: MicroPython pyboard
Topic: Can't delete some files from pyBoard
Replies: 4
Views: 3984

Can't delete some files from pyBoard

Hi, suddenly the boot.py and another file that I was testing with the pyboard have a size of 0 bytes and I can't delete or overwrite . If i detele the files apparently the files are delete but at the first connection of pyboard they appears again. If I try to overwrite the files i got a message that...
by BOB63
Sun Aug 07, 2016 11:49 am
Forum: Hardware Projects
Topic: How could I detect motion direction using a camera and pyBoard ?
Replies: 3
Views: 5072

Re: How could I detect motion direction using a camera and pyBoard ?

Hi, thank you dhylands, I'll give a look to that camera ! The solution with the mouse sensor I don't think that is applicable in my project because between the sensor and the object there are also 40-50 cm so i don't think that can be focused the sensor in the right way and then the objects are not ...
by BOB63
Sat Aug 06, 2016 9:49 am
Forum: Hardware Projects
Topic: How could I detect motion direction using a camera and pyBoard ?
Replies: 3
Views: 5072

How could I detect motion direction using a camera and pyBoard ?

Hi , I've in mind a project to use a small camera connected by serial interface to a pyBoard and detect if an object that pass under the camera is moving left to right or viceversa. Probably with other boards like RaspeberryPi and openCV could be more simple , but I've not idea at all how analyse th...
by BOB63
Sat Mar 19, 2016 11:38 pm
Forum: MicroPython pyboard
Topic: Just few k of memory space free.
Replies: 2
Views: 2951

Re: Just few k of memory space free.

It works !
Dave , thanks as ususal.
by BOB63
Sat Mar 19, 2016 10:32 pm
Forum: MicroPython pyboard
Topic: Just few k of memory space free.
Replies: 2
Views: 2951

Just few k of memory space free.

Hi , one of my pyboard when connected to PC show a free space of just 6k also if I've just store the basic files as show below: [img] mem.JPG [/img] I've just updated the firmware but nothing change . The board isn't connected to any battery backup and no SD card is installed, so I really don't unde...
by BOB63
Wed Mar 02, 2016 6:38 pm
Forum: MicroPython pyboard
Topic: Can be stored data inside non volative memory ?
Replies: 35
Views: 34977

Re: Can be stored data inside non volative memory ?

Hi, well ,I've completed my project. I'm finishing to write the down the project description into a document and ready to post it with the code (MicroPython and Processing2) in the forum. The project use the upower module from pythoncoder. I DON'T KNOW NOTHING AT ALL ABOUT THE DIFFERENT LICENSE THAT...
by BOB63
Sun Feb 14, 2016 8:07 pm
Forum: MicroPython pyboard
Topic: Can be stored data inside non volative memory ?
Replies: 35
Views: 34977

Re: Can be stored data inside non volative memory ?

Hi,pythoncoder, while I was posting the code I've discovered my mistake !! :oops: I was using the wrong instruction print(saved_data('footer')) instead than the right one print(saved_data['footer']) . This produce the error : TypeError: 'dict' object is not callable I've interpreted the error like t...
by BOB63
Sun Feb 14, 2016 3:42 pm
Forum: MicroPython pyboard
Topic: Can be stored data inside non volative memory ?
Replies: 35
Views: 34977

Re: Can be stored data inside non volative memory ?

Well,at the end I've been able to complete my project and all work fine as expected. Now looking to the code I think that could be improved,because as is said before, my intention was use dictionary to send/receive data between pyBOARD and PC application storing the dictionary into EEPROM to be rest...