SwaraLink
- Karma
- 23
- Created
- February 28, 2019 (7y ago)
- Submissions
- 0
SwaraLink Technologies is an IoT engineering design services and consulting firm focused on Bluetooth and Bluetooth Low Energy (BLE) systems and embedded software. Incorporated in the State of California in 2017 and headquartered in San Diego, we work with clients all over the world.
Backed by over a decade of industry experience and an extensive technical background in Bluetooth technology and embedded systems, SwaraLink Technologies is ready to architect, develop, test, and debug complex hardware and software systems. We work with companies in various markets, including the consumer, medical, industrial, and automotive spaces. Our clients range from small startups to large, publicly traded corporations, and our projects range from short-term consultations to months-long development programs.
We believe in high-quality engineering work, clear communication, and professional service for our clients. We take great pride in our ability to dig into the smallest details without losing s...
It’s actually possible to use the debugger on the NRF dev kits to flash/debug custom PCBs with NRF chips. So a separate (more expensive) JTAG debugger is in fact not required.
BLE has a privacy feature that enables MAC address rotation, but it isn't a requirement. Apple products and Android phones use the privacy feature, but other than that most products don't. The possibility of tracking…
Apple devices all use a private resolvable Bluetooth address that changes every 15 minutes. That, along with a cryptographic payload, protect against this. Aside from Apple products and Android phones, most other…
Not sure I agree here. Most Bluetooth Low Energy devices (aside from Apple Devices and Android phones) don't make use the privacy feature and therefore their device address can be linked to a specific product. Many…
There’s no actual Bluetooth connection that happens here. The AirTag or other FindMy-enabled device is purely transmitting. The packets being transmitted are Bluetooth Low Energy advertisements (sometimes referred to as…
Private resolvable addresses are a BLE thing, but very few devices (aside from Apple products and Android phones) actually use them. It’s a shame, really, because most embedded BLE stacks support the feature. My company…
It’s a little bit better than that, in that only some nodes rebroadcast everything while you can have lower-power nodes be primarily in transmit mode. But yes, I think the spec could use a lot of improvement. It does…
The Bluetooth Mesh standard actually is based on a Bluetooth 4.0 feature set (basic advertising and scanning), so really any BLE device can support it. The problem is that the software is complicated, so typically only…
Easy to say, and I can’t know for sure exactly what factored impacted Broadcom’s decisions here, but I can tell you that chip manufacturers are under extreme pressure to keep costs down, which means that they may…
Bluetooth has the Secure Simple Pairing (SSP) feature, and Bluetooth Low Energy has the LE Secure Connections feature, which both use Elliptic Curve Diffie-Hellman Key Exchange and therefore is protected against passive…
No, iOS devices enable Bluetooth Low Energy advertising pretty much the entire time that Bluetooth is on. This is used for features such as handover and Airdrop (and now for contact tracing, if enabled).
SEEKING WORK AND SEEKING FREELANCER | San Diego, CA | Remote We are a small consulting and design services firm focused on Bluetooth and Bluetooth Low Energy (BLE) technology. We design Bluetooth products (hardware and…
Nordic provides some easy-to-use tools and examples for encrypting and signing firmware images when using a bootloader for in-field updates. I would expect that most products based on the nRF52 that support firmware…
I suspect that in this case the phone is using Bluetooth Low energy “passive scanning”. This means that the phone is listening for advertising devices (eg beacons) but never actually transmitting Bluetooth packets and…
I don't know of any because I haven't tested too many, but LE Secure Connections has been around since the Bluetooth 4.2 spec, which was adopted in 2014. The feature is supported by most single-mode BLE chipsets /…
Sadly, many BLE keyboards on the market today are still not using the LE Secure Connections feature during pairing. The LE legacy pairing algorithm does not use Elliptic Curve Diffie-Hellman Key Exchange, and is easily…
That is correct. The vulnerability note clearly states that this only impacts "Bluetooth BR/EDR Core v5.1 and earlier". "BR/EDR" is the technical term for Classic Bluetooth; in other words not Bluetooth Low Energy.
I think the biggest misconception here is the belief that Bluetooth LE beacons are tracking phones. The beacons themselves operate as transmit-only and don’t receive any data and therefore don’t perform any tracking…
It's true that only paying companies (associate membership or higher) can participate in working groups and contribute to the specifications, but once a specifications has been adopted it becomes public. All of the…
And this article doesn't even mention Bluetooth Mesh. Yes, it's still very new and yet to be deployed to the extent of Z-Wave and ZigBee, but with the ability to directly connect to smartphones Bluetooth Mesh could…
With the CC26xx parts you can use a 32kHz RCOSC and get accurate enough timing for BTLE connections, so with the CC2652RB you should be able to have true "crystal-less" Bluetooth LE.