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...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Hello,
I am using a custom board with nrf52382 chip and mma8652 accelerometer, This accelerometer has only i2c peripherals to communicate with. I am using twi_software...
I have a tzone bt04 BLE Temp data logger,
However I'm unable to connect to it using gatttool -t random -I
I want to access it's gatt services to fetch historical data...
Hi
I just stumbled about SRAM PUF which could solve me a huge problem in IoT provisioning certificates.
https://www.intrinsic-id.com/products/spartan/ sounds very promising...
Hi,
We have an application built using sdk10 and sd110 on a nRF51822 chip using Segger Embedded Studio. The application works but it takes to long to start.
We have bootloader...
I can ping the nrf52 from pc but i can't ping it form COAP client (mozilla cooper). In wireshark i got an error that port is unreachable . What should i do ? Thank you in...
Hi,
Interface between LPC1769 and NRF51822QFAC via UART, I am fresher for NRF51822QFAC, which tool i can used, how compile source code and pleas tell me download path
I'm using the Scan and Forward mode to relay sensor data.
My requirement is for roughly 256 Bytes per message.
Question: Is it recommended to switch to a private channel...
We used Nordic default project "ble_app_beacon" nRF5_SDK_13.1.0_7ca7556\examples\ble_peripheral, running on the RF52832 DK and only enable advertisement, the interval is 10s...
Board: custom board; Mesh SDK: V1.0.0; Softdevice: S132; IDE: SEGGER Embedded; BLE: nrf52832
When I test the steps specified by “Interactive PyACI”, I can Provisioning...
Not really a problem, just a suggestion for improvement.
Using nRF5_SDK_14.2.0_17b948a
We have this definition:
./nrf-sdk/components/libraries/util/sdk_errors.h:157...
Hello,
Considering nRF5_SDK_14.2.0_17b948a.
In SDK documentation I can read that the steps to use the app_pwm library is to:
instantiate a context with APP_PWM_INSTANCE...
Dear all members,
I am having a strange issue. I am using the iOS Nordic Toolbox and ble_app_uart. I am sending large amounts of data from Central to peripheral, iPhone...
Hi
I am working on migration to SDK 14.2. HOWEVER, I found softdevice_handler_appsh.h is missing.
May I ask is there any replacement function to the same thing, please...
I want to use the flash to store some values, I try to use the NVMC like the examples, but it cause the chip reboot. why it cause the chip reboot, and how can I fix it?