No video

Why Use a $2.60 BLE Module? Introducing the EMB1061!

  Рет қаралды 6,992

Caleb Marting

Caleb Marting

Күн бұрын

Пікірлер: 44
@AndreasSpiess
@AndreasSpiess 3 жыл бұрын
Super project! Unfortunately I did not find the discord Link.
@CalebMarting
@CalebMarting 3 жыл бұрын
Fixed it, thank you for mentioning! I forgot to put it haha
@baremetaltechtv
@baremetaltechtv 3 жыл бұрын
looks awesome! I hope you can find some people to help you with this. I would, but despite fixing computers, soldering kits together etc, I've never learned to code. I rely on amazing people like you to give me the tools I need to cobble together my own projects, so you definitely have my gratitude.
@CalebMarting
@CalebMarting 3 жыл бұрын
Thank you so much! There's nothing wrong with cobbling together projects, and usually you learn something along the way! That's basically how I learned to code and do hardware. I'm hoping one day this can be mature enough to support things like Arduino and platformio. Hopefully some people can realize that with me
@MoesKeckeEcke
@MoesKeckeEcke 2 жыл бұрын
Now only a sample project is needed with this as a CR2032 Bluetooth "Key" for unlocking or presence detection for IoT/Garage Door/Light control.. 1000ms advertisement time pause should be low enought to feel like direct unlocking :-P
@catchemcordero3631
@catchemcordero3631 3 жыл бұрын
Just bought 2 of them ! Let's do this
@roadeycarl
@roadeycarl 3 жыл бұрын
I wish I knew enough to help out. Good luck!
@sharanara
@sharanara 3 жыл бұрын
I honestly might have to pick me up one of these - even if I probably wouldn't have a use for it for who knows how long until I actually come up with some sort of idea. I'd figure part of the reason why they're able to make it so cheap is due to the fact BT 5.x is the standard at this point so you can get 4.x chips cheaper then. As for the project, I'd help if I could. Though I only really know Java and JavaScript, not any C variants, though that'll change in the coming year or two.
@digitalzoul57
@digitalzoul57 9 ай бұрын
I hope you still maintaining the repo I have this error Error in `BlueNRG_Stack_Initialization() 0x48` from the stack initialization
@ndrgrenzgaenger
@ndrgrenzgaenger 3 жыл бұрын
Great Project, would love to try it. Will the development boards be available again some time soon?
@CalebMarting
@CalebMarting 3 жыл бұрын
They are in stock again
@ndrgrenzgaenger
@ndrgrenzgaenger 3 жыл бұрын
@@CalebMarting Thanks and: Sold!
@AdityaMehendale
@AdityaMehendale 3 жыл бұрын
If it's 8051-based, assembly may not be a far cry - 8 bitters are pretty straightforward :)
@CalebMarting
@CalebMarting 3 жыл бұрын
It's based on the BlueNRG-1. It's actually pretty complex, and the BLE stack definitely would be hard to work with. Also the blue energy one has an integrated cortex m0, so it's 32 bit
@AdityaMehendale
@AdityaMehendale 3 жыл бұрын
@@CalebMarting Ah, I misunderstood. m0 is a different matter altogether. Now that Andreas Spiess is involved, I'm sure your project will get a lot of visibility :) Good luck!
@CalebMarting
@CalebMarting 3 жыл бұрын
Thank you!
@AdityaMehendale
@AdityaMehendale 3 жыл бұрын
BTW - I have already pleaded on the STMicro KZfaq channel to remove the IDE paywall hurdles, with reference to your video. Perhaps more of your viewers could do the same.. Let's see if and how they react ;)
@avejst
@avejst 3 жыл бұрын
Wow, Interesing project Thanks for the heads up! :-) hm. No Tindie to EU!
@CalebMarting
@CalebMarting 3 жыл бұрын
Updated with the shipping to EU and UK. Let me know if your country still isn't included. Sorry the price is so expensive
@guser210
@guser210 3 жыл бұрын
I like to use your template as a starting point if you don’t mind, I’ll shared the code and videos of the process for anyone interstellar in learning about this chip.
@JKowala
@JKowala 3 жыл бұрын
I'm a bobbiest, and I bought some of these thinking they would be similar to the Bluetooth (BLE) CC2541. They are not. I agree that there is very little guidance or documentation available. I was successful in getting two CC2541(s) to ‘pair’ (connect) to each other using AT+INQ and AT+CONN commands via microcontrollers and used a pass-through-uart function. The EMB1061 doesn’t seem to have any AT commands that can do this. I'm disappointed for that reason. Your project is beyond my skill level, but I wish you the best of luck.
@CalebMarting
@CalebMarting 3 жыл бұрын
Actually there are AT commands that are supported, if you bought boards from me though, they are programmed with a different firmware. You can definitely reupload the AT firmware though and I can provide you a link to download that if you would like The nice part about this chip is the ability for it to work standalone instead of needing an extra mcu, which is what my code is an example of
@JKowala
@JKowala 3 жыл бұрын
@@CalebMarting Sure... I would like to try another firmware with additional AT support (functions).. Thank you.
@CalebMarting
@CalebMarting 3 жыл бұрын
Do you have an Stlink v2 by the way? You will need one to program it. I'll get a little guide together for you
@JKowala
@JKowala 3 жыл бұрын
@@CalebMarting I just Google'd that. No I don't. I have an FTDI USB-to-serial cable. I normally program PIC microcontrollers using various programmers. (older 8-bit stuff) using assembler. I'm an assembler type, not 'C'. I can cobble together something over time.....
@JKowala
@JKowala 3 жыл бұрын
@@CalebMarting I did a little research. I just bought (on ebay) a cheap St-link V2 knock-off. I can use it regardless. Cheers.
@mwault
@mwault 4 ай бұрын
First, thanks, and great work - The debugger works great ! (Im using an st-link flashed as a j-link - which i recomend) Sadly I'm having a noob issue with building (am new to VSCode) - I get: Executing task: make $SRCS is [src/BlueNRG1_it.c src/main.c ] PRE if not exist libs mkdir libs /usr/bin/sh: -c: line 1: syntax error: unexpected end of file make: *** [pre-build] Error 1 BTW Have you tried the EMB1082? This is even more powerful/cheap, but also a nightmare..
@etoilexxx2007
@etoilexxx2007 3 жыл бұрын
Fyi, the EMB1061 is based on the ST BlueNRG-132.
@ivansy7156
@ivansy7156 2 жыл бұрын
still out of stock. when can I order?
@defaulttool
@defaulttool 3 жыл бұрын
time to make it 667 to get the spirits from f*** with me
@icraftcrafts8685
@icraftcrafts8685 3 жыл бұрын
Hi. Thanks for posting this video and your work on the toolchain. The pdf in your video says v5.2 for bluetooth. is that a typo or is that unrelated to ble 5.0 (or 5.2)? [it's at 1:29]
@CalebMarting
@CalebMarting 3 жыл бұрын
I believe it's a typo, it supports 4.2. however for the price, and with the amount of things that use Bluetooth 4.0, Bluetooth 4.2 support will be around for a long time. It's still viable!
@icraftcrafts8685
@icraftcrafts8685 3 жыл бұрын
@@CalebMarting Ok thanks very much for responding so quickly and clarifying the version info. I will be sure to get involved with this soon as it could be useful in pet tracker or something of the sorts :)
@CalebMarting
@CalebMarting 3 жыл бұрын
Awesome thank you!
@alexanderwolfe8782
@alexanderwolfe8782 3 жыл бұрын
Weird that these things are on alibaba but not aliexpress, I guess the lack of toolchain means no small scale demand at all. Have you been able to get anything useful from the MXCHIP documentation? I'll message some pages I found on their website to you on discord
@CalebMarting
@CalebMarting 3 жыл бұрын
Nothing really from the MxChip documentation, they seem to only want you to use their pre-made AT firmware and not develop for the SOC. Also I emailed them but no response. Also it is a little weird that they're not on AliExpress but this chip has not been used in the hobbyist community until now so I guess it would make sense why it's on the business oriented site and not the consumer one. I expect that to change if we can get people using this chip!
@iloveshw
@iloveshw 3 жыл бұрын
Fork this template link doesn’t work on github
@CalebMarting
@CalebMarting 3 жыл бұрын
I'll look into that tonight!
@CalebMarting
@CalebMarting 3 жыл бұрын
Someone else was able to get it to work. What specific issue were you having?
@MadlyParakeet
@MadlyParakeet 3 жыл бұрын
Let me. remind a couple houndred people.. CTJET99 [Principia Game videos.]
@CalebMarting
@CalebMarting 3 жыл бұрын
I've come a long way haven't I?
@MadlyParakeet
@MadlyParakeet 3 жыл бұрын
@@CalebMarting you did! (:
@sharanara
@sharanara 3 жыл бұрын
But let's be honest, the KSP and SimplePlanes videos were better.
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 53 МЛН
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 3,7 МЛН
This Dumbbell Is Impossible To Lift!
01:00
Stokes Twins
Рет қаралды 32 МЛН
BLE with ESP32 tutorial part 1: the Server
25:23
MoThunderz
Рет қаралды 85 М.
It's time for change, it's time for Linux.
10:53
DankPods
Рет қаралды 402 М.
Installing the STM32 USB Bootloader, Easily! [SEE DESCRIPTION]
8:02
Caleb Marting
Рет қаралды 263 М.
Bluetooth Low Energy - Protocol Stack (Part 1)
8:39
Bina Bhatt
Рет қаралды 57 М.
Programming Cheap Bluetooth Module With Arduino | PCB From PCBWAY.com
7:05
Hugatry's HackVlog
Рет қаралды 10 М.
Top Fifteen Mistakes People Make When Designing Prototype PCBs
12:26
Cosplay Light and Sound
Рет қаралды 147 М.
I built my own graphics card
15:34
jdh
Рет қаралды 1,4 МЛН
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 53 МЛН