I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Please tell me about RBP CONF of UICR. Q1. What is the purpose of UICR's RBPCONF (read-back protection)? What kind of protection is it? Q2. What changes when RBPCONF (read...
I'm having problem connecting my thing:91 to the nrfcloud. When im trying to connect im getting "Troubleshoot nRF Code 40412". One of the reasons could be "before attempting...
Is there any way to run the TIMER peripherals off of the 32khz clock? We need to generate a 1khz PWM while the micro is asleep, and we really need to be able to shut down...
My device has BLE and I can successfully use any example (for example ble_peripheral/ble_app_bps ) to advertise different services.
It also has a serial port from where...
Hello,
we have a problem to do bonding to a Huawei P20 lite, which has Android 9 and seems to use BLE 4.2.
We use the nRF52832, with SD 17.2.0, using Bluetooth LE.
We...
Hi I have a new NRF5340-PDK board. I am using Zephyr OS to build my application like that: However, flashing with: doesn't work. I am using the latest version of nrfjprog...
Hello all,
We sell BLE devices with pre-programmed firmware, which has the ability to be remotely updated using the nordic buttonless DFU service based on a modified version...
Hi,
Thanks in advance.
Anybody experiencing the same problem? I'm trying to test the DFU functionality by compiling the example in SDK/examples/dfu/secure_bootloader/pca10040_ble...
Hi,
I've just learned that even with enabled pairing, it's still possible to "simply" connect to the device. But is there a way to force pairing on connection?
I'm...
hi,
i am using nrf52832 devkit and max30208 temp. sensor. i am not getting updated data. iprefer this link for i2c address.( https://os.mbed.com/users/cyberjoey/code/OT07_I2C_GUI_Firmware...
We are implementing a protocol using the softdevice s140 multiprotocol API. The protocol is always listening, but occasionally transmitting.
To manage this setup, we request...
Hi,
I am exploring the idea of removing the JTAG port from the PCB to make it difficult to maliciously change the firmware on the field. I have the secure UART Boot-loader...
Hello
I am developing a firmware for nrf52832 using buttons like if I continuosly press my button for 6 seconds it will go to active mode from sleep mode and have been using...