Search found 10 matches

by tcpipchip
Wed Jul 20, 2022 1:46 pm
Forum: micro:bit boards
Topic: micro:bit V2 - u-blox
Replies: 0
Views: 26777

micro:bit V2 - u-blox

Hi Recently i got success to run the hex code created by makecode to run on NRF52833 (u-blox nina b40) I had to make Script to edit the hex code and finally convert it to uf2, because on hex there are the v1 and v2 Then i transfer the uf2 to nrf52833 using the drag and drop of Adafruit. Now i am try...
by tcpipchip
Mon Oct 11, 2021 5:18 pm
Forum: General Discussion and Questions
Topic: stm32l071cz + SX1276
Replies: 0
Views: 879

stm32l071cz + SX1276

Sir,
I am finishing the porting the Micropython to LOM204 LORAWAN module.
I have a first question, where is the the config file that define wich are the the TXD and RXD gpio used to make the Micropython console interface ?
Thank so so much!
Thanks!
by tcpipchip
Mon Dec 21, 2020 8:10 pm
Forum: Other Boards
Topic: u-blox nina B302
Replies: 2
Views: 2162

Re: u-blox nina B302

btw, how can ask to micropython compiler to add the Modules BLE and MUSIC during compiling MicroPython v1.13-266-g069557ede on 2020-12-21; MDK-USB-DONGLE with NRF52840 Type "help()" for more information. >>> import ble Traceback (most recent call last): File "<stdin>", in <module> ImportError: no mo...
by tcpipchip
Mon Dec 21, 2020 6:50 pm
Forum: Other Boards
Topic: u-blox nina B302
Replies: 2
Views: 2162

u-blox nina B302

https://micropython-nina-w102.blogspot. ... ython.html

The only problem is that the compiler didnt include ble and music
by tcpipchip
Fri Sep 13, 2019 11:10 am
Forum: General Discussion and Questions
Topic: Esp32 acessing aws iot
Replies: 0
Views: 1938

Esp32 acessing aws iot

[0;32mI (24738) network: CONNECTED[0m [0;32mI (26938) event: sta ip: 192.168.0.23, mask: 255.255.255.0, gw: 192.168.0.1[0m [0;32mI (26938) network: GOT_IP[0m assertion "ret == 0" failed: file "../../extmod/modussl_mbedtls.c", line 177, function: socket_new abort() was called at PC 0x4014bebb on core...
by tcpipchip
Wed Aug 21, 2019 1:45 pm
Forum: ESP32 boards
Topic: SSL ESP32
Replies: 1
Views: 2227

SSL ESP32

import ssl import socket s = socket(socket.AF_INET, socket.SOCK_STREAM, socket.IPPROTO_SEC) >>> import socket >>> import ssl >>> s = socket(socket.AF_INET, socket.SOCK_STREAM, socket.IPPROTO_SEC) Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object h...
by tcpipchip
Wed Aug 21, 2019 1:05 pm
Forum: General Discussion and Questions
Topic: Micropython ESP32 2MB flash - Error
Replies: 0
Views: 1790

Micropython ESP32 2MB flash - Error

Hi Recently was ported the micropython to ESP32 2Mb All was going well until i tried to execute the following fuction mqtt_client.connect() assertion "ret == 0" failed: file "../../extmod/modussl_mbedtls.c", line 177, function: socket_new abort() was called at PC 0x4014b803 on core 1 ELF file SHA256...
by tcpipchip
Thu Aug 08, 2019 7:21 pm
Forum: General Discussion and Questions
Topic: Micropython ESP32 2MB flash
Replies: 2
Views: 2306

Re: Micropython ESP32 2MB flash

Thanks to the help! I can compile now to 2Mb... And got 4 files bin Problem is that reseting the ESP32...(NINA W102)...looks a bootloader problem... Btw, do you know wich address i have to select to use to burn with Flashtools for the follwing bin files ? bootloader.bin firmware.bin applicaton.bin p...
by tcpipchip
Wed Aug 07, 2019 7:26 pm
Forum: General Discussion and Questions
Topic: Micropython ESP32 2MB flash
Replies: 2
Views: 2306

Micropython ESP32 2MB flash

Sir,

I want to port the Micropython to U-BLOX NINA W102 (ESP32 with 2MB flash).

Is it possible ? If yes, wich of csv partition must i change to make the build and wich values of partitions did you use ?

I got succesfully ported the AT COMMANDS to NINA W102! But not micropython yet

Can you help ?