• tried same build just with NRF_SDK15=1 instead of NRF_SDK14=1 and I don't see that issue, webide connects fine from my android phone and process.env looks fine. The only issue is that I cannot connect to it from Chromium running on Raspberry Pi 4 both for SDK14 build an SDK15 build (maybe related to Bluetooth 5) while it works with SDK12 build. Console shows

    >>> Connecting to Espruino NRF52832DK
    BT>  Device Name:       Espruino NRF52832DK
    BT>  Device ID:         TNUKC6eQJyfyydDlywFgIQ==
    >>> Connected to BLE
    BT> Connected
    >>> Configuring BLE...
    BT> Got service
    >>> Configuring BLE....
    BT> RX characteristic:{}
    BT> ERROR: NotSupportedError: GATT operation not permitted.
    BT> Disconnected (gattserverdisconnected)
    ERROR: [notify_error] Connection Failed.
    >>> Connection Failed.
    
About

Avatar for fanoush @fanoush started