Viewing profile — SwaraLink
SwaraLink
HN member- Joined
- Thu, Feb 28, 2019, 7:00 AM UTC
- HN karma
- 24
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About SwaraLink
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 sight of the big picture.
Recent public activity
-
comment
Comment #38220076
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.
-
comment
Comment #29408370
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 product…
-
comment
Comment #28714873
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 product…
-
comment
Comment #28714846
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 …
-
comment
Comment #28714794
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 a…
-
comment
Comment #28580470
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…
-
comment
Comment #26761885
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 cou…
-
comment
Comment #26761629
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 soft…
-
comment
Comment #26692906
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…
-
comment
Comment #26371051
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…
-
comment
Comment #25193009
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 contac…
-
comment
Comment #24066524
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 d…
-
comment
Comment #23489516
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…
-
comment
Comment #22268392
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 actual…
-
comment
Comment #20721151
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 b…
-
comment
Comment #20717222
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 Diff…
-
comment
Comment #20717190
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 oth…
-
comment
Comment #20188854
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 t…
-
comment
Comment #19985502
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 ado…
-
comment
Comment #19402975
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 t…
-
comment
Comment #19269563
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 L…