Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Hello,
I am a newbie to the Nordic development ecosystem. Just purchased a nRF52840-DK board and followed the instructions here:
https://infocenter.nordicsemi.com/index...
Hello,
Is there a way I can run JVM on nrf51 or nrf52 series devices? I have been searching the forums and did not find any updates on the same.
Any OS like embedded linux...
Hi,
We are currently in development of an IoT solution using the nRF9160. We are doing a set of EMC tests to ensure electromagnetic compatibility of the device. The test...
Hello,
I am trying to transfer a signal sampled on AN0 (P0.02) at 16kHz via Bluetooth using an ATT MTU of 247 and a 2MBPS PHY speed. The basis project used is examples ...
Hi, I am interested in using the NRF91 in our new products. So far I have modified the Asset_tracker example to send my custom data instead of sending the "sensor data". The...
Hi.
I have a question related to the Zigbee SDK's "On / Off Switch" example.
Studying the example, I cannot understand how to activate the "light_switch_send_on_off" function...
I'm trying to find out if the nRF52840 has the features needed for a new product. We need to be able to do the following from a Windows 7 or 10 program: scan for nearby BLE...
Hello,
I'm working on a project that makes use of both Bluetooth Service UUIDs like BAS and customer Service UUIDs. In the Bluetooth CCSv7 at Part A, Section 1.1, I found...
Hi,
our application is nearly finnished now, but I noticed, that after adding the secure_ble bootloader, the program enters the bootloader at poweron, then enters my application...
Hi, I got the schematic of thingy:92.
Now I have a question about netnabel: IF_SWD.
IF_SWD is connected to three nRF52840 GPIOs.
if the CTRL is high in IF_SWD, IF_SWD...
Hello,
I'm trying to use the USB MSC to show up as a file system, transfer the file into RAM, and send the file via BLE to an Android phone. This is with SDK 15.3 and S140...
Working with Fanstel BT840 module we have discovered that ADC channel VDD reads as zero or produces small mV level result. nRF52840 chip revision on these modules is QIAA...
Hello everyone,
i want to send a 16 Byte datapaket from a peripheral nRF52840 DK to my iPhone. (S140 SoftDevice) Im looking for an example who sends datapakets from peripheral...