Search found 10 matches

by mrpackethead
Fri Apr 08, 2022 7:39 am
Forum: Development of MicroPython
Topic: MBEDTLS on rp2 port
Replies: 1
Views: 1620

Re: MBEDTLS on rp2 port

Cryptolib is now supported in teh rp2 port!
by mrpackethead
Sat Mar 26, 2022 9:56 pm
Forum: Development of MicroPython
Topic: MBEDTLS on rp2 port
Replies: 1
Views: 1620

MBEDTLS on rp2 port

Hello all, i'm wondering if someone can give me some pointers on how to get MBEDTLS compiled into the rp2 port. My application is Lorawan based, and i need aes for that. I found this https://lemariva.com/blog/2021/02/raspberry-pi-pico-rp2040-meets-lorawan where the author starts to talk about what h...
by mrpackethead
Sat Mar 26, 2022 9:08 pm
Forum: Raspberry Pi microcontroller boards
Topic: axtls on raspberry pi pico
Replies: 1
Views: 1090

Re: axtls on raspberry pi pico

where you able to resolve this?

I'm trying to figure out how to use MBEDTLS on an RP2040
by mrpackethead
Mon Mar 07, 2022 8:35 am
Forum: Raspberry Pi microcontroller boards
Topic: Creating a new RP2040 board...? How to?
Replies: 0
Views: 10201

Creating a new RP2040 board...? How to?

Is there a guide or tutorial about the process of creating a new board definition for a RP2040 based port?
by mrpackethead
Sat Mar 05, 2022 7:30 am
Forum: Raspberry Pi microcontroller boards
Topic: RAK 11300 and Micropython.
Replies: 7
Views: 3155

Re: RAK 11300 and Micropython.

So, i've hit a bit of a setback.. and not entirely sure what to do next. I put the RAK11300 into bootloader mode. Got the RP2 drive up and copied the RP2040 Python UF2 file into it.. It Immediatlely rebooted, as expected , and COM6 appeared on my machine. ( i'm using windows 11, Pymakr and Vscode )....
by mrpackethead
Sat Mar 05, 2022 5:14 am
Forum: Raspberry Pi microcontroller boards
Topic: RAK 11300 and Micropython.
Replies: 7
Views: 3155

Re: RAK 11300 and Micropython.

The parts arrived in the mail yesterday

Image
by mrpackethead
Mon Feb 28, 2022 7:36 pm
Forum: Raspberry Pi microcontroller boards
Topic: RAK 11300 and Micropython.
Replies: 7
Views: 3155

Re: RAK 11300 and Micropython.

heres a port of the sx1262..

Looks like most of the works been done.. i just need to join this all together.
by mrpackethead
Mon Feb 28, 2022 4:53 am
Forum: Raspberry Pi microcontroller boards
Topic: RAK 11300 and Micropython.
Replies: 7
Views: 3155

Re: RAK 11300 and Micropython.

It was suggested on the rak forum https://forum.rakwireless.com/t/microp ... 310/6431/2 that perhaps that i could use the repo

https://github.com/lemariva/uPyLoRaWAN

and port the sx127x.py to SX1262.
by mrpackethead
Mon Feb 28, 2022 4:10 am
Forum: Raspberry Pi microcontroller boards
Topic: RAK 11300 and Micropython.
Replies: 7
Views: 3155

Re: RAK 11300 and Micropython.

Its essetnially an RP2040 and a SX1262..

Are there exisiting modules to make that work? Any pointers.

I found this.. ( https://github.com/lemariva/uPyLoRaWAN )

FYI, still finding my feet with micropython. I'm a long time Python coder, long time electronics guy, but trying to fill in the gaps..
by mrpackethead
Sun Feb 27, 2022 1:32 am
Forum: Raspberry Pi microcontroller boards
Topic: RAK 11300 and Micropython.
Replies: 7
Views: 3155

RAK 11300 and Micropython.

Hello Pythonists, Im wondering if anyone else is trying to use micropython on using RAKWirless's RAK11330? Its got a RP2040 on it, so it should not be too far of a stretch to do it. ( i've got some on order, hopefully coming in the next week or so ).. I'll be looking for lora / lorawan modules https...