I want to make a guitar hero live guitar bluetooth for play with clone hero on my phone, would this be easier buying a serial to bluetooth or should i remake the center pcb and add bluetooth interception? Also how would i have a usb cable read and write the controls if i wanted to wire mod it? Currently it requires a dongle that ive lost so my goal is just being able to use it again
@Guillotine Welcome,! We're happy to have you as a DevHead. Feel free to let us know what you're working on now and a bit about your technical background.
Hello and thank you! Currently im trying to get this guitar hero live guitar to have bluetooth and most of my background is just taking things apart and fixing them, jailbreaking, software modding and slight programming knowledge in c++ cs and py
The thing Tht I cant do is control the Node red Ui from another device I dont understand HOw I could control the ui I made using node RED from another other device
Hey @Jd3n to control GPIO Pins of RPi using Node-RED with UI running on other device. You need to install ui widgets node-red-contrib-ui in node-red dashboard and use them in your node flow. I have already made a video long back to show you step by step https://youtu.be/BtNt4-v8hQw
Lets learn how to control GPIO Pins of Raspberry Pi4 using Node-Red. We'll first use raspberry pi specific node palates. And later on, we'll install ui widgets like button, gauge etc. This will let us design very sophisticated node-red dashboard to control GPIO Pins of Raspberry Pi4 from Browser.
This example demonstrate controlling an LED conn...
Hey guys, In the context of Sim800L, what considerations should be taken into account when implementing secure communication over GPRS, and can u give me methods or protocols can to enhanced data security , it will be a big help for me
I just read up on the Altman part quickly and found an article on the Register that said "$7 trillion is enough cash to gobble up Nvidia, TSMC, Broadcom, ASML, Samsung, AMD, Intel, Qualcomm, and every other chipmaker, designer, intellectual property holder, and equipment vendor of consequence in their entirety – and still have trillions left over”
@ryanalfajri Welcome,! We're happy to have you as a DevHead. Feel free to let us know what you're working on now and a bit about your technical background.
Hello @Saßì and everyone here, thanks for accept me in this group . Im from indonesia, now i work in IoT industry. I want to learn about firmware here and deep learn about IoT. Thanks
We are so glad for your presence here ,this community is for people like you, feel free to join our weekly office hours,so that you can learn from experts !!
Welcome @ryanalfajri! Happy to have you as Devhead. Plenty of IoT experts, like @Umesh Lokhande , @LMtx …. Are here. Don't hesitate to ask any questions you have in this field.
Morning everyone ! Is it feasible to implement edge computing in a battery-powered IoT device with limited resources? What are the trade-offs and potential challenges in offloading computation to the edge?
what is the communication protocol used in Bluetooth module HC-05 & HC-06, wich version is better for sending and receiving information between a mobile phone and arduino
Real-time local data processing enables immediate actions even without connectivity with the backend system.
Pre-processing and analyzing data before sending it to the backend system to reduce the payload size and communication frequency (resulting in lower cost and potential battery saving).
In case of connectivity issues, the device can locally store messages and transmit them once it is back online (you won't lose telemetry data during a network outage).
Introduction In this post, I will describe two approaches to the Industrial Internet of Things deployments and provide my perspective. Hopefully, it will help you choose the proper architecture for your specific case. Before we start, I will briefly define the Edge Gateway. Definition of the Edge Gateway Edge Gateway is a computer located inside...
You can use Serial UART to communicate HC-05/06 with other devices like MCU. If you want to use device as master as well as slave then go for HC-05. If only slave is good enough for your use case then HC-06 will do the job.
Hey guys, i am working with robot , Could you kindly share a localization and mapping algorithm suitable for implementation in a robot that doesn't utilize the ROS operating system?