<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF54L15 to nrf cloud</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126590/nrf54l15-to-nrf-cloud</link><description>Hi, 
 can i ask how do i send sensor readings from BME280 , SGP40 &amp;amp; SHT40 to nRF cloud. i has installed nRF Cloud gateway app ( Android) but it keep loading. So i am asking is there another 
 way to send it to nRF Cloud?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Jan 2026 11:22:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126590/nrf54l15-to-nrf-cloud" /><item><title>RE: nRF54L15 to nrf cloud</title><link>https://devzone.nordicsemi.com/thread/559148?ContentTypeID=1</link><pubDate>Tue, 20 Jan 2026 11:22:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb650282-ca4e-4bd4-8bc0-88abf98f0809</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I would say it might be better to associate the device first then use SendDeviceMessage for that deviceID just to be sure. However, our documentation does not state whether the device has to exist from before or if the call will create it. They do mention that by the onboarding steps, the devices are normally added to the team first. To answer the second part, the android phone would be the IP client (gateway). This would call SendDeviceMessage with API key. However, for the setup you&amp;#39;re describing, it doesn&amp;#39;t seem like our docs mention a specific &amp;quot;BLE-only&amp;quot; device type.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 to nrf cloud</title><link>https://devzone.nordicsemi.com/thread/559093?ContentTypeID=1</link><pubDate>Tue, 20 Jan 2026 02:04:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:006424f3-5ce7-43cb-b1a5-dcb78bdcc039</guid><dc:creator>haan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p data-start="963" data-end="1009"&gt;I would like to clarify the REST API option.&lt;/p&gt;
&lt;p data-start="1016" data-end="1250"&gt;For the &lt;code data-start="1024" data-end="1043"&gt;SendDeviceMessage&lt;/code&gt; endpoint using an API key:&lt;br data-start="1070" data-end="1073" /&gt; does nRF Cloud require a device to already exist, and if so, what type of device is supported for a BLE-only setup (nRF54L15) where an Android phone acts as the gateway?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 to nrf cloud</title><link>https://devzone.nordicsemi.com/thread/559051?ContentTypeID=1</link><pubDate>Mon, 19 Jan 2026 14:29:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2849b45-aabb-4454-a02d-db0e04681beb</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, there are other ways to send the sensor data to nRF Cloud. You can for example use Thingy:91, nRF9160 DK or nRF9161 DK. Then, you can run an example which connects to nRF Cloud from nRF Connect SDK. This way, JSON messages are sent by the example to nRF Cloud over LTE. Make sure to modify the example so it sends your BME280/SGP40/SHT40 values in the message.&lt;/p&gt;
&lt;p&gt;Another option is that you can get your API key or simple token by logging in to nRF Cloud. This key can then be used in http requests to &lt;a href="https://api.nrfcloud.com/v1/"&gt;https://api.nrfcloud.com/v1/&lt;/a&gt;. Then, call the &amp;quot;SendDeviceMessage&amp;quot; REST endpoint as this will allow to push the JSON payload.&lt;/p&gt;
&lt;p&gt;You can also connect via MQTT and publish JSON. Start by using REST API to get mqttEndpoint (name of server to connect to) and mqttTopicPrefix. Your device can then be connected to that MQTT server as it opens a secure MQTT connection to mqttEndpoint. Then, messages can be published on topics under mqttTopicPrefix. So, sensor readings can be published as JSON.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>