I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Dear support team,
I'm using the demo ( thingy52-mesh-provisioning-demo).
I want to create an opcode hadler to enable/disable proxy service.
So that I can send messge...
Hi for my use-case I need the RTC in the NRF51 SoC to run continuously and uninterrupted (we know running out of battery will be a concern). Keeping the NRF51 system on 24...
I need some example code to write vendor specific service on latest development kit i.e on nRF5_SDK_15.3.
There are couple of example codes available, but in particular...
Hi
We want to put the processor in deep sleep, with minimal power consumption. When we measure, we see that the SIM is powered throughout the sleep period. Is this normal...
Dear All,
I am using the nRF52832 in conjunction with a W5500 SPI-Ethernet controller by WizNet. I already implemented a TCP server, a DHCP client and an MQTT client by...
Previously I used the MQTT example and connected it to our own server successfully. However, I want to do the same for the asset tracker application latest release (v1.0.0...
HI
I am using nrf52832 modules with SDK 11.0.0, s132.
I am able to advertise and scan the devices and display RSSI and peer address.
For my project i want to display...
Hello,
I am trying to configure a UART to use in the nrf9160. I am using zephyr's uart.h
This is a snipet of the code I have right now.
Code as it is executes successfully...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
In order to send an SMS in PDU mode, I need a Service Center Address. Normally, you can find it via AT+CSCA, but this does not seem to be supported on modem firmware v1.0...
I have a central device (nRF52832/Soft device s132) that connects to two peripherals. Both peripherals send data to the central via NUS. I have incorporated the required changes...
hi guys , I'm trying to use the ble mesh protocoll for my master thesis. I need to send a message always when an interrupt on a gpio pin occur.
there's a problem beetwen...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
chip: 52832 . sdk 12.3\examples\ble_central\ble_app_uart_c\pca10040\s132,
i use this example to scan ble advistisment, i want to write some date to flash, i use flash_word_write...
Hi
I am doing a mesh application with :
--SOC:52832;
--with an AT Command Module connected UART;
--Mesh SDK :3.2;
--SDK 15.3;
in order to manage call backs from...