Search found 6 matches

by Xykon
Wed May 26, 2021 10:22 am
Forum: General Discussion and Questions
Topic: Is there a way to encrypt MicroPython codes?
Replies: 11
Views: 6850

Re: Is there a way to encrypt MicroPython codes?

Another option is to use an esp32 based module. First you can compile the py file as frozen code and append it to the firmware binary.

If you enable secure boot + flash encryption, you can ensure that the flash content cannot be cloned as the keys are stored inside fuses on the esp32.
by Xykon
Tue Oct 27, 2015 2:20 pm
Forum: WiPy and CC3200 boards
Topic: Getting started
Replies: 15
Views: 13978

Re: Getting started

Yes it was the jumpers... I had seen the hardware guide before but somehow didn't realize you had to use them.

Now I'm trying to figure out how to use a for statement on the serial REPL prompt...
by Xykon
Tue Oct 27, 2015 12:48 pm
Forum: WiPy and CC3200 boards
Topic: Getting started
Replies: 15
Views: 13978

Re: Getting started

It's been a while since I got a 2nd go at my WiPy as I was buried in a lot of work. I finally managed to get the REPL via serial, but not with the supplied devsys board. I tried the dev board both under Windows 10 (with built-in and latest FTDI drivers) as well as latest Ubuntu Linux but wouldn't ge...
by Xykon
Sat Oct 17, 2015 8:10 pm
Forum: WiPy and CC3200 boards
Topic: Firmware updates - where will they be?
Replies: 3
Views: 3710

Re: Firmware updates - where will they be?

I am in the process of updating the firmware... This is a good start: https://github.com/micropython/micropython/tree/master/cc3200 I first tested this with my GHI CERB40 board which I had laying around, using the stmhal version build built and deployed without any issues and got me started which I ...
by Xykon
Thu Oct 15, 2015 9:15 pm
Forum: WiPy and CC3200 boards
Topic: Getting started
Replies: 15
Views: 13978

Re: Getting started

OK thanks... looks like I'll have to get a USB Wifi adapter first.
by Xykon
Thu Oct 15, 2015 7:38 pm
Forum: WiPy and CC3200 boards
Topic: Getting started
Replies: 15
Views: 13978

Getting started

Hello, I received my WiPy board with dev board today... I soldered in the headers and plugged it into USB. My understanding is that I should have a serial port and a disk, but I only get the serial port. And I can't see anything over that serial port. I can connect to the WiPi with my phone so Wifi ...