-
Content Count
12 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Everything posted by sushil
-
Any one know how to configure Wi-Fi setting Via Bluetooth communication on Tinkerboard R2.0.
-
hello @tooz, would you please reply on this?
-
hello @tooz, yes i am able to create this softap earlier but i need to create ap and sta mode at same time as of raspberry pi 3B/4B.
-
Using diozero ws2811.java i encounter H/W revision version not support as shown in rpi_ws2811 lib. I need to fix it ASAP so i am bit hurry about this. I am searching for this issue from last 7 months but i am tired of now.
-
hello @Tinker Board@TinkerEngineer After you said about That diozero lib, i try on it also but it also throw same error as previous.
-
AP+STA mode at same time using Wireless interface seems quite impossible on tinker board but you can create AP mode by using Ethernet port /interface.
-
No , i am using 1) https://github.com/jgarff/rpi_ws281x 2) https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel_SPI if you have any library that solve my problem you guys can help me through out this. Thanks you for your valuable replay
-
i am trying to controll ws2811 led using ws281x library available for raspberry pi but i throw "hardware revision version not support" error i will be thankfull if you guys help me to get out of this.
-
i tried to update kernel version from 4.4.194 to 4.192.302-rt it fails due to lack of storage in /boot partition. anybody here to help me. i am trying this to bring AP+STA mode in tinkerboard R2.0
-
ok i got that but why tinkerboard doesnot support neopixel or ws281 lib . i need to control single LED RGB through tinkerboard it always throw import board File "/usr/local/lib/python3.7/dist-packages/board.py", line 300, in <module> raise NotImplementedError("Board not supported {}".format(board_id)) NotImplementedError: Board not supported ('ASUS_TINKER_BOARD',) this type of error. if you guys have any idea for rgb light help me through this.