Search found 3 matches

by 2dof
Thu Aug 25, 2022 5:09 pm
Forum: General Discussion and Questions
Topic: Connect esp32 BLE to PC BT
Replies: 1
Views: 21158

Connect esp32 BLE to PC BT

I have problem with connecting Windows 10 machine (dell laptop) to ESP32 ble, i have done procedure described in : https://www.techcoil.com/blog/how-to-connect-to-an-esp32-development-board-via-bluetooth-on-windows-10/ and and system installed esp32 bt driver and paired esp32 but in More Bluetooth o...
by 2dof
Tue Aug 16, 2022 10:41 am
Forum: General Discussion and Questions
Topic: 2D Arrays/Matrix in micropython
Replies: 5
Views: 19864

Re: 2D Arrays/Matrix in micropython

Sounds like you're looking for ulab -- https://github.com/v923z/micropython-ulab/ This is exactly what i need and even more - Thanks! jameswise - thanks for explanation - I'm going to use arrays/matrix in dsp processing and micropython array/uarray is not applicable for this, and uarray ( did You m...
by 2dof
Wed Aug 10, 2022 10:36 pm
Forum: General Discussion and Questions
Topic: 2D Arrays/Matrix in micropython
Replies: 5
Views: 19864

2D Arrays/Matrix in micropython

I'm looking for information or libraries with 2D arrays/matrix implementation, unfortunately i have been searching on the forum also on git-hub repos and I have not found anything similar to Python Numpy ( where arrays.matrix operation are base on LAPACK/BLAS interface ), micropython array.array is ...