Franci Penov

Results 90 comments of Franci Penov

@sleep-written Both ECMA 2025 and ECMA 2020 do not specify explicit extension, and the only import examples I found in both ( [ECMA 2025](https://tc39.es/ecma262/#table-import-forms-mapping-to-importentry-records), [ECMA 2020](https://262.ecma-international.org/11.0/#table-40) ) do not include...

My example is relevant for node **v18.19 and above**, where `ts-node --esm index.ts` command is broken and returns ERR_UNKNOWN_FILE_EXTENSION. (the original problem this issue tracks) The `node --loader ts-node/esm index.ts`...

Hey @indrajitsinh , sorry but the answer is no. Currently there are only Java/Android and Objective C/iOS versions.

Initial implementation of firmware changes to support the OTA DFU, and a rudimentary button to trigger update from app asset currently in https://github.com/francip/Friend/tree/francip-ota-update-client Known issues: - need to instruct current...

https://github.com/BasedHardware/Friend/pull/207

The firmware changes have landed.

@felyu Inhave my Arduino Nano RP2040 implementation in https://github.com/francip/frienduino. Feel free to use it, or fix it (my audio streaming has some problems) any way you want. (I should put...

It is mostly to avoid conflicts with other devices. But that's relevant in several scenarios. Discovery with multiple devices of same manufacturer: It allows the device to generate unique name...

An additional advantage is that BLE supports scan for devices with specific service only, allowing the code to easily bypass all the other devices and speeding up the pairing process...

Fixed by https://github.com/BasedHardware/Friend/pull/216