Go From Zero to PRO with Bluetooth LE: Uncover the 7 Steps to Success!

  Переглядів 16,389

Novel Bits

Novel Bits

День тому

In this video, I share the 7 steps to follow to become an expert Bluetooth Low Energy developer.
BLUETOOTH LOW ENERGY BOOKS:
📚 Getting Started with Bluetooth Low Energy - amzn.to/3cZ1BlQ
📚 Bluetooth Low Energy: The Developer's Handbook - amzn.to/3xyCBd2
📚Intro to Bluetooth Low Energy (Second Edition) [e-book: bit.ly/ble-e-book-v2
📚 Intro to Bluetooth Low Energy (First Edition) [Kindle, Paperback] - amzn.to/3gKlkZ6
BLE DEVELOPMENT KITS:
🛠️ Arduino Nano 33 BLE - amzn.to/2SRMq7d
🛠️ ESP32 Development Board - amzn.to/3gTKGCs
🛠️ Nordic Semiconductor Development Kits - www.nordicsemi.com/Software-a...
🛠️ Silicon Labs Development Kits - www.silabs.com/development-to...
LOW-COST BLE DEVICE FOR TESTING:
💡 PLAYBULB Bluetooth LED Lamp - amzn.to/2UpFbUE
ONLINE BLE COMMUNITIES & FORUMS:
🧑🏻‍🤝‍🧑🏻 Nordic Developer Zone - devzone.nordicsemi.com/
🧑🏻‍🤝‍🧑🏻 Silicon Labs Bluetooth Forum - www.silabs.com/community/wire...
🧑🏻‍🤝‍🧑🏻 Texas Instruments Forum - e2e.ti.com/support/wireless-c...
🧑🏻‍🤝‍🧑🏻 Bluetooth Developer Academy - academy.novelbits.io/
BLUETOOTH LOW ENERGY SNIFFERS:
⚙️ Nordic nRF Sniffer - www.nordicsemi.com/Software-a...
⚙️ Ellisys Bluetooth Sniffers - www.ellisys.com/products/btco...
⚙️ Frontline/Teledyne LeCroy Bluetooth Sniffers - fte.com/products/bluetooth.aspx
BLUETOOTH SPECIFICATION DOCUMENTS:
📄 Core Bluetooth Specification Document - www.bluetooth.com/specificati...
📄 All Bluetooth Specification Documents - www.bluetooth.com/specificati...
Be sure to SUBSCRIBE to the channel so you don't miss a single video. I try to read and respond to every single comment on my videos, so feel free to comment and let me know if you'd like me to cover a specific topic in BLE!
BLUETOOTH LOW ENERGY RESOURCES:
📚 Intro to Bluetooth Low Energy [Second Edition: PDF] - novelbits.io/intro-bluetooth-...
📚 Intro to Bluetooth Low Energy [First Edition: Kindle, Paperback] - amzn.to/3gKlkZ6
🧑🏻‍🤝‍🧑🏻 Bluetooth Developer Academy - academy.novelbits.io/
MY WEBSITE/BLOG:
🖥️ Novel Bits - www.novelbits.io
WHO AM I:
I'm Mohammad, Founder of Novel Bits. I help educate developers and engineers on Bluetooth Low Energy (BLE) and how to develop for the technology to deliver products to market faster and more efficiently.
MY VIDEO GEAR:
Camera: amzn.to/3z37MxT
Camera Filter: amzn.to/3xMDHm2
Lens: amzn.to/3rfyj8B
Mic: amzn.to/3B9E9wK
Lighting: amzn.to/3wI1gLG
PS: Some of the links in this description are affiliate links that I may get a kickback from.

КОМЕНТАРІ: 23
@kaanyamanyar386
@kaanyamanyar386 2 роки тому
Thank you for sharing your book!
@akshayingle
@akshayingle 2 роки тому
Hey I also worked in the same period when you started, I was working on fitness tracker, I can understand your pain at that time
@fifaham
@fifaham 2 роки тому
Job well done Mohammed, thank you.
@rageshnadh7420
@rageshnadh7420 Рік тому
Amazing tutorial. Please upload more videos
@bobby9568
@bobby9568 2 роки тому
Really informative video!
@msbanda2123
@msbanda2123 11 місяців тому
Really awesome ❤
@goose2935
@goose2935 2 роки тому
Great video, my goal is to learn and get good at BLE / NRF tech right now. Already did #1-#4 and read the first book, going to buy yours! I’ve only considered using Nordic chips so far. As a beginner should I stick to learning Nordic/NRF Connect / Zephyr, or should I checkout some other chips? Nordic is #1 for BLE chips, no? Who would be #2?
@NovelBits
@NovelBits 2 роки тому
I can't really judge who's #1 and #2 :) But I can tell you I've mostly worked with both Nordic and Silicon Labs and I've enjoyed working with both of these. Don't forget about module makers as well (I should've mentioned this in the video), as they can make working with some of the chipsets even easier by adding their "special sauce".
@PhilMoeller
@PhilMoeller 2 роки тому
You can track market share via the Bluetooth certifications out there, and Nordic has roughly 60% of those new certs so yes they are #1! Mohammad is right, Silicon Labs is also a terrific option -- their strength is that they develop chips AND certified modules which make it easier / cheaper to get to market with a lower volume project. If you're building
@NovelBits
@NovelBits 2 роки тому
Great insights Phil! Thanks!
@user-gu5iv2mr6e
@user-gu5iv2mr6e 2 роки тому
Something I don't get about the Windows and Android apps: how come there's not a sniffer app that can show what data is being sent and received over the various BLE services (using the standard built-in BLE compatible SoCs)? All the apps seem to do is just show what BLE devices are advertising what services and characteristics. Am I missing something? Do I really need to buy a sniffer or dev-kit to see what data is going back and forth between my laptop and a BLE device connected/broadcasting to it?
@NovelBits
@NovelBits 2 роки тому
You can check out capturing the HCI Logs on Android to see exactly what's being sent through the BLE chipset. source.android.com/devices/bluetooth/verifying_debugging fte.com/WebHelpII/BPA600/Content/Documentation/WhitePapers/BPA600/Encryption/GettingAndroidLinkKey/RetrievingHCIlog.htm On Windows, I'm not very familiar, but you may find something helpful in this page: docs.microsoft.com/en-us/windows-hardware/drivers/bluetooth/ The use of an independent device/sniffer has its advantages such as minimum interference with the application and capturing the packets in real time.
@matthewllarena148
@matthewllarena148 2 роки тому
Interesting, I worked in a sponsorship with a company designing a BLE door lock. Were they based in Orlando by chance? Haha.
@NovelBits
@NovelBits 2 роки тому
The company I worked with was Allegion (Schlage brand). I think they did have an office in FL but I was involved with the office in Indianapolis
@liyadev9305
@liyadev9305 2 роки тому
Hello, i have to do broadcast the sensor data from raspberry pi to local pc using BLE and python as language. but i don't have any idea. i did some R&D but did not get it. please help me to do this. i hope you help me. thank you in advance.
@macheloortiz
@macheloortiz 2 роки тому
I'm trying to do something similar, did you succeed?
@kcmorenachos
@kcmorenachos Рік тому
Thanks for this video. Please update links.
@NovelBits
@NovelBits Рік тому
Thanks, Casey. Which link(s) exactly are not working?
@haneul1830
@haneul1830 2 роки тому
Dear Mohammad, isn't it possible to add English subtitles?
@NovelBits
@NovelBits 2 роки тому
Yes, it is. I'll look into it
@asif.haswarey
@asif.haswarey 8 місяців тому
1:32 : Intro to Bluetooth Low Energy - The Fastest Way to Learn BLE There is no link to any free PDF book. The book costs $69. The producer of this video needs to correct the claim in this video about downloading his PDF book for free.
@NovelBits
@NovelBits 8 місяців тому
Yes. That was the old version at the time of recording. Yes the new edition is not free like the original.
@AliAgha027
@AliAgha027 4 місяці тому
how to get old free version of the book ?@@NovelBits
SUPER PRAYER (all 4 shorts) Steve, Herobrine & Alex
00:27
Sam Green
Переглядів 12 млн
ВИРУСНЫЕ ВИДЕО / Виноградинка 😅
00:34
Светлый Voiceover
Переглядів 5 млн
Master BLE Basics in Just 10 Minutes: The Ultimate Guide!
9:15
Novel Bits
Переглядів 84 тис.
Understanding Bluetooth Low Energy (BLE) - Theoretical Overview
17:40
BLE with ESP32 tutorial part 1: the Server
25:23
MoThunderz
Переглядів 66 тис.
Sniffing, Reverse Engineering, and Coding the ESP32 Bluetooth LE Part 1 of 3
12:26
Quick C# application to connect with a Bluetooth LE device
35:50
Cornel Human
Переглядів 28 тис.
React-Native with Expo and Bluetooth Low Energy for Beginners
20:02
Dan's React Native Lab
Переглядів 34 тис.
реакция электроника на переход в виртус про
0:16
CS2 ШОРТЫ РАЙЗА
Переглядів 56 тис.
iPhone 16 - Нарешті СПРАВЖНІ ФЛАГМАНИ!
10:48