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...
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...
Hello,
In my quest to monitor the activity of hundreds of nodes (directly addressable), I am facing quite an obstacle.
The small memory of the nrf52 (nice piece of hardware...
Hello How do I remove one server from mesh network? The client needs to recognize like a new device. I did try to use these functions without success on a event: nrf_mesh_node_config_clear...
I have successfully connected BT832 Module to NRF DK. I have erased BT832 and Falsh s132_nrf52_5.0.0_softdevice.Hex. using nRFgo Studio without any issues.
I have copy pasted...
Hi,
I'm trying to use the nrf52832 with a sdcard application in SDK_13. I based my code on the example provided and managed to get the sd card working without any problems...
The error "Unknown command add_pc_lint" appears when running the bootstrap command during setup. It looks like PC-Lint is an application for windows for software debugging...
Hello! I'm trying to find a list of boards that can be integrated into a circuit design which have already received compliance in the EU, UK and with the FCC. I found this...
Hello. i testing zigbee coordinaator example with zigbeee device. Device was joined to Zigbee coord/ network.
Couldn't i get device payload data in coordinator source code...
I have the UART configured using the standard boiler plate code, with flow control enabled, where the RTS output is assigned pin 5.
I have defined a GPIOTE pin 25 as an...
We are working on a solution that involves a central provisioner that provisions a MESH network of sensors that it subscribes to. We need to be able to replace this central...
Hi,
I am currently drawing up a schemtic involving the NRF52832 on Proteus 8.
I have been trying to find symbol, footprint, and 3D models of the NRF52832 online, however...
Hi!
We are using a custom bootloader for our device. Current version of this erases everything from 0x0 to bootloader start address, and then writes MBR + Softdevice ...
Hi,
I have a question about ADC reading in ble_app_uart__saadc_timer_driven__scan_mode in SDK 14.
Let's say I'm using a double buffer, and I have 3 ADC channels (so...
Hi,
In my project, I am use nRF52832 for controlling ws2812b led strip with 8 leds.
I am use SDK 14.2 and s132_softdevice_5.0.0.
I have problems with the latency of...