Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Hi folks,
I'm trying to build an application with the CAF, and I'd like to use the sensor manager module, but I've run into a few problems -- any help would be appreciated...
I am currently developing with the nRF5 SDK and infocenter.nordicsemi.com is the best location to find information on this legacy firmware. I am aware that the nrfConnect...
Hi, I have problems with debugging for the NRF9160-DK. I installed the latest VSCode tools (as described here https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.99-cs2...
Good afternoon,
I am trying to send some analog data from a function generator to my nRF7002 DK and visualize the output in Putty. I use printk to print the values and I...
Hello.
I modified multi-nus central example to connect with four peripheral devices. I don't use uart at all, I don't need it, I don't need routing, I just send 16B frames...
Hi!
I am confused regarding NUS, L2CAP, ATT and GATT.
We are using NUS with data length extension to communicate between two nRF52840 boards and want to maximize packet...
Hi, here in the documentation ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/config_and_build/board_support/processing_environments.html ) for the latest...
I have been trying to interface the Witmotion WT901 sensor with the nRF5340 using the I2C interface. I have previously run the exact code on the nRF52DK and it was working...
Due to the allocation of Flash resources, only 100KB ROM for the app , and if we use Keil, we will have about 20KB of margin for additional code development, but we have to...
I'm new to Zephyr and have inherited a project that uses the stm32 h747 disco board. The last build shows:
Memory region Used Size Region Size %age Used
FLASH: 363268...
I'm trying to download a largish file (~167KB) via HTTP/TCP/IPv6 but the modem crashes every time around the same point during the download. It's spits out error 122, which...
Hi,
I just ran into a strange issue and traced it back to a KCONFIG problem... It seems that if I have BOOTLOADER_MCUBOOT and SECURE_BOOT configured "y" I end up getting...
Hello,
I' have problem with CMAKE and Zephyr in VSC. Please, see following error:
[main] Building folder: blinky_13
[main] Configuring project: blinky_13
[proc...
hi,all
I Need add many characteristic with notify in one service,and I wish it can send notify to the phone once the phone enable cccd.
1.tx_handles can work,buf rx_handles...