Tag: dhcp
I've recently updated the
nRF24Things
project. I introduced some changes to the database main table (sensors
) and to the handler classDatabaseHandler
. Additionally, I added a second table for the payloads (payload
). The two tables are related using the foreign keynodeID
. I added some search options for the payloads: search by payloadID, nodeID etc.The main idea of this project is to measure the humidity, temperature, air quality etc. of a room with multiple sensors (may be using the Pi...
Hi everybody!
I've recently updated the code for the communication between the raspberry pi v3 and the rf24l01+ module using android things (0.)4.1.
You need the following things:
nRF24Things: https://goo.gl/SNnhxq Android Things (0.) 4.1 You can find more info about the project on https://goo.gl/XsRJtI .
I'm making a smart dehumidifier, so stay tuned more info is coming this week! (Update: here the link!)
#ProjectDIVA: Sensor mesh based on nrf24l01+ connected to Android Things (Update 1.0)
Android Things | 6 min | 160180
I've just uploaded the Java codes for the
rf24
,rf24Network
andrf24Mesh
that work with Android Things. This time I didn't write a library because I thought it was better to upload an Android project that can be opened with Android Studio (>2.2.3) and directly started on the Raspberry Pi. I think this can also work with NXP Pico i.MX6UL and IntelĀ® Edison with minor modifications (especially in theBoardDefaults
file).In thi...
We use cookies to improve our services. Read more about how we use cookies and how you can refuse them.