Search found 11 matches

by sonnybalut
Thu Jan 13, 2022 11:47 pm
Forum: ESP32 boards
Topic: ESP-Now support for ESP32 (and ESP8266)
Replies: 368
Views: 1509395

Re: ESP-Now support for ESP32 (and ESP8266)

Hi, Thank you @glenn20 for the espnow image. I have two youtubes demo link below and source in the description for espnow demo (one with known mac address, one with unknown mac address). Then a bunch of code snippets on my website. youtube links: https://www.youtube.com/watch?v=AyNRB0HplFU known mac...
by sonnybalut
Mon Jan 03, 2022 11:15 pm
Forum: Raspberry Pi microcontroller boards
Topic: Pico and BNO055 IMU
Replies: 55
Views: 80011

Re: Pico and BNO055 IMU

Here is my youtube demo, source in the description

https://www.youtube.com/watch?v=uu4slYGSQPE
by sonnybalut
Sun Nov 28, 2021 3:14 am
Forum: Raspberry Pi microcontroller boards
Topic: Use RP2040 in I2C slave mode
Replies: 1
Views: 5404

Re: Use RP2040 in I2C slave mode

Hi,

Pico i2c slave code snippet link below.

http://www.crus.in/codes/espruino_pico_i2c.txt

Sonny
by sonnybalut
Mon Jun 07, 2021 6:13 pm
Forum: Raspberry Pi microcontroller boards
Topic: Pi Pico, Bluetooth Transreciever HC05 and Motor Driver.
Replies: 1
Views: 1457

Re: Pi Pico, Bluetooth Transreciever HC05 and Motor Driver.

Hi, I have some youtube demos (link below) using hm-19 ble module and pico, source in the description . 1. https://www.youtube.com/watch?v=gkE9XTNFGoI 2. https://www.youtube.com/watch?v=XWkKvq1KTQ4 3. https://www.youtube.com/watch?v=eeJpgbeWJrI Hope it will give you some ideas. Thanks, Sonny
by sonnybalut
Sat Apr 17, 2021 2:09 am
Forum: Raspberry Pi microcontroller boards
Topic: pico demo using ble uart module, source in the description
Replies: 0
Views: 1259

pico demo using ble uart module, source in the description

youtube demo --> https://www.youtube.com/watch?v=gkE9XTNFGoI
android app flutter source code is included in the description

Thanks,
Sonny
by sonnybalut
Fri Apr 09, 2021 9:56 pm
Forum: Raspberry Pi microcontroller boards
Topic: Receive data from PC
Replies: 2
Views: 1787

Re: Receive data from PC

Using Chrome browser on Ubuntu source in the description, here's a youtube demo --> https://www.youtube.com/watch?v=wAt93JhSLoQ

Thanks,
Sonny
by sonnybalut
Fri Apr 02, 2021 3:41 am
Forum: Raspberry Pi microcontroller boards
Topic: Problem extending MicroPython in C on Pico
Replies: 4
Views: 2703

Re: Problem extending MicroPython in C on Pico

OK I just tried the usercmodule example and it works for me. Steps I took: 1. Follow instruction from Chapter 1.3 on this link -> https://datasheets.raspberrypi.org/pico/raspberry-pi-pico-python-sdk.pdf 2. When you get to the last step, instead of just typing make, type this instead -> make USER_C_M...
by sonnybalut
Thu Apr 01, 2021 2:10 pm
Forum: Raspberry Pi microcontroller boards
Topic: Problem extending MicroPython in C on Pico
Replies: 4
Views: 2703

Re: Problem extending MicroPython in C on Pico

Make sure you have the current micropython github. for user c module, there's updated docs for rp2 in this link --> https://docs.micropython.org/en/latest/develop/cmodules.html for mpy check this link --> https://github.com/micropython/micropython/issues/6959?fbclid=IwAR0tQ7gHKni6l-20_BKrkTpYcxnTTr8...
by sonnybalut
Sat Mar 06, 2021 4:03 am
Forum: Raspberry Pi microcontroller boards
Topic: pico + keurig = piurig
Replies: 0
Views: 1639

pico + keurig = piurig

youtube demo --> https://www.youtube.com/watch?v=EsSb8oX0W0o

Source code in the description.

Thanks,
Sonny
by sonnybalut
Tue Feb 23, 2021 3:50 am
Forum: Raspberry Pi microcontroller boards
Topic: Beginner's tutorial on micropython uctypes
Replies: 0
Views: 1586

Beginner's tutorial on micropython uctypes

youtube demo --> https://www.youtube.com/watch?v=WWby6nWORaQ

source in the description.

Thanks,
Sonny