Where can I find complete micropython documentation - micropython

Can anybody tell me where there is compete documentation for the micropython specific libraries. The documentation that I can easily find seems to consist mainly of examples.
So for example - you can find several examples that use constants in a bluetooth BLE advertisement but nowhere can you find a complete list of the constants that will be understood by the ble.gap_advertise call.

This is a good website for micropython documentation
https://docs.openmv.io/

Related

How to use Natural Language Processing (AI) in app lab?

I know about NLP being used in js but now , I am asked to do it in app lab.
I tried a lot of research but found no way to do it in blocks, app lab in code.org.
It should understand various diseases.
I would be grateful for any help.
While NLP isn't entirely supported natively in App Lab, you can try using the getPrediction() block. Its documentation is listed here.

How to connect HC-05 to MSP430

I am trying to use Bluetooth module HC-05 with MSP430 by Texas Instrunments.
I want the bluetooth module to collect data wirelessly from an android phone via bluetooth. Can anyone please help me?
You will find an answer and the end. But first I need to write a few introducing words.
You are new to SO and, you might wonder why no one answered your question.
If I should guess: IMHO there could be two main reasons for this.
Your question is not specific enough:
What kind of TI MSP430 do you intend to use? I suppose you use a launchpad G2(?).
What have you tried so far? You can not expect someone else to invest some time if you did not try so solve your problem yourself. Perhaps it easy, if you only try. The people here love to help, but they expect you to be interested in the problem.
What is your backgroud: Are you a programmer but do not know how to connect the hc05 to the MSP or are you fit in electronics and connecting MCUs? Are you a complete beginner?
There are so much cases and I would not have the time to handle all.
I used google to search "MSP430 HC-05" and found a lot of usefull stuff. The first hit is a project working with a Energia IDE, a HC-05 module, a G2-Launchpad and even an Android phone. I and probably other people do not understand why you did not try to search the internet for information.
Ok! enough wise words! ;-)
Here is the promised answer:
You find an example project with the following URL: http://www.electronicwings.com/ti-launchpad/hc-05-bluetooth-module-interfacing-with-msp-exp430g2-ti-launchpad
More results can be found: including (Youtube) Videos
- Keywords: HC-05 MSP430
Please try to work with that material and feel free to ask furter questions here.
But please be sure to be a bit more specific. (Code examples, error messages, your configuration and hardware and what you've tried so far.)
Cheers PPK

How exactly does google activity recognition work?

On the web, google documentation and other documents I can find only information related to its implementation.
I'd like to know how does it exactly work. For example what sensors is it using, how does the machine learning thing was done, whats the measurement error probability etc.
Are those infos restricted or just hard to find?

Watchconnectivity Example Swift 2

I've looked everywhere including the official documentation for a good example of send and reply messaging for Watch OS2 connectivity, even the official docs here. However, none give a nice example of a real call, or really explains what information is being returned, and where from, and then how to access is. Can someone direct me a bit?

From where do I learn Interface Prototyping?

I am interested in prototyping and developing gadgets and devices using arduino board and other stuffs, however I only get tutorials on arduino but not in interface prototyping. I found a book but it is in other language not in English
(link is :http://prototypinginterfaces.com/)
I also don't know the exact term to look for in Google, for tutorials. That might be the reason why I'm not getting the suitable results. Basically what I want to learn is the same as the book says.
I have no idea from where do I start, and what to look for at first. If anybody can help me, please.
from the software perspective, I'd recommend getting into Processing. It's the programming language Arduino is derived from, and with both of them, in tandem, you can code and build interactive prototypes. O'Reilly has some excelent books and video lessons to tackle those:
Learning Processing (book and website)
Getting started with Processing
Arduino and Processing in tandem, video series
With these two references, most of what the link you provided says, is covered.
From the hardware perspective, you might also enjoy the following:
Making things Move
Making thins Talk
Arduino Cookbook
Sorry for the extreme focus on one editorial house, however, they rock!. Best luck.