Search found 15 matches

by vikebo
Sat Mar 07, 2020 8:25 pm
Forum: Hardware Projects
Topic: pyBoard compatible E-Bike Computer - The pyEC
Replies: 14
Views: 15267

Re: pyBoard compatible E-Bike Computer - The pyEC

For road vehicles ISO2626 is the standards for functional safety of electrical and electronic systems. If you have a look at figure 1 here: https://www.iso.org/obp/ui/#iso:std:iso:26262:-12:ed-1:v1:en you can see that it applies from before the concept phase through decommissioning the product. You ...
by vikebo
Tue Dec 13, 2016 10:28 pm
Forum: ESP8266 boards
Topic: [SOLVED/WORKAROUND]Unable to get DHT22-example to work
Replies: 6
Views: 11932

Re: Unable to get DHT22-example to work

I tried the DHT11 example on a Wemos D1 mini and got the same timeout error. Found out the silkscreen for D2 and D4 had switched places, when connecting the sensor to the correct pin it works. No idea why your results change when importing main. Have you tried to use the pin for something else than ...
by vikebo
Thu Dec 01, 2016 5:22 pm
Forum: General Discussion and Questions
Topic: WiPy Timer
Replies: 2
Views: 2950

Re: WiPy Timer

Hello, I had some problems with the Timers not so long ago, also trying the examples. Unfortunately, I do not see what is wrong in your code, but I can show what is working on my WiPy now. Currently using the Pycom firmware (MicroPython v1.8.2-103-g834e021), but will move to the official MicroPython...
by vikebo
Sun Nov 06, 2016 9:05 pm
Forum: WiPy and CC3200 boards
Topic: RFC: Moving forward with the WiPy/CC3200 port
Replies: 6
Views: 8001

Re: RFC: Moving forward with the WiPy/CC3200 port

Looking at the Pycom forum, my guess is they have more than enough to do with the newer boards. I hadn't expected much more activity around the WiPy, so this is good news! I have a few WiPys and think it is great if you are able to let it follow the development of the other boards for a while longer...
by vikebo
Wed Dec 23, 2015 11:44 pm
Forum: WiPy and CC3200 boards
Topic: External WiFi Antenna
Replies: 1
Views: 4647

Re: External WiFi Antenna

You will also have to choose WLAN.EXT_ANT during initialisation of the network, or with the method wlan.antenna(). Have a look at the documentation here: http://micropython.org/resources/docs/en/latest/wipy/library/network.html I tried it using an antenna from a 2.4 GHz RC transmitter with better ra...
by vikebo
Sun Dec 13, 2015 6:49 pm
Forum: WiPy and CC3200 boards
Topic: Safeboot pin not working
Replies: 2
Views: 3841

Re: Safeboot pin not working

Thanks Sebastian, that thread helped.

Had to change SAFE_BOOT_PRCM and SAFE_BOOT_PORT in mpconfigboard.h as well, then SOP2 and Uniflash seems to have changed the Safeboot pin. At least it boots without safebooting, haven't tried using safeboot yet.
by vikebo
Tue Dec 08, 2015 8:30 pm
Forum: WiPy and CC3200 boards
Topic: Safeboot pin not working
Replies: 2
Views: 3841

Safeboot pin not working

Hello, I was trying the files from Dave in the rshell thread, but unfortunately I had a typo in the ip address in boot.py. To stop boot.py from being executed I connected the safeboot pin (GP28 on the extension board) to 3.3 V (also on the extension board) to enter safe mode. After that boot.py didn...
by vikebo
Sun Dec 06, 2015 6:23 pm
Forum: WiPy and CC3200 boards
Topic: rshell should now work with the WiPy
Replies: 9
Views: 8466

Re: rshell should now work with the WiPy

That makes sense now. I haven't really used REPL very much, but rshell seems like a good tool.
Thanks a lot for the files also, they will be helpful.
by vikebo
Fri Dec 04, 2015 6:33 am
Forum: WiPy and CC3200 boards
Topic: rshell should now work with the WiPy
Replies: 9
Views: 8466

Re: rshell should now work with the WiPy

Thank you for your reply. boot.py did print two comments, but removing them made no change. Also tried updating pyboard.py with your changes and still get the same error message. However, I have the configuration of WiPy as a station instead of an access point in boot.py which will probably case it ...
by vikebo
Thu Dec 03, 2015 9:43 pm
Forum: WiPy and CC3200 boards
Topic: rshell should now work with the WiPy
Replies: 9
Views: 8466

Re: rshell should now work with the WiPy

I tried using rshell for WiPy, but have some problems. I have all the files in the same folder and have python3-serial installed. Python3 is version 3.4.2 and MicroPython on the WiPy is v1.5-1-ge954604. WiPy is not operating as an AP, and with a fixed IP of 192.168.0.14. Still using standard usernam...