Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IronOS changed to 128 UUID #110

Closed
River-Mochi opened this issue Mar 14, 2023 · 9 comments
Closed

IronOS changed to 128 UUID #110

River-Mochi opened this issue Mar 14, 2023 · 9 comments
Labels
bug Something isn't working requires firmware

Comments

@River-Mochi
Copy link
Contributor

Change to 128bit UUID's #1608 is now merged into IRonOS beta ( coming in the next release)

Please check that it doesn't break PineSAM

https://github.com/Ralim/IronOS/pull/1608/files

@River-Mochi River-Mochi added the enhancement New feature or request label Mar 14, 2023
@builder555
Copy link
Owner

@River-Mochi could you paste a link to the FW with these changes? it'll be easier for me to test against.

@River-Mochi
Copy link
Contributor Author

River-Mochi commented Mar 14, 2023

@builder555 builder555 moved this to Triage in PineSAM Mar 14, 2023
@builder555 builder555 moved this from Triage to In Progress in PineSAM Mar 14, 2023
@builder555
Copy link
Owner

this version does not display any services. needs further investigation on the firmware side.
Used this test code:

from bleak import BleakClient, BleakScanner
import asyncio
async def get_all_ble_services():
    devices = await BleakScanner.discover()
    for d in devices:
        if not 'pinecil' in str(d.name).lower():
            continue
        async with BleakClient(d.address) as client:
            await client.connect()
            print('connected to ', d.address, d.name)
            for service in client.services:
                print('Service:', service.uuid)

asyncio.run(get_all_ble_services())

@builder555 builder555 moved this from In Progress to blocked in PineSAM Mar 15, 2023
@builder555 builder555 added bug Something isn't working requires firmware and removed enhancement New feature or request labels Mar 16, 2023
@River-Mochi
Copy link
Contributor Author

River-Mochi commented Mar 26, 2023

@builder555

@builder555
Copy link
Owner

Tested - the new FW does not return any values, only 0xffff

@River-Mochi
Copy link
Contributor Author

River-Mochi commented Mar 27, 2023

Tested - the new FW does not return any values, only 0xffff

newer download today (Ralim said he knows what is problem):
https://github.com/Ralim/IronOS/actions/runs/4529251107

@Spagett1
Copy link
Contributor

Ive tested the latest release of pinesam with the following firmware with no issues.

https://github.com/Ralim/IronOS/actions/runs/4549363895

Im running artix linux and my browser is firefox.

@River-Mochi
Copy link
Contributor Author

River-Mochi commented Mar 31, 2023

I've tested it also and have Bug on Screen brightness change. everything else appears to be ok on Windows11 + new IronOS + 1.12.11 pinesam.

@ spagett1 please check Screen brightness on on new Pinecil, should only be 1-5 option. and also check in linux PineSAM.

on PineSAM do you see weird numbers? also pineSAM should limit you to only 1-5 range if you are on this newest 128-uuid ironos.

@builder555
Copy link
Owner

builder555 commented Apr 7, 2023

fixed in f28bc0d

@github-project-automation github-project-automation bot moved this from blocked to Done in PineSAM Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working requires firmware
Projects
Status: Done
Development

No branches or pull requests

3 participants