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...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hi all
I used to use bmi160 for my application with nRF52833 and I am upgrading to bmi270 with nRF52840.
I am struggling to make work the functionalities I used to have...
Hi,
I have an application where I want to send sensor data using advertisement message, and read this message by an iPhone. For test purpose, I am currently transmitting...
Hello,
So, I have a working BLE project on the nRF52840 Dongle and I developed and debugged everything on the DevKit, using Zephyr/nRF Connect for VS Code. From there, I...
Hello, I'm using nrf52832, my own custom board, the UART pins are 10 out, 9 in, no stop bit, no parity and no hardware flow control, baud rate 115200.
Ever so often, in...
Hi,
I'm using SDK17.0.2 example(ble_uart) on nRF52832.When I enabled SPIM to drive sensor,and send data, RTT Viewer logging SOFTDEVICE: INVALID MEMORY ACCESS.
BTW I have...
Hi! This might be non-coherent, I apologize in advance as my knowledge in RF is very limited.
We're developing a sort of 'TX-negotiation protocol' between our peripherals...
I keep receiving the email stating the following, even after having all the points taken care of :-
1. I am using a active / approved DevZone Account.
2. I am using the...
Background - found during testing with proprietry application derived from the 'light_ctrl' sample in nRF Connect SDK, with Time & Schedule Servers added, on an nRF52833DK...
Hi,
i have a question regarding the USART NUS error handler.
In my setup, two Nordic BLE Chips are communicating via the USART service.
One chip is acting as a central...
hello everyone,
i am using nrf52810 with my custom board which contains mpu6050 accelerometer and Gyro-meter so now i want to achieve connectable beacon like it should be...
Hi, I received nRF9160DK kit with a SIM. I want to test SIM registration on Vodafon Network , Data transfer to a server ? Is there any concerned sample available in SDK Connect...
Hell Respected Members.
Referring to my previous question https://devzone.nordicsemi.com/f/nordic-q-a/85221/retaining-rtc-time-after-resetting-nrf52840 . give me a reply...
Hello
I was considering using sim cards other than iBasis for the nrf9160. I was wondering if they could still be provisioned using nRF cloud, or if there was a different...
Hi friend,
I used SDK16.0 and softdevice is S140. I want to use nRF52840 proprietary 2Mbps mode. Do you have example code to provide me?
Thank you in advance.
I setup the VS Code on Windows with
- nRF Connect (3.10.0)
- nRF Connect SDK v1.8.0 with the Toolchain Manager (0.10.3)
started the blinky example (works) and then started...