MakerAsia / KBProIDE

KB Pro IDE
MIT License
126 stars 48 forks source link

U-blox Nina W102 #44

Open tcpipchip opened 3 years ago

tcpipchip commented 3 years ago

Sir,

I want to port KBProIDE to u-blox nina w102, but i have to change the partitions config to runs in 2Mb Flash.

Can you instruct me where the csv file ?

If works, i will do good blogs :)

https://loja.smartcore.com.br/pagina/blog-faq-familia-nina-u-blox-wifi-ble.html

comdet commented 3 years ago

Hi According to this function : https://github.com/MakerAsia/kbpro-arduino-platfrom/blob/d2db035335ec71ec161ede418811d712fee42f34/compiler.js#L263 I use compiled partition table from this : https://github.com/MakerAsia/kbpro-esp-idf-platfrom/tree/master/tools/partitions That file can be found in directory "platforms/esp-idf/tools"

tcpipchip commented 3 years ago

Hi @comdet

Maker team has interested to include a new Module in the List ?

tcpipchip commented 3 years ago

it´s now running 100% good on U-BLOX NINA W102

tcpipchip commented 3 years ago

can we add to you list ?

tcpipchip commented 3 years ago

Preliminary blog https://u-blox-ninaw-idf.blogspot.com/2020/12/u-blox-nina-w102-kb-ide.html

comdet commented 3 years ago

Hi @comdet

Maker team has interested to include a new Module in the List ?

let me check how to make U-BLOX NINA W102 compatible with compile system without modify core platform.

tcpipchip commented 3 years ago

Nice, very very nice!

I guess to teach about KB-IDE in CLASSROOM :+1:

comdet commented 3 years ago

I create new repo here : https://github.com/comdet/kbide-ublox-nina-w102 and override flash function with partition file from your blog. Now I already publish in KB-IDE. image You can check it in the Board Manager (I don't have any hardware to test but it should work) so please test and confirm again.

tcpipchip commented 3 years ago

hi @comdet

It´s working! Very nice! Thanks!

I will upgrade the BLOG soon!

Btw, is the WIFI and BLUETOOTH packages enabled ?

I am gotting error during compile

Look image

tcpipchip commented 3 years ago

and bluetooth is working ?

comdet commented 3 years ago

@tcpipchip I already fixed WiFi and Bluetooth issue, please update to board version 1.0.1 in board manager.

tcpipchip commented 3 years ago

@comdet Good morning! How are you ? WIFI WORKING NOW!

Have you see if BLE is working ? I executed the Blockly and Source example, both now execute, i cant see using the BLE SCAN!

I tried the NIMBLE and KOLBAHR libs and worked! But KB-IDE not runs!

Can you verify ?

ThankS!

========================================== Btw, why dont you use the NimBLE on KB-IDE, you will see that the size of code will be lower and faster!

tcpipchip commented 3 years ago

btw https://u-blox-ninaw-idf.blogspot.com/2020/12/u-blox-nina-w102-kb-ide.html, updated

tcpipchip commented 3 years ago

Hi, did you verify if BLE works ?