We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hi Nordic team
Last week and before, I tried sdk connect v3.0.0 http_application_update example.
Everything was fine. Pressed button1 to download new bin file and then...
HI DEV
Currently we found a UART Frame error on customer product:
Application scenario diagram
Figure1
nrf52820 ,SDK17.02, softdevice:S132 , gap event length=6*1...
Hi! I'm new to zephyr and nRF boards.
I am trying to write a custom board using the nRF52811. When I try to build examples using the custom board using the command (syntax...
When I asked earlier, it was not possible to send HTTPS payloads greater than 2K due to the TLS secure socket buffer size limit. I see in the most recent modem firmware release...
I'm using nrfjprog version: 10.13.0 / JLinkARM.dll version: 7.50a to flash a firmware onto a custom PCB with nRF52840. Programming hardware is a nRF52840 DK. Our firmware...
Hi,
I am sensing interrupts on a pin using GPIOTE. I can see the interrupts coming on the oscilloscope. The firmware also detects the interrupts. However once I am inside...
Is the IXIT for RF of nrf52832 correct bellow? The test house said the value of inband image frequency should 4Mhz.
IXIT for RF
IXIT Reference
Identifier ...
in \nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\zigbee\experimental\cli\cli_agent_router example , we use the nrf52840 dongle as the Coordinator, for joining the...
what happened when I create a kernel timer (based on the 32k RTC) by nrf connect sdk on nrf 52840 dk?
static const struct k_timer my_timer; static const struct k_work my_work;...
Hi All,
Im pretty new to embedded systems and currently trying to connect a TE MS5837 30B pressure sensor to a nRF52840DK (pca10056) which is all being done via Segger ...
Hello,
I am using openocd to flash nRF52 DK, however, I have several devices connected to my pc at once and I can't figure out how to flash just one of them, When a single...
I need to call the API: clock_control_on( const struct device *dev, clock_control_subsys_t sys)
located at the SDK path ncs\v1.6.1\zephyr\drivers\clock_control.
...
Hi, I am communicating SIM808 with nRF52840. I have made changes in libuarte example and send AT commands to send SMS. I have the following question.
How can I know that...