Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hello,
i add a new custom service with one characteristic that allows me to send values over BLE with nRF connect, but i must send some acceptable values (-2, -4, 0, 4, 10...
Using SDK14.0.0, nRF52832, GCC, GDB/Ozone, secure DFU
This question seems to get close to asking about my problem.
I am trying to debug my application with a loaded...
Hi,
We made a custom PCB using the NRF52832 and followed the reference design. While everything else is working in our system, the BLE part is not working. We are using...
Hello,
I try to develop an application on a nRF51802 device. But this device is not managed in nRF_Drivers.4.0.0-2.alpha.pack from Keil software.
Is there an update...
Hey guys! Like the title says, I'm looking for the best way to send values like humidity and VOC from the Nordic Thingy to the cloud. I have already set up the thingy to send...
Does anyone know of an off-the-shelf hardware and software that will let me read and write nRF52832 devices that are using the NFC Type 4 Library? We've tried the ACS ACR1252...
Materials publicly available say the chip works from 3.1 volts.
But is this the absolute minimum voltage or will it be possible to use also LiFePO4 battery cells with the...
I'm trying to set PWR_UP bit to 1 for the device to go into standby-I mode using STM32F103RBT6 and HAL libraries.
I send (0x20 | 0x00) command (write_reg | config reg)...
I'm trying to compile the S332 example project ble_ant_app_hrm_pca10040_s332.uvprojx. I'm using the V12 SDK and Keil uVision V5. When I try to compile I get an error saying...
Starting with "Development with GCC and Eclipse", I've gotten "blinky" to run on my BLE400 with an nrf58122 using Eclipse Oxygen. I think I'm using SDK12.3 . I started with...
pca10040 S132 5.1.0
if i run only a single nrf nus service (rx and tx) at 4 k bytes / sec both directions, how much load would this put on the 52832
the test is assuming...
Hi,
I'm connecting two I2C modules : MAX30102 and MPU-9250
I can individually communicate with either of these modules and they work okay. But if I connect both of them...
Hi Nordic,
I noticed that both Write Without Response(write_wo_resp) and Write(write) can be enabled at the same time when add a characteristic. I know it means both types...
HI all:
If the iphone saved is English name i can parse it out, But if the save is a Chinese name I don't know what is to use the utf-8 encoding and unicode, who has successfully...